|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.DLMUserPreferences.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 IPrivilegedPortalExceptionPortalControlStructures
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
IChannel
setRuntimeData in interface IChannelrd - channel runtime data
PortalExceptionChannelRuntimeData
public void setStaticData(ChannelStaticData sd)
throws PortalException
IChannel
setStaticData in interface IChannelsd - channel static data
PortalExceptionChannelStaticData
public void renderXML(org.xml.sax.ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelout - the SAX ContentHandler to output content to
PortalExceptionpublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelev - PortalEvent objectPortalEventpublic ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties in interface IChannelChannelRuntimePropertiespublic 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 | |||||||||