|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.BaseChannel
org.jasig.portal.layout.channels.CSkinSelector
@Deprecated public class CSkinSelector
A channel for selecting skins. The path to the available skins is configured by the portal.properties property "org.jasig.portal.layout.channels.CSkinSelector.skins_path" as mediated by PropertiesManager. If that property is not configured, the path "media/skins/universality/" is used.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
runtimeData, staticData |
| Constructor Summary | |
|---|---|
CSkinSelector()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Passes portal control structure to the channel. |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
| Methods inherited from class org.jasig.portal.channels.BaseChannel |
|---|
getRuntimeProperties, receiveEvent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CSkinSelector()
| Method Detail |
|---|
public void setStaticData(ChannelStaticData sd)
throws PortalException
IChannel
setStaticData in interface IChannelsetStaticData in class BaseChannelsd - channel static data
PortalExceptionChannelStaticData
public void setPortalControlStructures(PortalControlStructures pcs)
throws PortalException
setPortalControlStructures in interface IPrivilegedPortalExceptionPortalControlStructures
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
IChannel
setRuntimeData in interface IChannelsetRuntimeData in class BaseChannelrd - channel runtime data
PortalExceptionChannelRuntimeData
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelrenderXML in class BaseChannelout - the SAX ContentHandler to output content to
PortalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||