|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgeConfig
NOTE: PROPOSE-FOR-STANDARD
This interface defines a contract for getting portlet bridge configuration values.
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns the value of the specified (implementation dependent) attribute name. |
java.lang.String |
getContextParameter(java.lang.String name)
Returns the value associated with the specified parameter name from the WEB-INF/web.xml descriptor. |
java.util.Set<java.lang.String> |
getExcludedBridgeRequestScopeAttributes()
Returns the value of the "javax.portlet.faces.excludedRequestAttributes" context parameter from the WEB-INF/web.xml descriptor. |
java.util.Map<java.lang.String,java.lang.String[]> |
getPublicParameterMappings()
Returns an immutable Map of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the WEB-INF/faces-config.xml descriptor. |
java.lang.String |
getViewIdFromViewPath(java.lang.String viewPath)
This method returns the viewId associated with the specified viewPath according to the servlet-mapping entries back to the FacesServlet in the WEB-INF/web.xml descriptor. |
| Method Detail |
|---|
java.lang.Object getAttribute(java.lang.String name)
java.lang.String getContextParameter(java.lang.String name)
name - The name of the parameter, corresponding to the param-name element nested within the context-param
element.
java.util.Set<java.lang.String> getExcludedBridgeRequestScopeAttributes()
java.util.Map<java.lang.String,java.lang.String[]> getPublicParameterMappings()
Map of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the WEB-INF/faces-config.xml descriptor.
java.lang.String getViewIdFromViewPath(java.lang.String viewPath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||