public class RewriteViewHandler
extends javax.faces.application.ViewHandlerWrapper
| Modifier and Type | Field and Description |
|---|---|
protected javax.faces.application.ViewHandler |
parent |
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME, FACELETS_BUFFER_SIZE_PARAM_NAME, FACELETS_DECORATORS_PARAM_NAME, FACELETS_LIBRARIES_PARAM_NAME, FACELETS_REFRESH_PERIOD_PARAM_NAME, FACELETS_SKIP_COMMENTS_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME| Constructor and Description |
|---|
RewriteViewHandler(javax.faces.application.ViewHandler viewHandler) |
| Modifier and Type | Method and Description |
|---|---|
String |
deriveViewId(javax.faces.context.FacesContext context,
String rawViewId)
Canonicalize the given viewId, then pass that viewId to the next ViewHandler in the chain.
|
String |
getActionURL(javax.faces.context.FacesContext context,
String viewId) |
String |
getBookmarkableURL(javax.faces.context.FacesContext context,
String viewId,
Map<String,List<String>> parameters,
boolean includeViewParams) |
List<FacesActionUrlProvider> |
getProviders() |
javax.faces.application.ViewHandler |
getWrapped() |
addProtectedView, calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, getProtectedViewsUnmodifiable, getRedirectURL, getResourceURL, getViewDeclarationLanguage, getViews, getViews, getWebsocketURL, initView, removeProtectedView, renderView, restoreView, writeStatepublic RewriteViewHandler(javax.faces.application.ViewHandler viewHandler)
public String getActionURL(javax.faces.context.FacesContext context, String viewId)
getActionURL in class javax.faces.application.ViewHandlerWrapperpublic List<FacesActionUrlProvider> getProviders()
public String getBookmarkableURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
getBookmarkableURL in class javax.faces.application.ViewHandlerWrapperpublic String deriveViewId(javax.faces.context.FacesContext context, String rawViewId)
deriveViewId in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperCopyright © 2019 OCPsoft. All rights reserved.