Class Summary
|
AbstractPortalPersonalizationProcessor |
AbtractPortalPersonalization is a generic processor (input processor) used to assist
processors that wish to mutate the PortalPersonalization. |
AbstractPortalProcessor |
An abstract processor (input processor) used to assist framework processors and
other user defined processors. |
EditProcessor |
Framework processor used to set a portlet into edit mode. |
MaximizeProcessor |
Framework processor used to set a portlet into maximize mode. |
MinimizeProcessor |
Framework processor used to set a portlet into minimize mode. |
PortalRefreshProcessor |
A special framework processor used to refresh the portal. |
PortletEventProcessor |
The PortletEventProcessor invokes user defined portlet events,
as defined by the portlet's webflow file. |
PostProcessor |
The PostProcessor is the last processor called by the portal's own
internal webflow, as defined by the portal.wf webflow file. |
PreProcessor |
The PreProcessor is the first processor called by the portal's own
internal webflow, as defined by the portal.wf webflow file. |
UneditProcessor |
A Portal Processors used to set a portlet out of edit mode. |
UnmaximizeProcessor |
A Portal Processors used to unmaximize a portlet that is currently in the maximize state. |
UnminimizeProcessor |
A Portal Processors used to unminimize a portlet. |