com.liferay.faces.bridge.context
Class ExternalContextFactoryImpl
java.lang.Object
javax.faces.context.ExternalContextFactory
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
|
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 |
ExternalContextFactoryImpl
public ExternalContextFactoryImpl(javax.faces.context.ExternalContextFactory externalContextFactory)
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.