com.liferay.faces.bridge.context
Class ExternalContextFactoryImpl

java.lang.Object
  extended by javax.faces.context.ExternalContextFactory
      extended by com.liferay.faces.bridge.context.ExternalContextFactoryImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.ExternalContextFactory>

public class ExternalContextFactoryImpl
extends javax.faces.context.ExternalContextFactory

Author:
Neil Griffin

Constructor Summary
ExternalContextFactoryImpl(javax.faces.context.ExternalContextFactory externalContextFactory)
           
 
Method Summary
 javax.faces.context.ExternalContext getExternalContext(Object context, Object request, Object response)
           
 javax.faces.context.ExternalContextFactory getWrapped()
          This is an overridden method that provides the ability for the FacesWrapper decorator pattern to delegate to other ExternalContextFactory implementations that are registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalContextFactoryImpl

public ExternalContextFactoryImpl(javax.faces.context.ExternalContextFactory externalContextFactory)
Method Detail

getExternalContext

public javax.faces.context.ExternalContext getExternalContext(Object context,
                                                              Object request,
                                                              Object response)
                                                       throws javax.faces.FacesException
Specified by:
getExternalContext in class javax.faces.context.ExternalContextFactory
Throws:
javax.faces.FacesException

getWrapped

public javax.faces.context.ExternalContextFactory getWrapped()
This is an overridden method that provides the ability for the FacesWrapper decorator pattern to delegate to other ExternalContextFactory implementations that are registered.

Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ExternalContextFactory>
Overrides:
getWrapped in class javax.faces.context.ExternalContextFactory


Copyright © 2014 Liferay, Inc.. All Rights Reserved.