public class CommandDispatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandDispatcher.CallbackCommand |
| Modifier and Type | Field and Description |
|---|---|
protected String |
servletPath
.
|
| Constructor and Description |
|---|
CommandDispatcher(String servletPath) |
| Modifier and Type | Method and Description |
|---|---|
Object |
include(javax.servlet.ServletContext targetServletContext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestDispatchCallback callback,
Object handback) |
protected final String servletPath
public CommandDispatcher(String servletPath)
public Object include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, RequestDispatchCallback callback, Object handback) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.