|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used when dispatchers are chained or piped together. Part of the requested URL will be used at each stage of the dispatch, and this interface is used by the dispatcher to tell what part of the URL has already been used to dispatch the request so far. The remainder is what the current dispatcher must work with. Because form/URL variables are not order-dependent, We only keep track of the path portion of the URL.
Field Summary | |
static String |
versionId
|
Method Summary | |
boolean |
getDebugging()
Gets the debugging flag. |
boolean |
getDebuggingXML()
Gets the show-XML-only flag. |
boolean |
getDebuggingXSL()
Gets the show-XSL-only flag. |
Locale |
getLocale()
Gets the locale for the current request context. |
String |
getOriginalURL()
Gets the original URL requested by the end user's browser. |
String |
getOutputType()
Gets the requested output type. |
String |
getPageBase()
Gets the base path, relative to the webapp root, where JSP-based resources (and static pages) will be found. |
String |
getProcessedURLPart()
Gets the portion of the URL that has already been used by previous dispatchers in the chain. |
String |
getRemainingURLPart()
Gets the portion of the URL that has not been used by previous dispatchers in the chain. |
ResourceBundle |
getResourceBundle()
Returns a java.util.ResourceBundle for the
current request, based on the requested application and the
user's locale preference. |
javax.servlet.ServletContext |
getServletContext()
Gets the current servlet context. |
Field Detail |
public static final String versionId
Method Detail |
public String getRemainingURLPart()
public String getProcessedURLPart()
public String getOriginalURL()
public javax.servlet.ServletContext getServletContext()
public Locale getLocale()
public ResourceBundle getResourceBundle()
java.util.ResourceBundle
for the
current request, based on the requested application and the
user's locale preference.
java.util.ResourceBundle
to use
in this request.public String getOutputType()
public boolean getDebugging()
public boolean getDebuggingXML()
PresentationManager
should output raw, untransformed
XML instead of processing it with XSLT.public boolean getDebuggingXSL()
PresentationManager
should output the XSLT stylesheet
in effect for this request.public String getPageBase()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |