atg.portal.framework
Interface Environment

All Superinterfaces:
BaseEnvironment
All Known Subinterfaces:
GearEnvironment

public interface Environment
extends BaseEnvironment

An Environment represents the context in which a page renders. It contains specific data associated with the rendering request.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String getDisplayMode()
          Access the display mode of the environment
 java.lang.String getOriginalRequestURI()
          Access the URI of the original request
 
Methods inherited from interface atg.portal.framework.BaseEnvironment
getAccessDeniedURI, getCommunity, getCommunityFolder, getCommunityURI, getCommunityURI, getGear, getGearDefinitionFolder, getInactiveCommunityURI, getLoginURI, getLoginURI, getLogoutURI, getPage, getPageFolder, getPages, getPageURI, getPageURI, getPortal, getRegistrationSuccessURI, getRegistrationURI, getRequest, getServletContext, getUpdateProfileURI, isGuest, isLeader, isMember, isPortalAdministrator, isRegisteredUser
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getDisplayMode

java.lang.String getDisplayMode()
Access the display mode of the environment

Returns:
a display mode

getOriginalRequestURI

java.lang.String getOriginalRequestURI()
Access the URI of the original request

Returns:
a uri