| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GearServletRequest
The gear request object encapsulates all information from a portal for a gear to render.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from interface javax.servlet.http.HttpServletRequest | 
|---|
| BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH | 
| Fields inherited from interface atg.portal.servlet.Attribute | 
|---|
| COMMUNITY, COMMUNITY_PAGES, DEVICE, DISPLAYMODE, GEAR, GEARMODE, GEARSERVLETREQUEST, GEARSERVLETRESPONSE, PAGE, PORTAL, PORTALCONTEXTPATH, PORTALPATHINFO, PORTALQUERYSTRING, PORTALSERVLETPATH, PORTALSERVLETREQUEST, PORTALSERVLETRESPONSE | 
| Method Summary | |
|---|---|
|  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 | 
| Methods inherited from interface atg.portal.servlet.PortalServletRequest | 
|---|
| getDevice, getPortalContextPath, getPortalPathInfo, getPortalQueryString, getPortalRequestURI, getPortalServletPath, getRequestDispatcher, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, lookup, lookup | 
| 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, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding | 
| Methods inherited from interface atg.portal.servlet.GearContext | 
|---|
| getGear, getGearMode | 
| Methods inherited from interface atg.portal.servlet.PortalContext | 
|---|
| getCommunity, getDisplayMode, getPage, getPortal | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String[] getGearParameterNames()
java.lang.String getGearParameter(java.lang.String pName)
pName - the parameter name
java.lang.String getGearSessionId()
javax.servlet.http.HttpSession getGearSession(boolean pCreate)
javax.servlet.http.HttpSession getGearSession()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||