|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IPortletAdaptor
IChannel interface that describes the required functionality for a portlet. The framework should treat all implementing channels of this type as portlets which includes the following special behaviors: Rendering when minimized Action support
| Field Summary | |
|---|---|
static PortletMode |
ABOUT
Deprecated. |
static String |
ATTRIBUTE__PORTLET_TITLE
Deprecated. HttpServletRequest attribute that the adaptor will store the title the portlet
dynamically sets under. |
static String |
ATTRIBUTE__RUNTIME_DATA
Deprecated. HttpServletRequest attribute that the adaptor will store the current
ChannelRuntimeData under. |
static String |
CHANNEL_PARAM__IS_FRAMEWORK_PORTLET
Deprecated. Name of the org.jasig.portal.ChannelDefinition parameter used to determine
if the portlet application ID should be set to the context path of the portal. |
static String |
CHANNEL_PARAM__PORTLET_APPLICATION_ID
Deprecated. Name of the org.jasig.portal.ChannelDefinition parameter the name of the
PortletAppDD is defined in. |
static String |
CHANNEL_PARAM__PORTLET_NAME
Deprecated. Name of the org.jasig.portal.ChannelDefinition parameter the name of the
PortletDD is defined in. |
static PortletMode |
CONFIG
Deprecated. |
static WindowState |
DETACHED
Deprecated. |
static WindowState |
EXCLUSIVE
Deprecated. |
static String |
MULTIVALUED_USERINFO_MAP_ATTRIBUTE
Deprecated. Name of the HttpServletRequest attribute that the adaptor
will store a Map of user info attributes that has support for multi-valued attributes. |
| Fields inherited from interface org.jasig.portal.ICacheable |
|---|
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE |
| Method Summary | |
|---|---|
void |
processAction()
Deprecated. IChannel.setStaticData(org.jasig.portal.ChannelStaticData),
IPrivileged.setPortalControlStructures(org.jasig.portal.PortalControlStructures), and
IChannel.setRuntimeData(org.jasig.portal.ChannelRuntimeData) will be called before
this method. |
| Methods inherited from interface org.jasig.portal.IResetableChannel |
|---|
prepareForRefresh, prepareForReset |
| Methods inherited from interface org.jasig.portal.IPrivileged |
|---|
setPortalControlStructures |
| Methods inherited from interface org.jasig.portal.ICharacterChannel |
|---|
renderCharacters |
| Methods inherited from interface org.jasig.portal.IChannel |
|---|
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData |
| Methods inherited from interface org.jasig.portal.ICacheable |
|---|
generateKey, isCacheValid |
| Methods inherited from interface org.jasig.portal.IDirectResponse |
|---|
setResponse |
| Field Detail |
|---|
static final WindowState EXCLUSIVE
static final WindowState DETACHED
static final PortletMode ABOUT
static final PortletMode CONFIG
static final String ATTRIBUTE__RUNTIME_DATA
HttpServletRequest attribute that the adaptor will store the current
ChannelRuntimeData under.
static final String ATTRIBUTE__PORTLET_TITLE
HttpServletRequest attribute that the adaptor will store the title the portlet
dynamically sets under.
static final String CHANNEL_PARAM__PORTLET_APPLICATION_ID
org.jasig.portal.ChannelDefinition parameter the name of the
PortletAppDD is defined in.
PortletRegistryService.getPortletApplicationDescriptor(String),
Constant Field Valuesstatic final String CHANNEL_PARAM__PORTLET_NAME
org.jasig.portal.ChannelDefinition parameter the name of the
PortletDD is defined in.
PortletAppDD.getPortlets(),
Constant Field Valuesstatic final String CHANNEL_PARAM__IS_FRAMEWORK_PORTLET
org.jasig.portal.ChannelDefinition parameter used to determine
if the portlet application ID should be set to the context path of the portal.
static final String MULTIVALUED_USERINFO_MAP_ATTRIBUTE
HttpServletRequest attribute that the adaptor
will store a Map of user info attributes that has support for multi-valued attributes.
| Method Detail |
|---|
void processAction()
throws PortalException
IChannel.setStaticData(org.jasig.portal.ChannelStaticData),
IPrivileged.setPortalControlStructures(org.jasig.portal.PortalControlStructures), and
IChannel.setRuntimeData(org.jasig.portal.ChannelRuntimeData) will be called before
this method. Actions are executed before the layout rendering pipeline is initiated and redirects can be sent though
content can not be written out to the response. Only one channel will execute a processAction per request.
PortalException - If an exception occurs while processing the action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||