org.jboss.portal.core.samples.basic
Class PortletSessionPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.jboss.portal.core.samples.basic.PortletSessionPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class PortletSessionPortlet
extends javax.portlet.GenericPortlet

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
PortletSessionPortlet()
           
 
Method Summary
 void processAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse resp)
           
 void render(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, init, processEvent, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionPortlet

public PortletSessionPortlet()
Method Detail

processAction

public void processAction(javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse resp)
                   throws javax.portlet.PortletException,
                          java.io.IOException
Specified by:
processAction in interface javax.portlet.Portlet
Overrides:
processAction in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException

render

public void render(javax.portlet.RenderRequest req,
                   javax.portlet.RenderResponse resp)
            throws javax.portlet.PortletException,
                   java.io.IOException
Specified by:
render in interface javax.portlet.Portlet
Overrides:
render in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException
java.io.IOException