atg.portal.servlet
Class GearContextImpl

java.lang.Object
  extended by atg.portal.servlet.PortalContextImpl
      extended by atg.portal.servlet.GearContextImpl
All Implemented Interfaces:
GearContext, PortalContext

public class GearContextImpl
extends PortalContextImpl
implements GearContext

Implementation of a GearContext


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
GearContextImpl(GearContext pGearContext)
          Constructs an instanceof GearContextImpl
GearContextImpl(Portal pPortal, Community pCommunity, Page pPage, DisplayMode pDisplayMode, Gear pGear, GearMode pGearMode)
          Constructs an instanceof GearContextImpl
GearContextImpl(PortalContext pPortalContext)
          Constructs an instanceof GearContextImpl
 
Method Summary
 Gear getGear()
          Returns property Gear
 GearMode getGearMode()
          Returns property GearMode
 void setGear(Gear pGear)
          Sets property Gear
 void setGearMode(GearMode pGearMode)
          Sets property GearMode
 
Methods inherited from class atg.portal.servlet.PortalContextImpl
getCommunity, getDisplayMode, getPage, getPortal, setCommunity, setDisplayMode, setPage, setPortal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface atg.portal.servlet.PortalContext
getCommunity, getDisplayMode, getPage, getPortal
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

GearContextImpl

public GearContextImpl(PortalContext pPortalContext)
Constructs an instanceof GearContextImpl


GearContextImpl

public GearContextImpl(GearContext pGearContext)
Constructs an instanceof GearContextImpl


GearContextImpl

public GearContextImpl(Portal pPortal,
                       Community pCommunity,
                       Page pPage,
                       DisplayMode pDisplayMode,
                       Gear pGear,
                       GearMode pGearMode)
Constructs an instanceof GearContextImpl

Method Detail

setGear

public void setGear(Gear pGear)
Sets property Gear


getGear

public Gear getGear()
Returns property Gear

Specified by:
getGear in interface GearContext
Returns:
a gear
See Also:
Gear

setGearMode

public void setGearMode(GearMode pGearMode)
Sets property GearMode


getGearMode

public GearMode getGearMode()
Returns property GearMode

Specified by:
getGearMode in interface GearContext
Returns:
a gear mode
See Also:
GearMode