Uses of Interface
org.apache.empire.struts2.web.SessionContext

Packages that use SessionContext
org.apache.empire.struts2.web   
org.apache.empire.struts2.web.portlet   
org.apache.empire.struts2.web.servlet   
 

Uses of SessionContext in org.apache.empire.struts2.web
 

Methods in org.apache.empire.struts2.web that return SessionContext
 SessionContext RequestContext.getSessionContext()
           
 

Methods in org.apache.empire.struts2.web with parameters of type SessionContext
 void WebSession.init(SessionContext session, Object application)
           
 

Uses of SessionContext in org.apache.empire.struts2.web.portlet
 

Classes in org.apache.empire.struts2.web.portlet that implement SessionContext
 class PortletSessionWrapper
           
 

Methods in org.apache.empire.struts2.web.portlet that return SessionContext
 SessionContext PortletRequestWrapper.getSessionContext()
           
 

Uses of SessionContext in org.apache.empire.struts2.web.servlet
 

Classes in org.apache.empire.struts2.web.servlet that implement SessionContext
 class ServletSessionWrapper
           
 

Methods in org.apache.empire.struts2.web.servlet that return SessionContext
 SessionContext ServletRequestWrapper.getSessionContext()
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.