webwork.examples.helloworld
Class LoginStatus

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.helloworld.LoginStatus
All Implemented Interfaces:
Action, IllegalArgumentAware, java.io.Serializable, SessionAware

public class LoginStatus
extends ActionSupport
implements SessionAware

Login status of user.

Version:
$Revision: 1.5 $
Author:
Rickard Öberg (rickard@middleware-company.com)
See Also:
, Serialized Form

Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
LoginStatus()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.lang.String getName()
           
 void setSession(java.util.Map session)
           
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginStatus

public LoginStatus()
Method Detail

getName

public java.lang.String getName()

setSession

public void setSession(java.util.Map session)
Specified by:
setSession in interface SessionAware

doExecute

protected java.lang.String doExecute()
Overrides:
doExecute in class ActionSupport


Copyright © 2001-2003 WebWork All Rights Reserved.