@ConsumerType public abstract class BridgeConfigWrapper extends java.lang.Object implements BridgeConfig, javax.faces.FacesWrapper<BridgeConfig>
| Constructor and Description |
|---|
BridgeConfigWrapper() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns an immutable
Map of bridge configuration attributes. |
java.util.Set<java.lang.String> |
getExcludedRequestAttributes()
Returns an immutable
Set of attribute names that are to be excluded from the bridge request scope as
defined in the bridge:excluded-attributes element within the faces-config.xml descriptor. |
java.util.Map<java.lang.String,java.lang.String[]> |
getPublicParameterMappings()
Returns an immutable
Map of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the faces-config.xml descriptor. |
java.lang.String |
getViewIdRenderParameterName()
Returns the parameter name used for storing the value of the target viewId in a
RenderRequest. |
java.lang.String |
getViewIdResourceParameterName()
Returns the parameter name used for storing the value of the target viewId in a
ResourceRequest. |
abstract BridgeConfig |
getWrapped() |
public abstract BridgeConfig getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeConfig>public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
BridgeConfigMap of bridge configuration attributes.getAttributes in interface BridgeConfigpublic java.util.Set<java.lang.String> getExcludedRequestAttributes()
BridgeConfigSet of attribute names that are to be excluded from the bridge request scope as
defined in the bridge:excluded-attributes element within the faces-config.xml descriptor.getExcludedRequestAttributes in interface BridgeConfigpublic java.util.Map<java.lang.String,java.lang.String[]> getPublicParameterMappings()
BridgeConfigMap of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the faces-config.xml descriptor.getPublicParameterMappings in interface BridgeConfigpublic java.lang.String getViewIdRenderParameterName()
BridgeConfigRenderRequest.getViewIdRenderParameterName in interface BridgeConfigpublic java.lang.String getViewIdResourceParameterName()
BridgeConfigResourceRequest.getViewIdResourceParameterName in interface BridgeConfigCopyright © 2020 Liferay, Inc. All Rights Reserved.