|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.dispatcher.InitialRequestContext
com.arsdigita.kernel.KernelRequestContext
com.arsdigita.sitenode.SiteNodeRequestContext
WebContext
instead.
Generic request context implementation for an application that is chosen by the SiteMapDispatcher. The SiteMapDispatcher sets up a SiteNode object for the site node (URL prefix) where the ACS application is "mounted". JSPApplicationDispatcher can assume that the RequestContext argument it receives is an SiteNodeRequestContext.
JSPApplicationDispatcher
Field Summary | |
static String |
versionId
Deprecated. |
Constructor Summary | |
|
SiteNodeRequestContext(javax.servlet.http.HttpServletRequest req,
RequestContext parent,
SiteNode sn,
String pathPrefix)
Deprecated. Build a new application context given an original app context, and a destination site node. |
protected |
SiteNodeRequestContext(SiteNodeRequestContext that)
Deprecated. Copy constructor. |
Method Summary | |
Locale |
getLocale()
Deprecated. Gets the locale for the current request context. |
PackageInstance |
getPackageInstance()
Deprecated. |
String |
getPageBase()
Deprecated. Gets the base path, relative to the webapp root, where JSP-based resources (and static pages) will be found. |
ResourceBundle |
getResourceBundle()
Deprecated. XXX Only added so that the class compiles. |
SiteNode |
getSiteNode()
Deprecated. |
Methods inherited from class com.arsdigita.kernel.KernelRequestContext |
getSessionContext, getUserContext |
Methods inherited from class com.arsdigita.dispatcher.InitialRequestContext |
getDebugging, getDebuggingXML, getDebuggingXSL, getOriginalURL, getOutputType, getProcessedURLPart, getRemainingURLPart, getServletContext, setProcessedURLPart, setRemainingURLPart |
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
Constructor Detail |
protected SiteNodeRequestContext(SiteNodeRequestContext that)
public SiteNodeRequestContext(javax.servlet.http.HttpServletRequest req, RequestContext parent, SiteNode sn, String pathPrefix)
Method Detail |
public SiteNode getSiteNode()
public Locale getLocale()
RequestContext
getLocale
in interface RequestContext
getLocale
in class InitialRequestContext
public ResourceBundle getResourceBundle()
InitialRequestContext
getResourceBundle
in interface RequestContext
getResourceBundle
in class InitialRequestContext
public String getPageBase()
getPageBase
in interface RequestContext
getPageBase
in class InitialRequestContext
public PackageInstance getPackageInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |