Uses of Interface
org.apache.tapestry.web.WebSession

Packages that use WebSession
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
org.apache.tapestry.web Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. 
 

Uses of WebSession in org.apache.tapestry.record
 

Methods in org.apache.tapestry.record with parameters of type WebSession
 void WebSessionAttributeCallback.handleAttribute(WebSession session, java.lang.String name)
          Invoked for each matching attribute.
static void RecordUtils.iterateOverMatchingAttributes(java.lang.String strategyId, java.lang.String applicationId, java.lang.String pageName, WebSession session, WebSessionAttributeCallback callback)
          Iterates over the attributes stored in the session, invoking a callback on each one that matches the given prefix, applicationid and page name.
 

Uses of WebSession in org.apache.tapestry.web
 

Classes in org.apache.tapestry.web that implement WebSession
 class ServletWebSession
          Adapts HttpSession  as WebSession.
 

Methods in org.apache.tapestry.web that return WebSession
 WebSession ServletWebRequest.getSession(boolean create)
           
 WebSession WebRequest.getSession(boolean create)
          Returns the current WebSessionassociated with this request, possibly creating it if it does not already exist.