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
 
| 
方法摘要 | 
 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 | 
 
 
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