|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstRequest
The HstRequest
defines the interface to provide client
request information to a HstComponent. The HstComponent container creates these objects and
passes them as arguments to the HstComponent's doAction
,
doBeforeRender
and doBeforeServeResource
methods.
Field Summary | |
---|---|
static String |
ACTION_PHASE
String identifier for the HST action lifecycle phase. |
static String |
RENDER_PHASE
String identifier for the HST render lifecycle phase. |
static String |
RESOURCE_PHASE
String identifier for the HST resource serving lifecycle phase. |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Method Summary | |
---|---|
Map<String,Object> |
getAttributeMap()
Returns the attribute map of this component window. |
Map<String,Object> |
getAttributeMap(String referenceNamespace)
Returns the attribute map of the specified reference namespace component window. |
String |
getLifecyclePhase()
Returns the lifecycle phase of the current HST request. |
Map<String,String[]> |
getParameterMap()
Returns the parameter map of this component window. |
Map<String,String[]> |
getParameterMap(String referenceNamespace)
Returns the parameter map of the specified reference namespace component window. |
String |
getReferenceNamespace()
The reference namespace of the component window. |
HstRequestContext |
getRequestContext()
Returns the current request context |
String |
getResourceID()
Returns the resource ID which was set by the resource HST URL. |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
---|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
Field Detail |
---|
static final String ACTION_PHASE
static final String RENDER_PHASE
static final String RESOURCE_PHASE
Method Detail |
---|
HstRequestContext getRequestContext()
Map<String,String[]> getParameterMap()
getParameterMap
in interface javax.servlet.ServletRequest
String getReferenceNamespace()
Map<String,String[]> getParameterMap(String referenceNamespace)
getParameterMap()
.
referenceNamespace
-
Map<String,Object> getAttributeMap()
Map<String,Object> getAttributeMap(String referenceNamespace)
String getResourceID()
String getLifecyclePhase()
#ACTION_PHASE}, {@link #RENDER_PHASE}, and {@link #RESOURCE_PHASE}.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |