com.liferay.util.bridges.wai
Class WAIPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.util.bridges.wai.WAIPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class WAIPortlet
extends javax.portlet.GenericPortlet

View Source

Author:
Jorge Ferrer

Field Summary
static java.lang.String CONNECTOR_IFRAME
           
static java.lang.String CONNECTOR_INCLUDE
           
 
Constructor Summary
WAIPortlet()
           
 
Method Summary
protected  void forward(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String path)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
protected  void invokeApplication(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 void processAction(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 void render(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
protected  void renderNormalWindowState(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
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, processEvent, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTOR_IFRAME

public static final java.lang.String CONNECTOR_IFRAME
See Also:
Constant Field Values

CONNECTOR_INCLUDE

public static final java.lang.String CONNECTOR_INCLUDE
See Also:
Constant Field Values
Constructor Detail

WAIPortlet

public WAIPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException

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

render

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

forward

protected void forward(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res,
                       java.lang.String path)
                throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

invokeApplication

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

renderNormalWindowState

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