org.jboss.portal.test.portlet
Class TestExceptionDuringActionPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.jboss.portal.test.portlet.TestExceptionDuringActionPortlet
All Implemented Interfaces:
Portlet

public class TestExceptionDuringActionPortlet
extends GenericPortlet


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

Constructor Detail

TestExceptionDuringActionPortlet

public TestExceptionDuringActionPortlet()
Method Detail

processAction

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

render

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