net.sourceforge.barbecue
Class BarcodePortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended bynet.sourceforge.barbecue.BarcodePortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class BarcodePortlet
extends javax.portlet.GenericPortlet
implements javax.portlet.ResourceServingPortlet

Barcode portlet Note: this portlet uses features from the Portlet 2.0 specification (JSR-286). This portlet will not run in a Portlet 1.0 container.

Author:
Sean Sullivan

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

Constructor Detail

BarcodePortlet

public BarcodePortlet()
Method Detail

getTitle

protected java.lang.String getTitle(javax.portlet.RenderRequest request)

doEdit

protected void doEdit(javax.portlet.RenderRequest req,
                      javax.portlet.RenderResponse resp)
               throws javax.portlet.PortletException,
                      java.io.IOException
Throws:
javax.portlet.PortletException
java.io.IOException

doView

protected void doView(javax.portlet.RenderRequest req,
                      javax.portlet.RenderResponse resp)
               throws javax.portlet.PortletException,
                      java.io.IOException
Throws:
javax.portlet.PortletException
java.io.IOException

doHelp

protected void doHelp(javax.portlet.RenderRequest req,
                      javax.portlet.RenderResponse resp)
               throws javax.portlet.PortletException,
                      java.io.IOException
Throws:
javax.portlet.PortletException
java.io.IOException

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
Throws:
javax.portlet.PortletException
java.io.IOException

serveResource

public void serveResource(javax.portlet.ResourceRequest req,
                          javax.portlet.ResourceResponse resp)
                   throws javax.portlet.PortletException,
                          java.io.IOException
Specified by:
serveResource in interface javax.portlet.ResourceServingPortlet
Throws:
javax.portlet.PortletException
java.io.IOException