|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.servlet.HttpSessionHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a HttpSession.
Constructor Summary | |
HttpSessionHandler()
|
Method Summary | |
java.lang.Object |
getProperty(java.lang.Object session,
java.lang.String property)
Returns the value of the specified dynamic property. |
java.lang.String[] |
getPropertyNames(java.lang.Object session)
Returns a list of dynamic property names for the supplied object. |
void |
setProperty(java.lang.Object session,
java.lang.String property,
java.lang.Object value)
Modifies the value of the specified dynamic property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpSessionHandler()
Method Detail |
public java.lang.String[] getPropertyNames(java.lang.Object session)
DynamicPropertyHandler
getPropertyNames
in interface DynamicPropertyHandler
public java.lang.Object getProperty(java.lang.Object session, java.lang.String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
public void setProperty(java.lang.Object session, java.lang.String property, java.lang.Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |