com.liferay.faces.bridge.ext
Class GenericLiferayFacesPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by javax.portlet.faces.GenericFacesPortlet
          extended by com.liferay.faces.bridge.ext.GenericLiferayFacesPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class GenericLiferayFacesPortlet
extends javax.portlet.faces.GenericFacesPortlet

This class provides useful extensions to the GenericFacesPortlet found in the Bridge API.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class javax.portlet.faces.GenericFacesPortlet
BRIDGE_AUTO_DISPATCH_EVENTS, BRIDGE_CLASS, BRIDGE_SERVICE_CLASSPATH, DEFAULT_CHARACTERSET_ENCODING, DEFAULT_CONTENT_TYPE, DEFAULT_VIEWID, INITIALIZE_NAMESPACED_CONTEXT_ATTRIBUTES
 
Constructor Summary
GenericLiferayFacesPortlet()
           
 
Method Summary
protected  void doDispatch(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 
Methods inherited from class javax.portlet.faces.GenericFacesPortlet
destroy, doEdit, doHeaders, doHelp, doView, getBridgeClassName, getBridgeEventHandler, getBridgePublicRenderParameterHandler, getDefaultRenderKitId, getDefaultViewIdMap, getExcludedRequestAttributes, getFacesBridge, getResponseCharacterSetEncoding, getResponseContentType, init, isAutoDispatchEvents, isPreserveActionParameters, processAction, processEvent, serveResource
 
Methods inherited from class javax.portlet.GenericPortlet
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericLiferayFacesPortlet

public GenericLiferayFacesPortlet()
Method Detail

doDispatch

protected void doDispatch(javax.portlet.RenderRequest renderRequest,
                          javax.portlet.RenderResponse renderResponse)
                   throws javax.portlet.PortletException,
                          IOException
Overrides:
doDispatch in class javax.portlet.faces.GenericFacesPortlet
Throws:
javax.portlet.PortletException
IOException


Copyright © 2017 Liferay, Inc.. All rights reserved.