Package | Description |
---|---|
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
Modifier and Type | Method and Description |
---|---|
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.
|