Methods
| Modifier and Type |
Method and Description |
String |
calculateCharacterEncoding(FacesContext context) |
Locale |
calculateLocale(FacesContext facesContext) |
String |
calculateRenderKitId(FacesContext facesContext) |
UIViewRoot |
createView(FacesContext context,
String viewId) |
String |
deriveLogicalViewId(FacesContext context,
String rawViewId) |
String |
deriveViewId(FacesContext context,
String rawViewId)
Canonicalize the given viewId, then pass that viewId to the next ViewHandler in the chain.
|
String |
getActionURL(FacesContext context,
String viewId) |
String |
getBookmarkableURL(FacesContext context,
String viewId,
Map<String,List<String>> parameters,
boolean includeViewParams) |
List<FacesActionUrlProvider> |
getProviders() |
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) |
void |
initView(FacesContext context) |
void |
renderView(FacesContext facesContext,
UIViewRoot viewRoot) |
UIViewRoot |
restoreView(FacesContext context,
String viewId) |
void |
writeState(FacesContext facesContext) |