com.mf.roundhouse.portlets
Class DailyDilbertPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended bycom.mf.roundhouse.portlets.DailyDilbertPortlet
All Implemented Interfaces:
Portlet, PortletConfig

public class DailyDilbertPortlet
extends GenericPortlet

Author:
Jeffrey Payne

Constructor Summary
DailyDilbertPortlet()
           
 
Method Summary
protected  void doView(RenderRequest request, RenderResponse response)
          Helper method to serve up the mandatory view mode.
static void main(java.lang.String[] args)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, init, processAction, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyDilbertPortlet

public DailyDilbertPortlet()
Method Detail

doView

protected void doView(RenderRequest request,
                      RenderResponse response)
               throws PortletException,
                      java.io.IOException
Description copied from class: GenericPortlet
Helper method to serve up the mandatory view mode.

The default implementation throws an exception.

Overrides:
doView in class GenericPortlet
Parameters:
request - the portlet request
response - the render response
Throws:
java.io.IOException - if the streaming causes an I/O problem
PortletException - if the portlet cannot fulfilling the request

main

public static final void main(java.lang.String[] args)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.