|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebSession | |
---|---|
org.apache.tapestry.contrib.ajax | Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. |
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
org.apache.tapestry.portlet | Core portlet services. |
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.contrib.ajax |
---|
Methods in org.apache.tapestry.contrib.ajax that return WebSession | |
---|---|
protected WebSession |
Timeout.getSession()
|
Uses of WebSession in org.apache.tapestry.contrib.inspector |
---|
Methods in org.apache.tapestry.contrib.inspector with parameters of type WebSession | |
---|---|
abstract void |
ShowEngine.setSession(WebSession session)
|
Uses of WebSession in org.apache.tapestry.portlet |
---|
Classes in org.apache.tapestry.portlet that implement WebSession | |
---|---|
class |
PortletWebSession
Adapts a PortletSession as a
WebSession . |
Methods in org.apache.tapestry.portlet that return WebSession | |
---|---|
WebSession |
PortletWebRequest.getSession(boolean create)
|
Uses of WebSession in org.apache.tapestry.record |
---|
Methods in org.apache.tapestry.record with parameters of type WebSession | |
---|---|
void |
WebSessionAttributeCallback.handleAttribute(WebSession session,
String name)
Invoked for each matching attribute. |
static void |
RecordUtils.iterateOverMatchingAttributes(String strategyId,
String applicationId,
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 |
WebRequest.getSession(boolean create)
Returns the current WebSession associated with this request, possibly creating it if
it does not already exist. |
WebSession |
ServletWebRequest.getSession(boolean create)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |