public class PortletViewHandler
extends javax.faces.application.ViewHandlerWrapper
ViewHandler that adds support for generating Portlet compatible resource URLs.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 |
|---|
PortletViewHandler(javax.faces.application.ViewHandler wrapped) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceURL(javax.faces.context.FacesContext context,
java.lang.String path) |
javax.faces.application.ViewHandler |
getWrapped() |
addProtectedView, calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, deriveViewId, getActionURL, getBookmarkableURL, getProtectedViewsUnmodifiable, getRedirectURL, getViewDeclarationLanguage, initView, removeProtectedView, renderView, restoreView, writeStatepublic PortletViewHandler(javax.faces.application.ViewHandler wrapped)
public javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperpublic java.lang.String getResourceURL(javax.faces.context.FacesContext context,
java.lang.String path)
getResourceURL in class javax.faces.application.ViewHandlerWrapper