org.hippoecm.hst.core.request
Interface HstPortletRequestContext

All Superinterfaces:
HstRequestContext
All Known Subinterfaces:
HstMutablePortletRequestContext
All Known Implementing Classes:
HstPortletRequestContextImpl

public interface HstPortletRequestContext
extends HstRequestContext

HstPortletRequestContext extends HstRequestContext to support porlet specific configuration and context.

Version:
$Id: HstPortletRequestContext.java 23030 2010-06-07 06:50:46Z adouma $

Method Summary
 javax.portlet.PortletConfig getPortletConfig()
          Returns the PortletConfig serving the HstRequest.
 javax.portlet.PortletRequest getPortletRequest()
          Returns the PortletRequest serving the HstRequest.
 javax.portlet.PortletResponse getPortletResponse()
          Returns the PortletResponse serving the HstResponse.
 
Methods inherited from interface org.hippoecm.hst.core.request.HstRequestContext
getAttribute, getAttributeNames, getAttributes, getBaseURL, getComponentFilterTags, getContainerConfiguration, getContainerURLProvider, getContextCredentialsProvider, getContextNamespace, getEmbeddingContextPath, getHstLinkCreator, getHstQueryManagerFactory, getHstSiteMenus, getLocales, getMount, getMount, getParameterInfoProxyFactory, getPathSuffix, getPreferredLocale, getRenderHost, getResolvedEmbeddingMount, getResolvedMount, getResolvedSiteMapItem, getServletContext, getServletRequest, getServletResponse, getSession, getSession, getSiteMapMatcher, getSubject, getTargetComponentPath, getURLFactory, getVirtualHost, isCmsRequest, isEmbeddedRequest, isFullyQualifiedURLs, isPortletContext, isPreview, removeAttribute, setAttribute
 

Method Detail

getPortletConfig

javax.portlet.PortletConfig getPortletConfig()
Returns the PortletConfig serving the HstRequest.


getPortletRequest

javax.portlet.PortletRequest getPortletRequest()
Returns the PortletRequest serving the HstRequest.


getPortletResponse

javax.portlet.PortletResponse getPortletResponse()
Returns the PortletResponse serving the HstResponse.



Copyright © 2008-2012 Hippo. All Rights Reserved.