com.raritantechnologies.portlet
Class FrameworkPortlet

java.lang.Object
  extended byGenericPortlet
      extended bycom.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

Constructor Summary
FrameworkPortlet()
           
 
Method Summary
 void destroy()
           
protected  void dispatch(RenderRequest request, RenderResponse response, java.lang.String path)
           
 void doView(RenderRequest request, RenderResponse response)
           
 java.lang.String getActionURL(PortletRequest request)
           
 RaritanPageContext getRaritanPageContext(PortletRequest request)
           
 FrameworkPortletSessionBean getSessionBean(PortletRequest request)
           
 void init(PortletConfig config)
           
 void processAction(ActionRequest request, ActionResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkPortlet

public FrameworkPortlet()
Method Detail

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)