|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.modules.Assembler | +--org.apache.turbine.modules.Action | +--org.apache.turbine.modules.actions.LogoutUser
This action removes a user from the session. It makes sure to save the User object in the session.
Constructor Summary | |
LogoutUser()
|
Method Summary | |
void |
doPerform(RunData data)
Clears the RunData user object back to an anonymous status not logged in, and with a null ACL. |
Methods inherited from class org.apache.turbine.modules.Action |
perform |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public LogoutUser()
Method Detail |
public void doPerform(RunData data) throws java.lang.Exception
doPerform
in class Action
data
- Turbine information.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |