|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstMutableRequestContext
This is an INTERNAL USAGE ONLY API. Clients should not cast to these interfaces as they should never be used from client code
Method Summary | |
---|---|
void |
setBaseURL(HstContainerURL baseURL)
|
void |
setComponentFilterTags(Set<String> conditions)
set the conditions that will trigger a component to be added to the component window hierarchy. |
void |
setContainerConfiguration(ContainerConfiguration containerConfiguration)
|
void |
setContextNamespace(String contextNamespace)
|
void |
setEmbeddingContextPath(String embeddingContextPath)
|
void |
setFullyQualifiedURLs(boolean fullyQualifiedURLs)
|
void |
setHstQueryManagerFactory(HstQueryManagerFactory hstQueryManagerFactory)
|
void |
setHstSiteMenus(HstSiteMenus siteMenus)
|
void |
setLinkCreator(HstLinkCreator linkCreator)
|
void |
setLocales(List<Locale> locales)
Sets the locales assocaited with this request. |
void |
setParameterInfoProxyFactory(HstParameterInfoProxyFactory parameterInfoProxyFactory)
|
void |
setPathSuffix(String pathSuffix)
Sets the path suffix |
void |
setPreferredLocale(Locale locale)
Sets the preferred locale associated with this request. |
void |
setRenderHost(String renderHost)
Sets a specific render host. |
void |
setResolvedEmbeddingMount(ResolvedMount resolvedEmbeddingMount)
|
void |
setResolvedMount(ResolvedMount resolvedMount)
|
void |
setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
|
void |
setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
|
void |
setServletResponse(javax.servlet.http.HttpServletResponse servletResponse)
|
void |
setSession(javax.jcr.Session session)
|
void |
setSiteMapMatcher(HstSiteMapMatcher siteMapMatcher)
|
void |
setSubject(Subject subject)
|
void |
setTargetComponentPath(String targetComponentPath)
|
void |
setURLFactory(HstURLFactory urlFactory)
|
Method Detail |
---|
void setServletContext(javax.servlet.ServletContext servletContext)
void setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
void setServletResponse(javax.servlet.http.HttpServletResponse servletResponse)
void setContextNamespace(String contextNamespace)
void setSession(javax.jcr.Session session)
void setResolvedMount(ResolvedMount resolvedMount)
void setResolvedSiteMapItem(ResolvedSiteMapItem resolvedSiteMapItem)
void setTargetComponentPath(String targetComponentPath)
void setBaseURL(HstContainerURL baseURL)
void setURLFactory(HstURLFactory urlFactory)
void setSiteMapMatcher(HstSiteMapMatcher siteMapMatcher)
void setLinkCreator(HstLinkCreator linkCreator)
void setParameterInfoProxyFactory(HstParameterInfoProxyFactory parameterInfoProxyFactory)
void setHstSiteMenus(HstSiteMenus siteMenus)
void setHstQueryManagerFactory(HstQueryManagerFactory hstQueryManagerFactory)
void setContainerConfiguration(ContainerConfiguration containerConfiguration)
void setEmbeddingContextPath(String embeddingContextPath)
void setResolvedEmbeddingMount(ResolvedMount resolvedEmbeddingMount)
void setSubject(Subject subject)
void setPreferredLocale(Locale locale)
locale
- The preferred locale associated with this request.void setLocales(List<Locale> locales)
locales
- void setPathSuffix(String pathSuffix)
pathSuffix
- void setComponentFilterTags(Set<String> conditions)
void setFullyQualifiedURLs(boolean fullyQualifiedURLs)
fullyQualifiedURLs
- sets whether created URLs will be fully qualifiedvoid setRenderHost(String renderHost)
renderHost
was the actual
used host in the request.
renderHost
- the host to be used for rendering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |