Uses of Class
uk.org.ogsadai.sessions.SessionAttrCreationException

Packages that use SessionAttrCreationException
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions. 
 

Uses of SessionAttrCreationException in uk.org.ogsadai.sessions.impl
 

Methods in uk.org.ogsadai.sessions.impl that throw SessionAttrCreationException
private  java.util.Set TransientSessionManagerFactory.parseAttributes(org.w3c.dom.Element parent)
          Parses each of the sessionAttribute child-elements, creating and initialising the corresponding objects then storing them in a set.
private  StaticSessionAttribute TransientSessionManagerFactory.createAttribute(org.w3c.dom.Element attributeElement)
          Creates a static session attribute from the specified element using the name and impl attributes.