|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticSessionAttrException | |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
uk.org.ogsadai.sessions.impl | Contains implementations of the sessions interfaces to provide support for transient sessions. |
Uses of StaticSessionAttrException in uk.org.ogsadai.sessions |
Methods in uk.org.ogsadai.sessions that throw StaticSessionAttrException | |
void |
Session.removeAttribute(javax.xml.namespace.QName name)
Removes a named session attribute from the session unless it is a static session attribute. |
void |
Session.setAttribute(SessionAttribute attribute)
Sets the specified session attribute, storing it in the session. |
Uses of StaticSessionAttrException in uk.org.ogsadai.sessions.impl |
Methods in uk.org.ogsadai.sessions.impl that throw StaticSessionAttrException | |
void |
SafeSession.removeAttribute(javax.xml.namespace.QName name)
|
void |
SafeSession.setAttribute(SessionAttribute property)
|
void |
TransientSession.removeAttribute(javax.xml.namespace.QName name)
|
void |
TransientSession.setAttribute(SessionAttribute property)
|
private void |
TransientSession.ensureChangeable(javax.xml.namespace.QName name)
Ensures that the specified attribute is changable, and if not raises an exception. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |