|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Channels implementing this interface are considered "privileged" because
they will have access to internal portal control structures such as the
HttpServletRequest, HttpServletReponse, and UserPreferencesManager. IPrivilegedChannel
is intended for channels that are integral to the framework such as those that
manage user preferences, channel publishing, and channel subscription.
IPrivilegedChannel is NOT intended for "normal" channels. Channels
should normally implement IChannel
.
Portal administrators should only allow publishing/subscibing of channels
implementing IPrivilegedChannel if the following are true:
CLogin
.
IChannel
,
PortalControlStructures
Methods inherited from interface org.jasig.portal.IChannel |
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData |
Methods inherited from interface org.jasig.portal.IPrivileged |
setPortalControlStructures |
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |