com.raritantechnologies.portlet
Class FrameworkPortlet
java.lang.Object
GenericPortlet
com.raritantechnologies.portlet.FrameworkPortlet
- public class FrameworkPortlet
- extends GenericPortlet
Wrapper for a JSR 168 Portlet using RTI Framework components. Uses a configurable
PortletHandler to handle the action and render
requests.
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameworkPortlet
public FrameworkPortlet()
init
public void init(PortletConfig config)
throws PortletException
- Throws:
PortletException
doView
public void doView(RenderRequest request,
RenderResponse response)
throws PortletException,
java.io.IOException
- Throws:
PortletException
java.io.IOException
dispatch
protected void dispatch(RenderRequest request,
RenderResponse response,
java.lang.String path)
throws PortletException,
java.io.IOException
- Throws:
PortletException
java.io.IOException
processAction
public void processAction(ActionRequest request,
ActionResponse response)
throws PortletException,
java.io.IOException
- Throws:
PortletException
java.io.IOException
getSessionBean
public FrameworkPortletSessionBean getSessionBean(PortletRequest request)
destroy
public void destroy()
getRaritanPageContext
public RaritanPageContext getRaritanPageContext(PortletRequest request)
getActionURL
public java.lang.String getActionURL(PortletRequest request)