Uses of Interface
org.hippoecm.hst.core.request.HstRequestContext

Packages that use HstRequestContext
org.hippoecm.hst.component.support.bean   
org.hippoecm.hst.container The org.hippoecm.hst.container package defines the API for the HST Container 
org.hippoecm.hst.content.rewriter The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters 
org.hippoecm.hst.content.rewriter.impl   
org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Component 
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container 
org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container 
org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking 
org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request 
org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu 
org.hippoecm.hst.jaxrs   
org.hippoecm.hst.jaxrs.cxf   
org.hippoecm.hst.jaxrs.model.content   
org.hippoecm.hst.jaxrs.services   
org.hippoecm.hst.jaxrs.services.content   
org.hippoecm.hst.jaxrs.util   
org.hippoecm.hst.mock.core.component   
org.hippoecm.hst.mock.core.linking   
org.hippoecm.hst.mock.core.request   
org.hippoecm.hst.pagecomposer.jaxrs.cxf   
org.hippoecm.hst.pagecomposer.jaxrs.services   
org.hippoecm.hst.site.request   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
org.hippoecm.hst.utils   
 

Uses of HstRequestContext in org.hippoecm.hst.component.support.bean
 

Methods in org.hippoecm.hst.component.support.bean with parameters of type HstRequestContext
 HstQueryManager BaseHstComponent.getQueryManager(HstRequestContext ctx)
           
 

Uses of HstRequestContext in org.hippoecm.hst.container
 

Methods in org.hippoecm.hst.container that return HstRequestContext
static HstRequestContext RequestContextProvider.get()
          Returns the HstRequestContext for the current threads active request.
 

Uses of HstRequestContext in org.hippoecm.hst.content.rewriter
 

Methods in org.hippoecm.hst.content.rewriter with parameters of type HstRequestContext
 T ContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext)
          Rewrites the content of the content node.
 T ContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, Mount targetMount)
          Rewrites the content of the content node.
 T ContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, String targetMountAlias)
          Rewrites the content of the content node.
 

Uses of HstRequestContext in org.hippoecm.hst.content.rewriter.impl
 

Methods in org.hippoecm.hst.content.rewriter.impl with parameters of type HstRequestContext
protected  HstLink SimpleContentRewriter.getBinaryLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getDocumentLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getLink(String path, javax.jcr.Node node, HstRequestContext reqContext, Mount targetMount)
           
 String SimpleContentRewriter.rewrite(String html, javax.jcr.Node node, HstRequestContext requestContext)
           
 String SimpleContentRewriter.rewrite(String html, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
 String SimpleContentRewriter.rewrite(String html, javax.jcr.Node node, HstRequestContext requestContext, String targetSiteAlias)
           
 T AbstractContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext)
           
 T AbstractContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, Mount targetMount)
           
 T AbstractContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, String targetMountAlias)
           
 

Uses of HstRequestContext in org.hippoecm.hst.core.component
 

Fields in org.hippoecm.hst.core.component declared as HstRequestContext
protected  HstRequestContext HstResponseImpl.requestContext
           
protected  HstRequestContext HstRequestImpl.requestContext
           
protected  HstRequestContext HstURLImpl.requestContext
           
 

Methods in org.hippoecm.hst.core.component that return HstRequestContext
 HstRequestContext HstRequestImpl.getRequestContext()
           
 HstRequestContext HstRequest.getRequestContext()
          Returns the current request context
 

Methods in org.hippoecm.hst.core.component with parameters of type HstRequestContext
 HstURL HstURLFactoryImpl.createURL(String type, String referenceNamespace, HstContainerURL containerURL, HstRequestContext requestContext)
           
 HstURL HstURLFactory.createURL(String type, String referenceNamespace, HstContainerURL base, HstRequestContext requestContext)
          Returns HstURL for the HstURL type with reference namespace based on the base container URL
 HstURL HstURLFactoryImpl.createURL(String type, String referenceNamespace, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 HstURL HstURLFactory.createURL(String type, String referenceNamespace, HstContainerURL base, HstRequestContext requestContext, String contextPath)
          Returns HstURL for the HstURL type with reference namespace based on the base container URL and an explicit contextPath, for example needed when the Mount to create a link for has a different contextpath than the ResolvedMount belonging to the HstRequestContext
 

Constructors in org.hippoecm.hst.core.component with parameters of type HstRequestContext
HstRequestImpl(javax.servlet.http.HttpServletRequest servletRequest, HstRequestContext requestContext, HstComponentWindow componentWindow, String lifecyclePhase)
           
HstResponseImpl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HstRequestContext requestContext, HstComponentWindow componentWindow, HstResponseState responseState, HstResponse topParentHstResponse)
           
HstURLImpl(String type, HstContainerURL baseContainerURL, String referenceNamespace, HstContainerURLProvider urlProvider, HstRequestContext requestContext)
           
HstURLImpl(String type, HstContainerURL baseContainerURL, String referenceNamespace, HstContainerURLProvider urlProvider, HstRequestContext requestContext, String explicitContextPath)
           
 

Uses of HstRequestContext in org.hippoecm.hst.core.container
 

Methods in org.hippoecm.hst.core.container that return HstRequestContext
 HstRequestContext ValveContext.getRequestContext()
          Returns the current request context.
 

Methods in org.hippoecm.hst.core.container with parameters of type HstRequestContext
 void HstSitePipeline.afterInvoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 void Pipeline.afterInvoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Deprecated. use Pipeline.cleanup(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) instead
 void HstSitePipeline.beforeInvoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 void Pipeline.beforeInvoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Deprecated. Not use any more. The Pipeline.invoke(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) combines beforeInvoke as well
protected  String HstContainerURLProviderImpl.buildHstURLPath(HstContainerURL containerURL, HstRequestContext requestContext)
           
 void HstSitePipeline.cleanup(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 void Pipeline.cleanup(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Does post-processing step for the request processing.
protected  void CleanupValve.clearSubjectSession(ValveContext valveContext, HstRequestContext requestContext, boolean sessionStateful)
           
 HstComponentWindow HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory)
           
 HstComponentWindow HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory)
          Creates a HstComponentWindow instance.
 HstComponentWindow HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow)
           
 HstComponentWindow HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow)
          Creates a HstComponentWindow instance as a child window of the parentWindow.
protected  void AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window, HstComponentWindow rootRenderingWindow, HstRequestContext requestContext, javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, Map<HstComponentWindow,HstRequest> requestMap, Map<HstComponentWindow,HstResponse> responseMap, HstResponse topComponentHstResponse, boolean isComponentWindowRendered)
           
protected  Locale LocalizationValve.findPreferredLocale(javax.servlet.http.HttpServletRequest request, HstRequestContext requestContext)
           
 void HstSitePipeline.invoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
           
 void Pipeline.invoke(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Invokes the request processing, aka the initialization and rendering valves
 HstContainerURL HstContainerURLProviderImpl.parseURL(HstRequestContext requestContext, ResolvedMount mount, String requestPath)
           
 HstContainerURL HstContainerURLProvider.parseURL(HstRequestContext requestContext, ResolvedMount mount, String requestPath)
          Parses a specified requestPath with the current HstRequestContext for a new ResolvedMount and requestPath and creates an HstContainerURL instance.
 void HstRequestProcessorImpl.processRequest(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, String namedPipeline)
           
 void HstRequestProcessor.processRequest(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, String namedPipeline)
          processes request
protected  void SubjectBasedSessionValve.setSubjectSession(ValveContext valveContext, HstRequestContext requestContext, boolean sessionStateful)
           
 String HstContainerURLProviderImpl.toContextRelativeURLString(HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstContainerURLProvider.toContextRelativeURLString(HstContainerURL containerURL, HstRequestContext requestContext)
          Stringifying the containerURL as a context relative path.
 String HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstContainerURLProvider.toURLString(HstContainerURL containerURL, HstRequestContext requestContext)
          Stringifying the containerURL as a full URL string.
 String HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 String HstContainerURLProvider.toURLString(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
          Stringifying the containerURL as a full URL string.
 String HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext)
           
 String HstEmbeddedPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 String HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider, HstContainerURL containerURL, HstRequestContext requestContext, String contextPath)
           
 

Uses of HstRequestContext in org.hippoecm.hst.core.internal
 

Subinterfaces of HstRequestContext in org.hippoecm.hst.core.internal
 interface HstMutablePortletRequestContext
          This is an INTERNAL USAGE ONLY API.
 interface HstMutableRequestContext
          This is an INTERNAL USAGE ONLY API.
 

Methods in org.hippoecm.hst.core.internal with parameters of type HstRequestContext
 void HstRequestContextComponent.release(HstRequestContext context)
          Release a request context back to the context pool.
 

Uses of HstRequestContext in org.hippoecm.hst.core.linking
 

Methods in org.hippoecm.hst.core.linking with parameters of type HstRequestContext
 HstLink DefaultHstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 HstLink HstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext hstRequestContext)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext)
          Rewrite a jcr Node to a HstLink wrt its current ResolvedSiteMapItem
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback)
          Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem, boolean fallback, boolean navigationStateful)
           This method creates the same HstLink as HstLinkCreator.create(Node, HstRequestContext, HstSiteMapItem, boolean) when navigationStateful = false.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias)
          Expert: Rewrite a jcr node to a HstLink for the mountAlias.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias, String type)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, HstRequestContext requestContext, String mountAlias, String type)
          Expert: Rewrite a jcr node to a HstLink for the mountAlias and for type.
 HstLink DefaultHstLinkCreator.create(String uuid, javax.jcr.Session session, HstRequestContext requestContext)
          If the uuid points to a node that is of type hippo:document and it is below a hippo:handle, we will rewrite the link wrt hippo:handle, because a handle is the umbrella of a document.
 HstLink HstLinkCreator.create(String uuid, javax.jcr.Session session, HstRequestContext requestContext)
          Rewrite a jcr uuid to a HstLink wrt its current ResolvedSiteMapItem.
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext)
          Expert: Creates a List of all available canonical links for node within the hostgroup ( VirtualHost.getHostGroupName() ) of the Mount for the HstRequestContext.
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type)
          Expert: Creates a List of all available canonical links for node, within the hostgroup ( VirtualHost.getHostGroupName() ) of the Mount for the HstRequestContext and where where the backing Mount of the HstLink has at least one Mount.getTypes() equal to type
 List<HstLink> DefaultHstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type, String hostGroupName)
           
 List<HstLink> HstLinkCreator.createAllAvailableCanonicals(javax.jcr.Node node, HstRequestContext requestContext, String type, String hostGroupName)
          Expert: Creates a List of all available canonical links for node, within the hostgroup hostGroupName and where where the backing Mount of the HstLink has at least one Mount.getTypes() equal to type
 HstLink DefaultHstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext)
           
 HstLink HstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext)
          This creates a canonical HstLink: regardless the current requestContext, one and the same jcr Node is garantueed to return the same HstLink.
 HstLink DefaultHstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 HstLink HstLinkCreator.createCanonical(javax.jcr.Node node, HstRequestContext requestContext, HstSiteMapItem preferredItem)
           
 String HstLinkImpl.toUrlForm(HstRequestContext requestContext, boolean fullyQualified)
           
 String HstLink.toUrlForm(HstRequestContext requestContext, boolean fullyQualified)
           
 

Uses of HstRequestContext in org.hippoecm.hst.core.request
 

Subinterfaces of HstRequestContext in org.hippoecm.hst.core.request
 interface HstPortletRequestContext
          HstPortletRequestContext extends HstRequestContext to support porlet specific configuration and context.
 

Methods in org.hippoecm.hst.core.request with parameters of type HstRequestContext
 javax.jcr.Credentials ContextCredentialsProvider.getDefaultCredentials(HstRequestContext requestContext)
          Returns the default credentials for this request context if available.
 javax.jcr.Credentials ContextCredentialsProvider.getWritableCredentials(HstRequestContext requestContext)
          Returns the writable credentials for this request context if available.
 

Uses of HstRequestContext in org.hippoecm.hst.core.sitemenu
 

Methods in org.hippoecm.hst.core.sitemenu with parameters of type HstRequestContext
 HstSiteMenus HstSiteMenusManagerImpl.getSiteMenus(HstRequestContext hstRequestContext)
           
 HstSiteMenus HstSiteMenusManager.getSiteMenus(HstRequestContext hstRequestContext)
           
 

Constructors in org.hippoecm.hst.core.sitemenu with parameters of type HstRequestContext
HstSiteMenuImpl(HstSiteMenus hstSiteMenus, HstSiteMenuConfiguration siteMenuConfiguration, HstRequestContext hstRequestContext)
           
HstSiteMenuItemImpl(HstSiteMenu hstSiteMenu, HstSiteMenuItem parent, HstSiteMenuItemConfiguration hstSiteMenuItemConfiguration, HstRequestContext hstRequestContext)
           
HstSiteMenusImpl(HstRequestContext hstRequestContext)
           
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs
 

Methods in org.hippoecm.hst.jaxrs with parameters of type HstRequestContext
protected  List<Class<? extends HippoBean>> AbstractJaxrsService.getAnnotatedClasses(HstRequestContext requestContext)
           
protected abstract  String AbstractJaxrsService.getJaxrsPathInfo(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
          Concrete implementations must implement this method to get the jaxrs pathInfo.
protected  javax.servlet.http.HttpServletRequest AbstractJaxrsService.getJaxrsRequest(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
protected  String AbstractJaxrsService.getJaxrsServletPath(HstRequestContext requestContext)
           
protected  String AbstractJaxrsService.getMountContentPath(HstRequestContext requestContext)
           
protected  ObjectConverter AbstractJaxrsService.getObjectConverter(HstRequestContext requestContext)
           
 HippoBean AbstractJaxrsService.getRequestContentBean(HstRequestContext requestContext)
          Returns the content HippoBean for the current request.
<T extends HippoBean>
T
AbstractJaxrsService.getRequestContentBean(HstRequestContext requestContext, Class<T> beanMappingClass)
          Returns the content HippoBean of type T for the current request.
 HippoFolderBean AbstractJaxrsService.getSiteContentBaseBean(HstRequestContext requestContext)
           
abstract  void AbstractJaxrsService.invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void JAXRSService.invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Constructors in org.hippoecm.hst.jaxrs with parameters of type HstRequestContext
AbstractJaxrsService.PathsAdjustedHttpServletRequestWrapper(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, String servletPath, String requestPath)
          Deprecated. use instead
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs.cxf
 

Methods in org.hippoecm.hst.jaxrs.cxf with parameters of type HstRequestContext
protected  String CXFJaxrsContentService.getJaxrsPathInfo(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
protected  String CXFJaxrsService.getJaxrsPathInfo(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
protected  javax.servlet.http.HttpServletRequest CXFJaxrsContentService.getJaxrsRequest(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
 void CXFJaxrsService.invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs.model.content
 

Methods in org.hippoecm.hst.jaxrs.model.content that return HstRequestContext
protected  HstRequestContext NodeRepresentation.getRequestContext()
          NodeRepresentation.getRequestContext() is a utility method that should not be serialized/deserialized hence the XmlTransient annotation
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs.services
 

Methods in org.hippoecm.hst.jaxrs.services that return HstRequestContext
protected  HstRequestContext AbstractResource.getRequestContext(javax.servlet.http.HttpServletRequest servletRequest)
           
 

Methods in org.hippoecm.hst.jaxrs.services with parameters of type HstRequestContext
 List<Class<? extends HippoBean>> AbstractResource.getAnnotatedClasses(HstRequestContext requestContext)
           
protected  ObjectBeanPersistenceManager AbstractResource.getContentPersistenceManager(HstRequestContext requestContext)
          Deprecated. Use AbstractResource.getPersistableSession(HstRequestContext) with Persistable annotation on the method, or AbstractResource.getPersistenceManager(HstRequestContext, Session) with AbstractResource.getPersistableSession(HstRequestContext) argument instead.
 HstQueryManager AbstractResource.getHstQueryManager(HstRequestContext requestContext)
           
 HstQueryManager AbstractResource.getHstQueryManager(javax.jcr.Session session, HstRequestContext requestContext)
           
 HippoFolderBean AbstractResource.getMountContentBaseBean(HstRequestContext requestContext)
           
protected  Link AbstractResource.getMountLink(HstRequestContext requestContext, HippoBean hippoBean, String mountAliasName, String subPath)
           
protected  Link AbstractResource.getNodeLink(HstRequestContext requestContext, HippoBean hippoBean)
           
 ObjectConverter AbstractResource.getObjectConverter(HstRequestContext requestContext)
           
protected  javax.jcr.Session AbstractResource.getPersistableSession(HstRequestContext requestContext)
          Creates a persistable JCR session with the default credentials
protected  javax.jcr.Session AbstractResource.getPersistableSession(HstRequestContext requestContext, javax.jcr.Credentials credentials)
          Creates a persistable JCR session with provided credentials.
protected  ObjectBeanPersistenceManager AbstractResource.getPersistenceManager(HstRequestContext requestContext)
          Creates and returns a persistence manager with the default session of the requestContext.
protected  ObjectBeanPersistenceManager AbstractResource.getPersistenceManager(HstRequestContext requestContext, javax.jcr.Session persistableSession)
          Creates and returns a persistence manager with the specified session.
protected  HippoBean AbstractResource.getRequestContentBean(HstRequestContext requestContext)
          Returns the content HippoBean for the current request.
protected
<T extends HippoBean>
T
AbstractResource.getRequestContentBean(HstRequestContext requestContext, Class<T> beanMappingClass)
          Returns the content HippoBean of type T for the current request.
protected  Link AbstractResource.getRestLink(HstRequestContext requestContext, HippoBean hippoBean, String subPath)
           
protected  Link AbstractResource.getSiteLink(HstRequestContext requestContext, HippoBean hippoBean)
           
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs.services.content
 

Methods in org.hippoecm.hst.jaxrs.services.content with parameters of type HstRequestContext
protected  javax.jcr.Node AbstractContentResource.getRequestContentNode(HstRequestContext requestContext)
          Deprecated. Use AbstractResource.getRequestContentBean(HstRequestContext) instead.
protected  String AbstractContentResource.getRequestContentPath(HstRequestContext requestContext)
           
 

Uses of HstRequestContext in org.hippoecm.hst.jaxrs.util
 

Methods in org.hippoecm.hst.jaxrs.util with parameters of type HstRequestContext
static List<Class<? extends HippoBean>> AnnotatedContentBeanClassesScanner.scanAnnotatedContentBeanClasses(HstRequestContext requestContext, String annoClassesResourcePath)
           
 

Uses of HstRequestContext in org.hippoecm.hst.mock.core.component
 

Methods in org.hippoecm.hst.mock.core.component that return HstRequestContext
 HstRequestContext MockHstRequest.getRequestContext()
           
 

Methods in org.hippoecm.hst.mock.core.component with parameters of type HstRequestContext
 void MockHstRequest.setRequestContext(HstRequestContext requestContext)
           
 

Uses of HstRequestContext in org.hippoecm.hst.mock.core.linking
 

Methods in org.hippoecm.hst.mock.core.linking with parameters of type HstRequestContext
 String MockHstLink.toUrlForm(HstRequestContext requestContext, boolean fullyQualified)
           
 

Uses of HstRequestContext in org.hippoecm.hst.mock.core.request
 

Classes in org.hippoecm.hst.mock.core.request that implement HstRequestContext
 class MockHstRequestContext
           
 

Uses of HstRequestContext in org.hippoecm.hst.pagecomposer.jaxrs.cxf
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.cxf with parameters of type HstRequestContext
protected  String CXFJaxrsHstConfigService.getJaxrsPathInfo(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
protected  javax.servlet.http.HttpServletRequest CXFJaxrsHstConfigService.getJaxrsRequest(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request)
           
 void CXFJaxrsHstConfigService.invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of HstRequestContext in org.hippoecm.hst.pagecomposer.jaxrs.services
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.services that return HstRequestContext
protected  HstRequestContext AbstractConfigResource.getRequestContext(javax.servlet.http.HttpServletRequest servletRequest)
           
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.services with parameters of type HstRequestContext
protected  List<Class<? extends HippoBean>> AbstractConfigResource.getAnnotatedClasses(HstRequestContext requestContext)
           
protected  Mount AbstractConfigResource.getEditingHstMount(HstRequestContext requestContext)
           
protected  HstSite AbstractConfigResource.getEditingHstSite(HstRequestContext requestContext)
           
protected  ObjectConverter AbstractConfigResource.getObjectConverter(HstRequestContext requestContext)
           
protected  String AbstractConfigResource.getRequestConfigIdentifier(HstRequestContext requestContext)
           
protected  javax.jcr.Node AbstractConfigResource.getRequestConfigNode(HstRequestContext requestContext)
           
 

Uses of HstRequestContext in org.hippoecm.hst.site.request
 

Classes in org.hippoecm.hst.site.request that implement HstRequestContext
 class HstPortletRequestContextImpl
           
 class HstRequestContextImpl
          HstRequestContextImpl
 

Methods in org.hippoecm.hst.site.request with parameters of type HstRequestContext
 javax.jcr.Credentials SiteNameDecoratedContextCredentialsProvider.getDefaultCredentials(HstRequestContext requestContext)
           
 javax.jcr.Credentials DefaultContextCredentialsProvider.getDefaultCredentials(HstRequestContext requestContext)
           
 javax.jcr.Credentials SiteNameDecoratedContextCredentialsProvider.getWritableCredentials(HstRequestContext requestContext)
           
 javax.jcr.Credentials DefaultContextCredentialsProvider.getWritableCredentials(HstRequestContext requestContext)
           
 void HstRequestContextComponentImpl.release(HstRequestContext context)
           
 

Uses of HstRequestContext in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util that return HstRequestContext
static HstRequestContext HstRequestUtils.getHstRequestContext(javax.servlet.http.HttpServletRequest servletRequest)
          Returns HstRequestContext object found in the servletRequest.
 

Uses of HstRequestContext in org.hippoecm.hst.utils
 

Methods in org.hippoecm.hst.utils with parameters of type HstRequestContext
static javax.jcr.Session BeanUtils.getDisposablePoolSession(HstRequestContext requestContext, String disposablePoolIdentifier)
          This method tries to get a Session from a disposable pool which is identified by disposablePoolIdentifier If disposablePoolIdentifier is empty or null an HstComponentException will be thrown.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.