webwork.examples
Class ServletTest

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.ServletTest
All Implemented Interfaces:
Action, ApplicationAware, IllegalArgumentAware, java.io.Serializable, ServletRequestAware, ServletResponseAware, SessionAware

public class ServletTest
extends ActionSupport
implements ServletResponseAware, ServletRequestAware, ApplicationAware, SessionAware

Version:
$Revision: 1.4 $
Author:
Rickard Öberg ()
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
ServletTest()
           
 
Method Summary
 java.util.Map getApplication()
           
 javax.servlet.http.HttpServletRequest getServletRequest()
           
 javax.servlet.http.HttpServletResponse getServletResponse()
           
 java.util.Map getSession()
           
 void setApplication(java.util.Map application)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           
 void setSession(java.util.Map session)
           
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, 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

ServletTest

public ServletTest()
Method Detail

setApplication

public void setApplication(java.util.Map application)
Specified by:
setApplication in interface ApplicationAware

getApplication

public java.util.Map getApplication()

setSession

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

getSession

public java.util.Map getSession()

setServletRequest

public void setServletRequest(javax.servlet.http.HttpServletRequest request)
Specified by:
setServletRequest in interface ServletRequestAware

getServletRequest

public javax.servlet.http.HttpServletRequest getServletRequest()

setServletResponse

public void setServletResponse(javax.servlet.http.HttpServletResponse response)
Specified by:
setServletResponse in interface ServletResponseAware

getServletResponse

public javax.servlet.http.HttpServletResponse getServletResponse()


Copyright © 2001-2003 WebWork All Rights Reserved.