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

Method Summary
 void handleAttribute(WebSession session, java.lang.String name)
          Invoked for each matching attribute.
 

Method Detail

handleAttribute

public void handleAttribute(WebSession session,
                            java.lang.String name)
Invoked for each matching attribute.

Parameters:
session - session containing the attribute
name - full name of the attribute