org.apache.struts2.dispatcher.ng
Class ExecuteOperations

java.lang.Object
  extended by org.apache.struts2.dispatcher.ng.ExecuteOperations

public class ExecuteOperations
extends Object

Contains execution operations for filters


Constructor Summary
ExecuteOperations(javax.servlet.ServletContext servletContext, Dispatcher dispatcher)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteOperations

public ExecuteOperations(javax.servlet.ServletContext servletContext,
                         Dispatcher dispatcher)
Method Detail

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

Returns:
True if it was handled, false if the filter should fall through
Throws:
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

Throws:
javax.servlet.ServletException


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