org.apache.struts2.showcase.action
Class JSPEvalAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.apache.struts2.showcase.action.ExampleAction
          extended by org.apache.struts2.showcase.action.JSPEvalAction
All Implemented Interfaces:
Action, LocaleProvider, TextProvider, Validateable, ValidationAware, java.io.Serializable

public class JSPEvalAction
extends ExampleAction

Will only work on containers that unzip war files

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts2.showcase.action.ExampleAction
CONSTANT
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
JSPEvalAction()
           
 
Method Summary
 void cleanUp()
           
 java.lang.String execute()
           
 void setJsp(java.lang.String jsp)
           
 
Methods inherited from class org.apache.struts2.showcase.action.ExampleAction
getBands, getBook, getBooks, getCurrentDate, getMovies, getName
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPEvalAction

public JSPEvalAction()
Method Detail

execute

public java.lang.String execute()
                         throws java.io.IOException
Specified by:
execute in interface Action
Overrides:
execute in class ActionSupport
Throws:
java.io.IOException

cleanUp

public void cleanUp()
             throws java.io.IOException
Throws:
java.io.IOException

setJsp

public void setJsp(java.lang.String jsp)


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.