org.jaffa.presentation.portlet |
|
Java Source File Name | Type | Comment |
ActionBase.java | Class | |
AllTests.java | Class | |
EventHandlerMissingRuntimeException.java | Class | This exception is thrown if no method is found for handling the eventId passed to perform method of the Action. |
FormBase.java | Class | |
FormKey.java | Class | This object is returned by the event handlers. |
FormKeyChangeEvent.java | Class | This event is typically created by the ActionBase when processing an event for a component, that has a ContainerFormKey. |
FormKeyChangeListener.java | Interface | The listener interface for receiving FormKeyChangeEvents. |
HistoryNav.java | Class | This is a helper class for marshalling the HistoryNavList into XML and vice versa. |
PortletFilter.java | Class | This servlet filter is a replacement for the JAFFA PortletServlet and the portlet.security package.
It will invoke the SecurityManager to execute the rest of the request-processing under a SecurityContext. |
StartComponentAction.java | Class | This Action invokes the component passed in the request-stream
The internal parameters that can be passed are
component -> The name of the component to execute
finalUrl -> The place to go after executing the component. |