@ProviderType public abstract class RequestAttributeInspectorFactory extends java.lang.Object implements javax.faces.FacesWrapper<RequestAttributeInspectorFactory>
| Constructor and Description |
|---|
RequestAttributeInspectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract RequestAttributeInspector |
getRequestAttributeInspector(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
Returns a new instance of
RequestAttributeInspector. |
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. |
abstract RequestAttributeInspectorFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
public static RequestAttributeInspector getRequestAttributeInspectorInstance(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
RequestAttributeInspector from the RequestAttributeInspectorFactory
found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public abstract RequestAttributeInspector getRequestAttributeInspector(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
RequestAttributeInspector. The returned instance is not guaranteed to be Serializable.public abstract RequestAttributeInspectorFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<RequestAttributeInspectorFactory>Copyright © 2020 Liferay, Inc. All Rights Reserved.