public interface BridgeConfig
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns an immutable
Map of bridge configuration attributes. |
Set<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. |
Map<String,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. |
String |
getViewIdRenderParameterName()
Returns the parameter name used for storing the value of the target viewId in a
RenderRequest. |
String |
getViewIdResourceParameterName()
Returns the parameter name used for storing the value of the target viewId in a
ResourceRequest. |
Map<String,Object> getAttributes()
Map of bridge configuration attributes.Set<String> getExcludedRequestAttributes()
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.Map<String,String[]> getPublicParameterMappings()
Map of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the faces-config.xml descriptor.String getViewIdRenderParameterName()
RenderRequest.String getViewIdResourceParameterName()
ResourceRequest.Copyright © 2016 Liferay, Inc. All rights reserved.