org.eclipse.virgo.snaps.core
Class RequestRouter
java.lang.Object
org.eclipse.virgo.snaps.core.RequestRouter
public final class RequestRouter
- extends java.lang.Object
TODO Document RequestRouter
Concurrent Semantics
TODO Document concurrent semantics of RequestRouter
Method Summary |
void |
forward(java.lang.String path,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
include(java.lang.String path,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestRouter
public RequestRouter(SnapRegistry snapRegistry,
javax.servlet.ServletContext servletContext)
forward
public void forward(java.lang.String path,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
include
public void include(java.lang.String path,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException