|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.UserPreferences.BaseState
class BaseState
A base class for a CUserPreferences state.
Field Summary | |
---|---|
protected CUserPreferences |
context
|
protected IPrivilegedChannel |
internalState
|
Constructor Summary | |
---|---|
BaseState()
|
|
BaseState(CUserPreferences context)
|
|
BaseState(CUserPreferences context,
IPrivilegedChannel state)
|
|
BaseState(IPrivilegedChannel state)
|
Method Summary | |
---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Acquires ChannelRuntimeProperties from the channel. |
void |
receiveEvent(PortalEvent ev)
Passes an outside event to a channel. |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setContext(CUserPreferences context)
|
void |
setPortalControlStructures(PortalControlStructures pcs)
Passes portal control structure to the channel. |
void |
setRuntimeData(ChannelRuntimeData rd)
Passes ChannelRuntimeData to the channel. |
void |
setState(IPrivilegedChannel state)
|
void |
setStaticData(ChannelStaticData sd)
Passes ChannelStaticData to the channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CUserPreferences context
protected IPrivilegedChannel internalState
Constructor Detail |
---|
public BaseState()
public BaseState(CUserPreferences context)
public BaseState(IPrivilegedChannel state)
public BaseState(CUserPreferences context, IPrivilegedChannel state)
Method Detail |
---|
public void setPortalControlStructures(PortalControlStructures pcs) throws PortalException
IPrivileged
setPortalControlStructures
in interface IPrivileged
PortalException
PortalControlStructures
public void setRuntimeData(ChannelRuntimeData rd) throws PortalException
IChannel
setRuntimeData
in interface IChannel
rd
- channel runtime data
PortalException
ChannelRuntimeData
public void setStaticData(ChannelStaticData sd) throws PortalException
IChannel
setStaticData
in interface IChannel
sd
- channel static data
PortalException
ChannelStaticData
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
renderXML
in interface IChannel
out
- the SAX ContentHandler to output content to
PortalException
public void receiveEvent(PortalEvent ev)
IChannel
receiveEvent
in interface IChannel
ev
- PortalEvent objectPortalEvent
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
public void setState(IPrivilegedChannel state)
public void setContext(CUserPreferences context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |