Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletWebSession
Adapts
HttpSession as
WebSession . |
Modifier and Type | Method and Description |
---|---|
WebSession |
ServletWebRequest.getSession(boolean create) |
WebSession |
WebRequest.getSession(boolean create)
Returns the current
WebSession associated with this request, possibly creating it if
it does not already exist. |