Class RequestDispatcherAdaptor
- java.lang.Object
-
- org.adempiere.eclipse.equinox.http.servlet.RequestDispatcherAdaptor
-
- All Implemented Interfaces:
javax.servlet.RequestDispatcher
public class RequestDispatcherAdaptor extends Object implements javax.servlet.RequestDispatcher
-
-
Field Summary
-
Fields inherited from interface javax.servlet.RequestDispatcher
ERROR_EXCEPTION, ERROR_EXCEPTION_TYPE, ERROR_MESSAGE, ERROR_REQUEST_URI, ERROR_SERVLET_NAME, ERROR_STATUS_CODE, FORWARD_CONTEXT_PATH, FORWARD_MAPPING, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_MAPPING, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH
-
-
Constructor Summary
Constructors Constructor Description RequestDispatcherAdaptor(javax.servlet.RequestDispatcher requestDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forward(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)
void
include(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp)
-
-
-
Method Detail
-
forward
public void forward(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, IOException
- Specified by:
forward
in interfacejavax.servlet.RequestDispatcher
- Throws:
javax.servlet.ServletException
IOException
-
include
public void include(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, IOException
- Specified by:
include
in interfacejavax.servlet.RequestDispatcher
- Throws:
javax.servlet.ServletException
IOException
-
-