All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | Method and Description | 
| void | addProtectedView(String urlPattern) | 
| Locale | calculateLocale(FacesContext facesContext)Get the locales specified as acceptable by the original request, compare them to the
 locales supported by this Application and return the best match. | 
| String | calculateRenderKitId(FacesContext facesContext) | 
| UIViewRoot | createView(FacesContext context,
          String viewId) | 
| String | deriveLogicalViewId(FacesContext context,
                   String rawViewId) | 
| String | deriveViewId(FacesContext context,
            String input) | 
| String | getActionURL(FacesContext context,
            String viewId) | 
| String | getBookmarkableURL(FacesContext context,
                  String viewId,
                  Map<String,List<String>> parameters,
                  boolean includeViewParams) | 
| Set<String> | getProtectedViewsUnmodifiable() | 
| String | getRedirectURL(FacesContext context,
              String viewId,
              Map<String,List<String>> parameters,
              boolean includeViewParams) | 
| String | getResourceURL(FacesContext facesContext,
              String path) | 
| ViewDeclarationLanguage | getViewDeclarationLanguage(FacesContext context,
                          String viewId) | 
| static ViewHandler | getViewHandler(FacesContext facesContext)Gets the current ViewHandler via FacesContext.getApplication().getViewHandler(). | 
| protected ViewHandlerSupport | getViewHandlerSupport() | 
| protected ViewHandlerSupport | getViewHandlerSupport(FacesContext context) | 
| void | initView(FacesContext context) | 
| boolean | removeProtectedView(String urlPattern) | 
| void | renderView(FacesContext context,
          UIViewRoot viewToRender) | 
| UIViewRoot | restoreView(FacesContext context,
           String viewId) | 
| void | setViewHandlerSupport(ViewHandlerSupport viewHandlerSupport) | 
| void | writeState(FacesContext context) |