类 Struts2BeetlActionResult

java.lang.Object
org.apache.struts2.result.StrutsResultSupport
org.beetl.ext.struts.Struts2BeetlActionResult
所有已实现的接口:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.StrutsStatics

public class Struts2BeetlActionResult extends org.apache.struts2.result.StrutsResultSupport
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static org.beetl.core.GroupTemplate
     

    从类继承的字段 org.apache.struts2.result.StrutsResultSupport

    DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocation

    从接口继承的字段 org.apache.struts2.StrutsStatics

    ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
    doExecute(String locationArg, com.opensymphony.xwork2.ActionInvocation invocation)
     
     
    void
    setContentType(String aContentType)
     
    void
    setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
     

    从类继承的方法 org.apache.struts2.result.StrutsResultSupport

    conditionalParse, conditionalParseCollection, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • groupTemplate

      public static org.beetl.core.GroupTemplate groupTemplate
  • 构造器详细资料

    • Struts2BeetlActionResult

      public Struts2BeetlActionResult()
  • 方法详细资料

    • setReflectionProvider

      public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
    • doExecute

      protected void doExecute(String locationArg, com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
      指定者:
      doExecute 在类中 org.apache.struts2.result.StrutsResultSupport
      抛出:
      Exception
    • setContentType

      public void setContentType(String aContentType)
    • getContentType

      public String getContentType()