|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.filter.BridgePortletContextFactory
BridgePortletConfigFactory that provides a custom instance of PortletConfig, that in turn provides a method Override for PortletConfig.getPortletContext().
@Deprecated public abstract class BridgePortletContextFactory
| Constructor Summary | |
|---|---|
BridgePortletContextFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract javax.portlet.PortletContext |
getPortletContext(javax.portlet.PortletContext portletContext)
Deprecated. Returns a thread-safe instance of PortletContext. |
static javax.portlet.PortletContext |
getPortletContextInstance(javax.portlet.PortletContext portletContext)
Deprecated. Returns a thread-safe instance of PortletContext from the BridgePortletContextFactory found by
the BridgeFactoryFinder. |
abstract BridgePortletContextFactory |
getWrapped()
Deprecated. 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 BridgePortletContextFactory()
| Method Detail |
|---|
public static javax.portlet.PortletContext getPortletContextInstance(javax.portlet.PortletContext portletContext)
PortletContext from the BridgePortletContextFactory found by
the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.
public abstract javax.portlet.PortletContext getPortletContext(javax.portlet.PortletContext portletContext)
PortletContext. The returned instance is not guaranteed to be Serializable.
public abstract BridgePortletContextFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgePortletContextFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||