com.liferay.faces.bridge.context
Class IncongruityContextFactory
java.lang.Object
com.liferay.faces.bridge.context.IncongruityContextFactory
- All Implemented Interfaces:
- FactoryWrapper<IncongruityContextFactory>, javax.faces.FacesWrapper<IncongruityContextFactory>
- Direct Known Subclasses:
- IncongruityContextFactoryImpl
public abstract class IncongruityContextFactory
- extends Object
- implements FactoryWrapper<IncongruityContextFactory>
This abstract class provides a contract for defining a factory that knows how to create instances of type IncongruityContext. It is inspired by the factory pattern found in the JSF API like FacesContextFactory and ExternalContextFactory. By implementing the
FacesWrapper interface, the class provides implementations with the opportunity to wrap another
factory (participate in a chain-of-responsibility pattern). If an implementation wraps a factory, then it should
provide a one-arg constructor so that the wrappable factory can be passed at initialization time.
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncongruityContextFactory
public IncongruityContextFactory()
getIncongruityContext
public abstract IncongruityContext getIncongruityContext()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.