public class ExecuteOperations extends Object
Constructor and Description |
---|
ExecuteOperations(Dispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
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
|
public ExecuteOperations(Dispatcher dispatcher)
public boolean executeStaticResourceRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
request
- servlet requestresponse
- servlet responseIOException
- on any io errorjavax.servlet.ServletException
- on any servlet related errorpublic void executeAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMapping mapping) throws javax.servlet.ServletException
request
- servlet requestresponse
- servlet responsemapping
- action mappingjavax.servlet.ServletException
- on any servlet related errorCopyright © 2000–2020 Apache Software Foundation. All rights reserved.