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

Packages that use WebSession
org.apache.tapestry.web Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. 
 

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 WebRequest.getSession(boolean create)
          Returns the current WebSessionassociated with this request, possibly creating it if it does not already exist.
 WebSession ServletWebRequest.getSession(boolean create)