com.liferay.faces.bridge.config
Class BridgeConfigWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.config.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 a map of bridge configuration attributes.
 Set<String> getExcludedRequestAttributes()
          Returns a list of attribute names that are to be excluded from the BridgeRequestScope 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()
           
 String getWriteBehindRenderResponseWrapper()
          Returns the FQCN specified in the render-response-wrapper-class element of the faces-config.xml descriptor.
 String getWriteBehindResourceResponseWrapper()
          Returns the FQCN specified in the resource-response-wrapper-class element of the faces-config.xml descriptor.
 
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

getAttributes

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

Specified by:
getAttributes in interface BridgeConfig

getExcludedRequestAttributes

public Set<String> getExcludedRequestAttributes()
Description copied from interface: BridgeConfig
Returns a list of attribute names that are to be excluded from the BridgeRequestScope 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

getWrapped

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

getWriteBehindRenderResponseWrapper

public String getWriteBehindRenderResponseWrapper()
Description copied from interface: BridgeConfig
Returns the FQCN specified in the render-response-wrapper-class element of the faces-config.xml descriptor.

Specified by:
getWriteBehindRenderResponseWrapper in interface BridgeConfig

getWriteBehindResourceResponseWrapper

public String getWriteBehindResourceResponseWrapper()
Description copied from interface: BridgeConfig
Returns the FQCN specified in the resource-response-wrapper-class element of the faces-config.xml descriptor.

Specified by:
getWriteBehindResourceResponseWrapper in interface BridgeConfig


Copyright © 2015 Liferay, Inc.. All rights reserved.