Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » language » markup » xsp » [javadoc | source]
org.apache.cocoon.components.language.markup.xsp
public class: XSPSessionHelper [javadoc | source]
java.lang.Object
   org.apache.cocoon.components.language.markup.xsp.XSPSessionHelper
The Session object helper
Method from org.apache.cocoon.components.language.markup.xsp.XSPSessionHelper Summary:
getSessionAttribute,   getSessionAttributeNames
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.language.markup.xsp.XSPSessionHelper Detail:
 public static Object getSessionAttribute(Session session,
    String name,
    Object defaultValue) 
    Return the given session attribute value or a user-provided default if none was specified.
 public static List getSessionAttributeNames(Session session) 
    Get the session attribute names.