org.apache.struts2.showcase.xslt
Class JVMAction

java.lang.Object
  extended by org.apache.struts2.showcase.xslt.JVMAction
All Implemented Interfaces:
ServletRequestAware

public class JVMAction
extends java.lang.Object
implements ServletRequestAware


Nested Class Summary
 class JVMAction.ImportantInfo
           
 
Constructor Summary
JVMAction()
           
 
Method Summary
 java.lang.String execute()
           
 java.util.Map<java.lang.String,java.lang.String> getEnvironment()
           
 JVMAction.ImportantInfo getInfo()
           
 javax.servlet.http.HttpServletRequest getServletRequest()
           
 void setEnvironment(java.util.Map<java.lang.String,java.lang.String> environment)
           
 void setInfo(JVMAction.ImportantInfo info)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMAction

public JVMAction()
Method Detail

execute

public java.lang.String execute()

getServletRequest

public javax.servlet.http.HttpServletRequest getServletRequest()

setServletRequest

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

getEnvironment

public java.util.Map<java.lang.String,java.lang.String> getEnvironment()

setEnvironment

public void setEnvironment(java.util.Map<java.lang.String,java.lang.String> environment)

getInfo

public JVMAction.ImportantInfo getInfo()

setInfo

public void setInfo(JVMAction.ImportantInfo info)


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