|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.BridgeConfigFactory
public abstract class BridgeConfigFactory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeConfig and PortletConfig.
| Constructor Summary | |
|---|---|
BridgeConfigFactory()
|
|
| Method Summary | |
|---|---|
abstract BridgeConfig |
getBridgeConfig(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of BridgeConfig. |
static BridgeConfig |
getBridgeConfigInstance(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of BridgeConfig from the BridgeConfigFactory found by the BridgeFactoryFinder. |
abstract BridgeConfigFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BridgeConfigFactory()
| Method Detail |
|---|
public static BridgeConfig getBridgeConfigInstance(javax.portlet.PortletConfig portletConfig)
BridgeConfig from the BridgeConfigFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.
portletConfig - The configuration associated with the current portlet.public abstract BridgeConfig getBridgeConfig(javax.portlet.PortletConfig portletConfig)
BridgeConfig. The returned instance is not guaranteed to be Serializable.
portletConfig - The configuration associated with the current portlet.public abstract BridgeConfigFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeConfigFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||