public abstract class SimpleServletContext extends Object implements javax.servlet.ServletContext
| Constructor and Description |
|---|
SimpleServletContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.RequestDispatcher |
getRequestDispatcher(String url)
Get Request Dispatcher used by Waffle.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getContext, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttributepublic javax.servlet.RequestDispatcher getRequestDispatcher(String url)
getRequestDispatcher in interface javax.servlet.ServletContextCopyright © 2010–2015 com.github.dblock. All rights reserved.