com.liferay.faces.bridge.filter.internal
Class PortletContextBridgeLiferayImpl

java.lang.Object
  extended by com.liferay.faces.bridge.filter.internal.PortletContextWrapper
      extended by com.liferay.faces.bridge.filter.internal.PortletContextBridgeLiferayImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletContext>, javax.portlet.PortletContext

public class PortletContextBridgeLiferayImpl
extends PortletContextWrapper

Author:
Neil Griffin

Constructor Summary
PortletContextBridgeLiferayImpl(javax.portlet.PortletContext portletContext)
           
 
Method Summary
 javax.portlet.PortletRequestDispatcher getRequestDispatcher(String path)
           
 javax.portlet.PortletContext getWrapped()
           
 
Methods inherited from class com.liferay.faces.bridge.filter.internal.PortletContextWrapper
getAttribute, getAttributeNames, getContainerRuntimeOptions, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getPortletContextName, getRealPath, getResource, getResourceAsStream, getResourcePaths, getServerInfo, log, log, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContextBridgeLiferayImpl

public PortletContextBridgeLiferayImpl(javax.portlet.PortletContext portletContext)
Method Detail

getRequestDispatcher

public javax.portlet.PortletRequestDispatcher getRequestDispatcher(String path)
Specified by:
getRequestDispatcher in interface javax.portlet.PortletContext
Overrides:
getRequestDispatcher in class PortletContextWrapper

getWrapped

public javax.portlet.PortletContext getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletContext>
Specified by:
getWrapped in class PortletContextWrapper


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