|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.webaccess.util.ServletParameterValue
Represents one of a list of valid (allowed) values for a given WebAccess servlet parameter.
Constructor Summary | |
ServletParameterValue(java.lang.String uri,
java.lang.String titleKey,
java.lang.String descriptionKey)
Constructs a ServletParameterValue. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Determines equality. |
java.lang.String |
getDescription(java.util.ResourceBundle bundle)
Returns the translated description of this value. |
java.lang.String |
getTitle(java.util.ResourceBundle bundle)
Returns the translated title name of this value. |
java.lang.String |
getURI()
Returns the URI string for this value. |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServletParameterValue(java.lang.String uri, java.lang.String titleKey, java.lang.String descriptionKey)
uri
- The URI of the value.titleKey
- The MRI key of the title.descriptionKey
- The MRI key of the description.Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to compare.
public java.lang.String getDescription(java.util.ResourceBundle bundle)
bundle
- The ResourceBundle from which to load the translated description.
public java.lang.String getTitle(java.util.ResourceBundle bundle)
bundle
- The ResourceBundle from which to load the translated description.
public java.lang.String getURI()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |