public abstract class BridgeFactory<T> extends Object implements javax.faces.FacesWrapper<BridgeFactory<T>>
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.| Constructor and Description |
|---|
BridgeFactory() |
public BridgeFactory<T> getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeFactory<T>>Copyright © 2015 JBoss by Red Hat. All rights reserved.