atg.portal.servlet
Interface Attribute

All Known Subinterfaces:
GearServletRequest, PortalServletRequest

public interface Attribute

Constants for common portal request, session and context attributes.


Field Summary
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.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

PORTALSERVLETREQUEST

static final java.lang.String PORTALSERVLETREQUEST
The name of the portal servlet request attribute. This attribute is request scoped.

See Also:
Constant Field Values

PORTALSERVLETRESPONSE

static final java.lang.String PORTALSERVLETRESPONSE
The name of the portal servlet response attribute. This attribute is request scoped.

See Also:
Constant Field Values

GEARSERVLETREQUEST

static final java.lang.String GEARSERVLETREQUEST
The name of the gear servlet request attribute. This attribute is request scoped.

See Also:
Constant Field Values

GEARSERVLETRESPONSE

static final java.lang.String GEARSERVLETRESPONSE
The name of the gear servlet response attribute. This attribute is request scoped.

See Also:
Constant Field Values

DISPLAYMODE

static final java.lang.String DISPLAYMODE
The name of the display mode attribute. This attribute is request scoped.

See Also:
PortalServletRequest.getDisplayMode, Constant Field Values

DEVICE

static final java.lang.String DEVICE
The name of the device attribute. This attribute is request scoped.

See Also:
PortalServletRequest.getDevice, Constant Field Values

PORTAL

static final java.lang.String PORTAL
The name of the portal attribute. This attribute is request scoped.

See Also:
PortalServletRequest.getPortal, Constant Field Values

COMMUNITY

static final java.lang.String COMMUNITY
The name of the community attribute. This attribute is request scoped.

See Also:
PortalServletRequest.getCommunity, Constant Field Values

PAGE

static final java.lang.String PAGE
The name of the page attribute. This attribute is request scoped.

See Also:
PortalServletRequest.getPage, Constant Field Values

COMMUNITY_PAGES

static final java.lang.String COMMUNITY_PAGES
The name of the community pages attribute. This attribute is request scoped.

See Also:
PortalServltRequest.getCommunityPages, Constant Field Values

GEAR

static final java.lang.String GEAR
The name of the gear attribute. This attribute is request scoped.

See Also:
Constant Field Values

GEARMODE

static final java.lang.String GEARMODE
The name of the gear attribute. This attribute is request scoped.

See Also:
Constant Field Values

PORTALCONTEXTPATH

static final java.lang.String PORTALCONTEXTPATH
The name of the portal context path attribute is request scoped.

See Also:
PortalServletRequest.getPortalContextPath, Constant Field Values

PORTALSERVLETPATH

static final java.lang.String PORTALSERVLETPATH
The name of the portal servlet path attribute is request scoped.

See Also:
PortalServletRequest.getPortalServletPath, Constant Field Values

PORTALPATHINFO

static final java.lang.String PORTALPATHINFO
The name of the portal path info path attribute is request scoped.

See Also:
PortalServletRequest.getPortalPathInfo, Constant Field Values

PORTALQUERYSTRING

static final java.lang.String PORTALQUERYSTRING
The name of the portal query string attribute is request scoped.

See Also:
PortalServletRequest.getPortalQueryString, Constant Field Values