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(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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.