|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.commerce.axiom.p13n.http.HttpConfigurableEntity
|
+--com.beasys.commerce.user.jsp.LocalProfile
Light-weight object to cache property values at the JSP layer. This is the base class for the jsp beans used behind the <um:getProperty> and <um:setProperty> tags, even when caching is not required.
| Fields inherited from interface com.beasys.commerce.foundation.ConfigurableEntity |
RESERVED_SCOPE_NAME |
| Constructor Summary | |
LocalProfile()
|
|
| Method Summary | |
protected java.util.Map |
getDefaultScope()
return the Map representing properties stored in the default scope |
java.lang.Object |
getProperty(java.lang.String name,
java.lang.Object defaultValue)
Retrieve the value associated with the string. |
java.lang.Object |
getProperty(java.lang.String scopeName,
java.lang.String key,
ConfigurableEntity successor,
java.lang.Object defaultValue)
not implemented |
java.lang.String |
getPropertyAsString(java.lang.String key,
java.lang.String defaultValue)
Retrieve the value associated with the string. |
java.lang.String |
getPropertyAsString(java.lang.String scopeName,
java.lang.String key,
ConfigurableEntity successor,
java.lang.String defaultValue)
not implemented |
long |
getUniqueId()
not implemented |
java.lang.Object |
removeProperty(java.lang.String key)
Remove the property associated with the string. |
java.lang.Object |
removeProperty(java.lang.String scopeName,
java.lang.String key)
not implemented |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Associate the specified value with the named key. |
void |
setProperty(java.lang.String scopeName,
java.lang.String key,
java.lang.Object property)
not implemented |
| Methods inherited from class com.beasys.commerce.axiom.p13n.http.HttpConfigurableEntity | ||||||||||||||||||
addBusinessPolicy, addPropertyValue, addPropertyValueMapped, get__classIdentifier, get__containingBelonging, get__containingEntity, get__mapKey, get__sequenceNumber, getBusinessPolicy, getDefaultValueFromSchema, getEJBHome, getHandle, getPersistableHandle, getPrimaryKey, getPropertyDefault, getPropertyNoDefault, getSuccessor, isIdentical, remove, removeBusinessPolicy, removePropertyValue, removePropertyValueMapped, removeSuccessor, set__containingBelonging, set__containingEntity,
| ||||||||||||||||||