com.liferay.portlet.httpbridge
Class HttpBridgePortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended bycom.liferay.portlet.LiferayPortlet
          extended bycom.liferay.portlet.JSPPortlet
              extended bycom.liferay.portlet.httpbridge.HttpBridgePortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class HttpBridgePortlet
extends JSPPortlet

View Source

Version:
$Revision: 1.2 $
Author:
Brian Wing Shun Chan

Constructor Summary
HttpBridgePortlet()
           
 
Method Summary
 void processAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 
Methods inherited from class com.liferay.portlet.JSPPortlet
doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doHelp, doPreview, doPrint, doView, include, init
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpBridgePortlet

public HttpBridgePortlet()
Method Detail

processAction

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