Uses of Class
org.apache.turbine.om.StringKey

Packages that use StringKey
org.apache.turbine.om   
org.apache.turbine.util   
org.apache.turbine.util.parser   
 

Uses of StringKey in org.apache.turbine.om
 

Methods in org.apache.turbine.om with parameters of type StringKey
 void StringKey.setValue(StringKey key)
          Sets the internal representation to the same object used by key.
 

Constructors in org.apache.turbine.om with parameters of type StringKey
StringKey(StringKey key)
          Creates a StringKey that is equivalent to key.
 

Uses of StringKey in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return StringKey
 StringKey ValueParser.getStringKey(java.lang.String name)
          Return an NumberKey for the given name.
 

Uses of StringKey in org.apache.turbine.util.parser
 

Methods in org.apache.turbine.util.parser that return StringKey
 StringKey BaseValueParser.getStringKey(java.lang.String name)
          Return an StringKey for the given name.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.