org.reactive.beans.factory.config
Interface Placeholder

All Known Implementing Classes:
AbstractPlaceholder, DefaultPlaceholder

public interface Placeholder

The object representation of a configuration placeholder.

Since:
22/12/2004
Version:
$Id: Placeholder.java,v 1.1 2004/12/26 23:42:29 dan_washusen Exp $
Author:
Dan Washusen
See Also:
AbstractPlaceholder

Method Summary
 java.lang.String getKey()
          Returns the key that will be used to ask the configurable source for a value.
 java.lang.Class getType()
          The class the the configuration key will resolve to.
 

Method Detail

getKey

java.lang.String getKey()
Returns the key that will be used to ask the configurable source for a value.

Returns:
The configation key

getType

java.lang.Class getType()
The class the the configuration key will resolve to. The most common will probably be the String class as spring takes care of most of the conversions for you

Returns:
The class that the key resolves to


Copyright © 2004-2005 reactive.org. All Rights Reserved.