org.hippoecm.hst.core.internal
Interface HstMutablePortletRequestContext
- All Superinterfaces:
- HstMutableRequestContext, HstPortletRequestContext, HstRequestContext
- All Known Implementing Classes:
- HstPortletRequestContextImpl
public interface HstMutablePortletRequestContext
- extends HstMutableRequestContext, HstPortletRequestContext
This is an INTERNAL USAGE ONLY API. Clients should not cast to these interfaces as they should never be used from client code
- Version:
- $Id: HstMutablePortletRequestContext.java 23133 2010-06-15 07:15:50Z aschrijvers $
Methods inherited from interface org.hippoecm.hst.core.internal.HstMutableRequestContext |
setBaseURL, setComponentFilterTags, setContainerConfiguration, setContextNamespace, setEmbeddingContextPath, setFullyQualifiedURLs, setHstQueryManagerFactory, setHstSiteMenus, setLinkCreator, setLocales, setParameterInfoProxyFactory, setPathSuffix, setPreferredLocale, setRenderHost, setResolvedEmbeddingMount, setResolvedMount, setResolvedSiteMapItem, setServletContext, setServletRequest, setServletResponse, setSession, setSiteMapMatcher, setSubject, setTargetComponentPath, setURLFactory |
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 |
setPortletConfig
void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletRequest
void setPortletRequest(javax.portlet.PortletRequest portletRequest)
setPortletResponse
void setPortletResponse(javax.portlet.PortletResponse portletResponse)
Copyright © 2008-2012 Hippo. All Rights Reserved.