|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.config.BridgeConfigWrapper
public abstract class BridgeConfigWrapper
| 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 |
|---|
public BridgeConfigWrapper()
| Method Detail |
|---|
public Map<String,Object> getAttributes()
BridgeConfig
getAttributes in interface BridgeConfigpublic Set<String> getExcludedRequestAttributes()
BridgeConfigBridgeRequestScope as defined in the bridge:excluded-attributes element within
the faces-config.xml descriptor.
getExcludedRequestAttributes in interface BridgeConfigpublic Map<String,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 String getViewIdRenderParameterName()
BridgeConfigRenderRequest.
getViewIdRenderParameterName in interface BridgeConfigpublic String getViewIdResourceParameterName()
BridgeConfigResourceRequest.
getViewIdResourceParameterName in interface BridgeConfigpublic abstract BridgeConfig getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeConfig>public String getWriteBehindRenderResponseWrapper()
BridgeConfigrender-response-wrapper-class element of the faces-config.xml
descriptor.
getWriteBehindRenderResponseWrapper in interface BridgeConfigpublic String getWriteBehindResourceResponseWrapper()
BridgeConfigresource-response-wrapper-class element of the faces-config.xml
descriptor.
getWriteBehindResourceResponseWrapper in interface BridgeConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||