com.liferay.faces.bridge.config.internal
Class BridgeConfigImpl

java.lang.Object
  extended by com.liferay.faces.bridge.config.internal.BridgeConfigImpl
All Implemented Interfaces:
BridgeConfig

public class BridgeConfigImpl
extends Object
implements BridgeConfig

Author:
Neil Griffin

Constructor Summary
BridgeConfigImpl(javax.portlet.PortletConfig portletConfig)
           
 
Method Summary
 Map<String,Object> getAttributes()
           
 Set<String> getExcludedRequestAttributes()
           
 Map<String,String[]> getPublicParameterMappings()
           
 String getViewIdRenderParameterName()
           
 String getViewIdResourceParameterName()
           
 String getWriteBehindRenderResponseWrapper()
           
 String getWriteBehindResourceResponseWrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeConfigImpl

public BridgeConfigImpl(javax.portlet.PortletConfig portletConfig)
Method Detail

getAttributes

public Map<String,Object> getAttributes()
Specified by:
getAttributes in interface BridgeConfig

getExcludedRequestAttributes

public Set<String> getExcludedRequestAttributes()
Specified by:
getExcludedRequestAttributes in interface BridgeConfig

getPublicParameterMappings

public Map<String,String[]> getPublicParameterMappings()
Specified by:
getPublicParameterMappings in interface BridgeConfig

getViewIdRenderParameterName

public String getViewIdRenderParameterName()
Specified by:
getViewIdRenderParameterName in interface BridgeConfig

getViewIdResourceParameterName

public String getViewIdResourceParameterName()
Specified by:
getViewIdResourceParameterName in interface BridgeConfig

getWriteBehindRenderResponseWrapper

public String getWriteBehindRenderResponseWrapper()
Specified by:
getWriteBehindRenderResponseWrapper in interface BridgeConfig

getWriteBehindResourceResponseWrapper

public String getWriteBehindResourceResponseWrapper()
Specified by:
getWriteBehindResourceResponseWrapper in interface BridgeConfig


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