public interface ViewHandlerSupport
For example, an implementation of this interface might support javax.servlet, javax.portlet, or some other mechanism.
| Modifier and Type | Method and Description | 
|---|---|
| String | calculateActionURL(FacesContext facesContext,
                  String viewId)Return a string containing a webapp-relative URL that the user can invoke
 to render the specified view. | 
| String | calculateAndCheckViewId(FacesContext context,
                       String viewId) | 
| String | calculateViewId(FacesContext context,
               String viewId) | 
String calculateViewId(FacesContext context, String viewId)
String calculateAndCheckViewId(FacesContext context, String viewId)
String calculateActionURL(FacesContext facesContext, String viewId)
URLs and ViewIds are not quite the same; for example a url of "/foo.jsf" or "/faces/foo.jsp" may be needed to access the view "/foo.jsp".
Copyright © 2021 The Apache Software Foundation. All rights reserved.