Package org.apache.myfaces.util
Class ViewNamespaceUtils
java.lang.Object
org.apache.myfaces.util.ViewNamespaceUtils
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetViewNamespace(FacesContext context) static StringgetViewNamespace(FacesContext context, jakarta.servlet.ServletRequest request) Gets the view namespace of the current viewroot.protected static StringresolvePrefixFromRequest(FacesContext facesContext, Map<String, String[]> requestParameterMap) 
- 
Field Details- 
CACHE_ATTR- See Also:
 
 
- 
- 
Constructor Details- 
ViewNamespaceUtilspublic ViewNamespaceUtils()
 
- 
- 
Method Details- 
getViewNamespace
- 
getViewNamespaceGets the view namespace of the current viewroot. This is a porlet feature, where multiple faces view exists on one portlet view.- Parameters:
- context-
- request-
- Returns:
 
- 
resolvePrefixFromRequestprotected static String resolvePrefixFromRequest(FacesContext facesContext, Map<String, String[]> requestParameterMap) 
 
-