public class GearContextImpl extends PortalContextImpl implements GearContext
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Gear |
getGear()
Returns property Gear
|
GearMode |
getGearMode()
Returns property GearMode
|
void |
setGear(Gear pGear)
Sets property Gear
|
void |
setGearMode(GearMode pGearMode)
Sets property GearMode
|
getCommunity, getDisplayMode, getPage, getPortal, setCommunity, setDisplayMode, setPage, setPortal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommunity, getDisplayMode, getPage, getPortal
public GearContextImpl(PortalContext pPortalContext)
public GearContextImpl(GearContext pGearContext)
public void setGear(Gear pGear)
public Gear getGear()
getGear
in interface GearContext
Gear
public void setGearMode(GearMode pGearMode)
public GearMode getGearMode()
getGearMode
in interface GearContext
GearMode