org.reactive.beans.factory.config.jfig
Class JFigPlaceholderEvaluator.SectionKey

java.lang.Object
  extended by org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
Enclosing class:
JFigPlaceholderEvaluator

protected class JFigPlaceholderEvaluator.SectionKey
extends java.lang.Object

Wraps a key because JFig uses the concept of a section. The section is presumed to by the text in the key proceeding the section seperator ":" string.

See Also:
Placeholder.getKey()

Field Summary
protected  java.lang.String key
           
protected  java.lang.String section
           
static java.lang.String SECTION_SEPERATOR
           
 
Constructor Summary
JFigPlaceholderEvaluator.SectionKey(java.lang.String originalKey)
          Constructs a new SectionKey object from the original placeholder key.
 
Method Summary
 java.lang.String getKey()
          Returns the new key value (the text trailing the section seperator).
 java.lang.String getSection()
          Returns the section name value (the text proceeding the section seperator).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECTION_SEPERATOR

public static final java.lang.String SECTION_SEPERATOR
See Also:
Constant Field Values

section

protected java.lang.String section

key

protected java.lang.String key
Constructor Detail

JFigPlaceholderEvaluator.SectionKey

public JFigPlaceholderEvaluator.SectionKey(java.lang.String originalKey)
Constructs a new SectionKey object from the original placeholder key.

Parameters:
originalKey - The original placeholder key
Method Detail

getKey

public java.lang.String getKey()
Returns the new key value (the text trailing the section seperator).

Returns:
the new key value

getSection

public java.lang.String getSection()
Returns the section name value (the text proceeding the section seperator).

Returns:


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