public interface Attribute
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
COMMUNITY
The name of the community attribute.
|
static java.lang.String |
COMMUNITY_PAGES
The name of the community pages attribute.
|
static java.lang.String |
DEVICE
The name of the device attribute.
|
static java.lang.String |
DISPLAYMODE
The name of the display mode attribute.
|
static java.lang.String |
GEAR
The name of the gear attribute.
|
static java.lang.String |
GEARMODE
The name of the gear attribute.
|
static java.lang.String |
GEARSERVLETREQUEST
The name of the gear servlet request attribute.
|
static java.lang.String |
GEARSERVLETRESPONSE
The name of the gear servlet response attribute.
|
static java.lang.String |
PAGE
The name of the page attribute.
|
static java.lang.String |
PORTAL
The name of the portal attribute.
|
static java.lang.String |
PORTALCONTEXTPATH
The name of the portal context path
attribute is request scoped.
|
static java.lang.String |
PORTALPATHINFO
The name of the portal path info path
attribute is request scoped.
|
static java.lang.String |
PORTALQUERYSTRING
The name of the portal query string
attribute is request scoped.
|
static java.lang.String |
PORTALSERVLETPATH
The name of the portal servlet path
attribute is request scoped.
|
static java.lang.String |
PORTALSERVLETREQUEST
The name of the portal servlet request attribute.
|
static java.lang.String |
PORTALSERVLETRESPONSE
The name of the portal servlet response attribute.
|
static final java.lang.String CLASS_VERSION
static final java.lang.String PORTALSERVLETREQUEST
static final java.lang.String PORTALSERVLETRESPONSE
static final java.lang.String GEARSERVLETREQUEST
static final java.lang.String GEARSERVLETRESPONSE
static final java.lang.String DISPLAYMODE
PortalServletRequest.getDisplayMode,
Constant Field Valuesstatic final java.lang.String DEVICE
PortalServletRequest.getDevice,
Constant Field Valuesstatic final java.lang.String PORTAL
PortalServletRequest.getPortal,
Constant Field Valuesstatic final java.lang.String COMMUNITY
PortalServletRequest.getCommunity,
Constant Field Valuesstatic final java.lang.String PAGE
PortalServletRequest.getPage,
Constant Field Valuesstatic final java.lang.String COMMUNITY_PAGES
PortalServltRequest.getCommunityPages,
Constant Field Valuesstatic final java.lang.String GEAR
static final java.lang.String GEARMODE
static final java.lang.String PORTALCONTEXTPATH
PortalServletRequest.getPortalContextPath,
Constant Field Valuesstatic final java.lang.String PORTALSERVLETPATH
PortalServletRequest.getPortalServletPath,
Constant Field Valuesstatic final java.lang.String PORTALPATHINFO
PortalServletRequest.getPortalPathInfo,
Constant Field Valuesstatic final java.lang.String PORTALQUERYSTRING
PortalServletRequest.getPortalQueryString,
Constant Field Values