Uses of Interface
org.apache.tapestry.record.WebSessionAttributeCallback

Packages that use WebSessionAttributeCallback
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of WebSessionAttributeCallback in org.apache.tapestry.record
 

Methods in org.apache.tapestry.record with parameters of type WebSessionAttributeCallback
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.