|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
org.jboss.seam.contexts | |
org.jboss.seam.core | |
org.jboss.seam.portlet | |
org.jboss.seam.servlet |
Uses of Session in org.jboss.seam.contexts |
---|
Methods in org.jboss.seam.contexts that return Session | |
---|---|
static Session |
Session.getSession(javax.faces.context.ExternalContext externalContext,
boolean create)
|
static Session |
Session.getSession(javax.servlet.http.HttpSession session)
|
Methods in org.jboss.seam.contexts with parameters of type Session | |
---|---|
static void |
Lifecycle.beginSession(javax.servlet.ServletContext servletContext,
Session session)
Instantiate @Startup components for session scoped component |
static void |
Lifecycle.endSession(javax.servlet.ServletContext servletContext,
Session session)
|
Constructors in org.jboss.seam.contexts with parameters of type Session | |
---|---|
ServerConversationContext(Session session)
|
|
ServerConversationContext(Session session,
String id)
|
|
WebSessionContext(Session session)
|
Uses of Session in org.jboss.seam.core |
---|
Methods in org.jboss.seam.core with parameters of type Session | |
---|---|
void |
Manager.storeConversation(Session session,
Object response)
Flush the server-side conversation context to the session and write the conversation id and pageflow info to the response if we have a long running conversation, or discard the state of a temporary conversation. |
Uses of Session in org.jboss.seam.portlet |
---|
Subclasses of Session in org.jboss.seam.portlet | |
---|---|
class |
PortletSessionImpl
|
Uses of Session in org.jboss.seam.servlet |
---|
Subclasses of Session in org.jboss.seam.servlet | |
---|---|
class |
ServletSessionImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |