com.liferay.faces.bridge.internal
Class BridgePhaseResourceImpl

java.lang.Object
  extended by com.liferay.faces.bridge.internal.BridgePhaseBaseImpl
      extended by com.liferay.faces.bridge.internal.BridgePhaseCompat_1_2_Impl
          extended by com.liferay.faces.bridge.internal.BridgePhaseCompat_2_0_Impl
              extended by com.liferay.faces.bridge.internal.BridgePhaseCompat_2_2_Impl
                  extended by com.liferay.faces.bridge.internal.BridgePhaseResourceImpl
All Implemented Interfaces:
BridgePhase

public class BridgePhaseResourceImpl
extends BridgePhaseCompat_2_2_Impl

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.internal.BridgePhaseBaseImpl
bridgeConfig, bridgeContext, bridgeRequestScope, bridgeRequestScopeCache, bridgeRequestScopePreserved, facesContext, facesLifecycle, incongruityContext, portletConfig, portletContext, portletName
 
Constructor Summary
BridgePhaseResourceImpl(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
           
 
Method Summary
 void execute()
           
protected  List<ConfiguredServletMapping> getConfiguredFacesServletMappings()
           
protected  ConfiguredServletMapping getExplicitFacesServletExtensionMapping(String resourceId)
           
protected  ConfiguredServletMapping getFacesServletPathMapping(String resourceId)
           
 
Methods inherited from class com.liferay.faces.bridge.internal.BridgePhaseCompat_2_2_Impl
attachClientWindowToLifecycle
 
Methods inherited from class com.liferay.faces.bridge.internal.BridgePhaseCompat_2_0_Impl
clearHeadManagedBeanResources, getJSF2HandledException, getJSF2UnhandledException, handleJSF2ResourceRequest, isJSF2AjaxRequest, isJSF2ResourceRequest
 
Methods inherited from class com.liferay.faces.bridge.internal.BridgePhaseCompat_1_2_Impl
removeBridgeContextAttribute, setBridgeContextAttribute
 
Methods inherited from class com.liferay.faces.bridge.internal.BridgePhaseBaseImpl
cleanup, getFacesContext, getFacesContextFactory, indicateNamespacingToConsumers, init, initBridgeRequestScope, maintainBridgeRequestScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePhaseResourceImpl

public BridgePhaseResourceImpl(javax.portlet.ResourceRequest resourceRequest,
                               javax.portlet.ResourceResponse resourceResponse,
                               javax.portlet.PortletConfig portletConfig,
                               BridgeConfig bridgeConfig)
Method Detail

execute

public void execute()
             throws BridgeDefaultViewNotSpecifiedException,
                    BridgeException
Throws:
BridgeDefaultViewNotSpecifiedException
BridgeException

getConfiguredFacesServletMappings

protected List<ConfiguredServletMapping> getConfiguredFacesServletMappings()

getExplicitFacesServletExtensionMapping

protected ConfiguredServletMapping getExplicitFacesServletExtensionMapping(String resourceId)

getFacesServletPathMapping

protected ConfiguredServletMapping getFacesServletPathMapping(String resourceId)


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