public interface StickyAction extends Action
| Modifier and Type | Method and Description |
|---|---|
void |
adhere()
Adhere to the session, so the instance of this action will persist
until disjoin is called.
|
void |
disjoin()
Remove this action from session and discard its instance losing
all state (instance variables) associated with it.
|
void |
onRemoved()
This method will be called if the session has expired or if it has
been invalidated and there are sticky actions still sticked to the session.
|
getApplication, getCookies, getInput, getLocale, getOutput, getSession, setApplication, setCookies, setInput, setLocale, setOutput, setSessionvoid adhere()
void disjoin()
void onRemoved()
Copyright © 2015. All Rights Reserved.