com.liferay.faces.bridge
Class RequestAttributeInspectorFactory
java.lang.Object
com.liferay.faces.bridge.RequestAttributeInspectorFactory
- All Implemented Interfaces:
- javax.faces.FacesWrapper<RequestAttributeInspectorFactory>
public abstract class RequestAttributeInspectorFactory
- extends Object
- implements javax.faces.FacesWrapper<RequestAttributeInspectorFactory>
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestAttributeInspectorFactory
public RequestAttributeInspectorFactory()
getRequestAttributeInspectorInstance
public static RequestAttributeInspector getRequestAttributeInspectorInstance(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Returns a new instance of
RequestAttributeInspector from the RequestAttributeInspectorFactory
found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.
getRequestAttributeInspector
public abstract RequestAttributeInspector getRequestAttributeInspector(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Returns a new instance of
RequestAttributeInspector. The returned instance is not guaranteed to be Serializable.
getWrapped
public abstract RequestAttributeInspectorFactory getWrapped()
- Returns the wrapped factory instance if this factory decorates another. Otherwise, this method returns null.
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<RequestAttributeInspectorFactory>
Copyright © 2017 Liferay, Inc. All Rights Reserved.