atg.portal.servlet
Interface GearContext

All Superinterfaces:
PortalContext
All Known Subinterfaces:
GearServletRequest
All Known Implementing Classes:
GearContextImpl

public interface GearContext
extends PortalContext

An interface used to store gear context data. This interface stores all the data to recreate a gear state. It includes such state objects such as gearMode.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 Gear getGear()
          Access property gear
 GearMode getGearMode()
          Access property gear mode
 
Methods inherited from interface atg.portal.servlet.PortalContext
getCommunity, getDisplayMode, getPage, getPortal
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getGear

Gear getGear()
Access property gear

Returns:
a gear
See Also:
Gear

getGearMode

GearMode getGearMode()
Access property gear mode

Returns:
a gear mode
See Also:
GearMode