Class Summary |
AfterScopePhaseListener |
phase listener class which does
the needed scope cleanup operations |
ScopeHolder |
A central sessions holder, which stores
the triggered scopes and also does
the scope synching at the end |
ScopeTag |
A class very similar to savestate it allows to defined scopes for variables
between session and request, so that you can traverse parameters over forms
within sessions but you do not have the full session lifecycle the main
advantage over SaveState for this one is, that you do not have to make the
objects serializable, the main disadvantage is, scopes need session ram for the
time of existence |
ScopeUtils |
Small helper to cope with the
managed beans within the scope tag
handler
Thanks Derek Shen to allow me to relicense
the Faces Utils code under Apache2
this class is derived from it
http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html |
UIScope |
Scope control
which does basically the same as
savestate but bypasses the serialization
and utilizes the session directly |