com.liferay.faces.bridge
Class BridgeConfigWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.BridgeConfigWrapper
All Implemented Interfaces:
BridgeConfig, javax.faces.FacesWrapper<BridgeConfig>

public abstract class BridgeConfigWrapper
extends Object
implements BridgeConfig, javax.faces.FacesWrapper<BridgeConfig>

Author:
Neil Griffin

Constructor Summary
BridgeConfigWrapper()
           
 
Method Summary
 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.
abstract  BridgeConfig getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeConfigWrapper

public BridgeConfigWrapper()
Method Detail

getWrapped

public abstract BridgeConfig getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgeConfig>

getAttributes

public Map<String,Object> getAttributes()
Description copied from interface: BridgeConfig
Returns an immutable Map of bridge configuration attributes.

Specified by:
getAttributes in interface BridgeConfig

getExcludedRequestAttributes

public Set<String> getExcludedRequestAttributes()
Description copied from interface: BridgeConfig
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.

Specified by:
getExcludedRequestAttributes in interface BridgeConfig

getPublicParameterMappings

public Map<String,String[]> getPublicParameterMappings()
Description copied from interface: BridgeConfig
Returns an immutable Map of Public Render Parameter mappings as defined in the bridge:public-parameter-mappings element of the faces-config.xml descriptor.

Specified by:
getPublicParameterMappings in interface BridgeConfig

getViewIdRenderParameterName

public String getViewIdRenderParameterName()
Description copied from interface: BridgeConfig
Returns the parameter name used for storing the value of the target viewId in a RenderRequest.

Specified by:
getViewIdRenderParameterName in interface BridgeConfig

getViewIdResourceParameterName

public String getViewIdResourceParameterName()
Description copied from interface: BridgeConfig
Returns the parameter name used for storing the value of the target viewId in a ResourceRequest.

Specified by:
getViewIdResourceParameterName in interface BridgeConfig


Copyright © 2017 Liferay, Inc. All Rights Reserved.