|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.arsdigita.dispatcher.OrionDefaultServlet
Field Summary | |
static String |
DISPATCHER_PREFIX_ATTR
|
static String |
ERROR_REQUEST_ATTRIBUTE
Attribute name for the URI that caused an error when the servlet container forwards to an error page. |
static String |
INCLUDE_URI
The attribute name for an included resource URI after a servlet include (nesting). |
static String |
JSP_EXCEPTION_ATTRIBUTE
Attribute name for the Throwable object saved when a JSP handles an error with the errorPage directive. |
static String |
ORIGINAL_REQUEST_ATTR
The attribute where we store the original HttpServletRequest object when we need to wrap the servlet request. |
static String |
REDIRECT_SEMAPHORE
The session attribute where we store an identifier for the previous request that made a redirect. |
static String |
REENTRANCE_ATTRIBUTE
Attribute name to indicate that the dispatcher is within a request--that is, request start listeners have run but request end listeners haven't yet. |
static String |
REQUEST_CONTEXT_ATTR
The attribute where we store the current RequestContext object. |
static String |
versionId
|
static String |
WELCOME_FILES
The application attribute (in ServletContext) where we store the list of welcome files from web.xml. |
static String |
WRAPPED_REQUEST_ATTR
The attribute where we store the wrapped servlet request object when we need to restore the original request object for a forward/include. |
Constructor Summary | |
OrionDefaultServlet()
|
Method Summary | |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String JSP_EXCEPTION_ATTRIBUTE
public static final String ERROR_REQUEST_ATTRIBUTE
public static final String REENTRANCE_ATTRIBUTE
public static final String INCLUDE_URI
public static final String REQUEST_CONTEXT_ATTR
public static final String ORIGINAL_REQUEST_ATTR
public static final String WRAPPED_REQUEST_ATTR
public static final String REDIRECT_SEMAPHORE
public static final String WELCOME_FILES
public static final String DISPATCHER_PREFIX_ATTR
Constructor Detail |
public OrionDefaultServlet()
Method Detail |
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException
javax.servlet.ServletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |