org.apache.struts2.dispatcher.ng
类 ExecuteOperations

java.lang.Object
  继承者 org.apache.struts2.dispatcher.ng.ExecuteOperations

public class ExecuteOperations
extends Object

Contains execution operations for filters


构造方法摘要
ExecuteOperations(javax.servlet.ServletContext servletContext, Dispatcher dispatcher)
           
 
方法摘要
 void executeAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMapping mapping)
          Executes an action
 boolean executeStaticResourceRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Tries to execute a request for a static resource
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExecuteOperations

public ExecuteOperations(javax.servlet.ServletContext servletContext,
                         Dispatcher dispatcher)
方法详细信息

executeStaticResourceRequest

public boolean executeStaticResourceRequest(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response)
                                     throws IOException,
                                            javax.servlet.ServletException
Tries to execute a request for a static resource

返回:
True if it was handled, false if the filter should fall through
抛出:
IOException
javax.servlet.ServletException

executeAction

public void executeAction(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response,
                          ActionMapping mapping)
                   throws javax.servlet.ServletException
Executes an action

抛出:
javax.servlet.ServletException