org.apache.tapestry.record
Interface WebSessionAttributeCallback
public interface WebSessionAttributeCallback
Callback interface used to operate on a subset of attributes stored within a
WebSession
whose names match a particular prefix.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
handleAttribute
void handleAttribute(WebSession session,
String name)
- Invoked for each matching attribute.
- Parameters:
session
- session containing the attributename
- full name of the attribute
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.