|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSessionAttributeCallback
Callback interface used to operate on a subset of attributes stored within a
WebSession
whose names match a particular prefix.
Method Summary | |
---|---|
void |
handleAttribute(WebSession session,
java.lang.String name)
Invoked for each matching attribute. |
Method Detail |
---|
void handleAttribute(WebSession session, java.lang.String name)
session
- session containing the attributename
- full name of the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |