public class ExecuteOperations extends Object
| Constructor and Description |
|---|
ExecuteOperations(Dispatcher dispatcher) |
ExecuteOperations(javax.servlet.ServletContext servletContext,
Dispatcher dispatcher)
Deprecated.
|
| 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
|
@Deprecated public ExecuteOperations(javax.servlet.ServletContext servletContext, Dispatcher dispatcher)
public ExecuteOperations(Dispatcher dispatcher)
public boolean executeStaticResourceRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void executeAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.