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, String name)
          Invoked for each matching attribute.
 

Method Detail

handleAttribute

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

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


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