public interface GearServletRequest extends PortalServletRequest, GearContext
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTHCOMMUNITY, COMMUNITY_PAGES, DEVICE, DISPLAYMODE, GEAR, GEARMODE, GEARSERVLETREQUEST, GEARSERVLETRESPONSE, PAGE, PORTAL, PORTALCONTEXTPATH, PORTALPATHINFO, PORTALQUERYSTRING, PORTALSERVLETPATH, PORTALSERVLETREQUEST, PORTALSERVLETRESPONSE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGearParameter(java.lang.String pName)
Get the value of a named parameter
|
java.lang.String[] |
getGearParameterNames()
Access the names of the gear definition parameters
|
javax.servlet.http.HttpSession |
getGearSession()
Returns the current GearSession associated with this
request or if there is no current session returns a new
session.
|
javax.servlet.http.HttpSession |
getGearSession(boolean pCreate)
Returns the current GearSession associated with this
request or if there is no current session and create is
true returns a new session
|
java.lang.String |
getGearSessionId()
Obtain the gear session id
|
getDevice, getPortalContextPath, getPortalPathInfo, getPortalQueryString, getPortalRequestURI, getPortalServletPath, getRequestDispatcher, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, lookup, lookupgetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodinggetGear, getGearModegetCommunity, getDisplayMode, getPage, getPortalstatic final java.lang.String CLASS_VERSION
java.lang.String[] getGearParameterNames()
java.lang.String getGearParameter(java.lang.String pName)
pName - the parameter namejava.lang.String getGearSessionId()
javax.servlet.http.HttpSession getGearSession(boolean pCreate)
javax.servlet.http.HttpSession getGearSession()