Package org.apache.webbeans.jsf
Class ConversationAwareViewHandler
- java.lang.Object
-
- javax.faces.application.ViewHandler
-
- javax.faces.application.ViewHandlerWrapper
-
- org.apache.webbeans.jsf.ConversationAwareViewHandler
-
- All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
public class ConversationAwareViewHandler extends javax.faces.application.ViewHandlerWrapper
-
-
Field Summary
-
Fields inherited from class javax.faces.application.ViewHandler
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 Summary
Constructors Constructor Description ConversationAwareViewHandler(javax.faces.application.ViewHandler delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionURL(javax.faces.context.FacesContext context, String viewId)StringgetRedirectURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)javax.faces.application.ViewHandlergetWrapped()-
Methods inherited from class javax.faces.application.ViewHandlerWrapper
addProtectedView, calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, deriveViewId, getBookmarkableURL, getProtectedViewsUnmodifiable, getResourceURL, getViewDeclarationLanguage, getViews, getViews, getWebsocketURL, initView, removeProtectedView, renderView, restoreView, writeState
-
-
-
-
Method Detail
-
getActionURL
public String getActionURL(javax.faces.context.FacesContext context, String viewId)
- Overrides:
getActionURLin classjavax.faces.application.ViewHandlerWrapper
-
getRedirectURL
public String getRedirectURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
- Overrides:
getRedirectURLin classjavax.faces.application.ViewHandlerWrapper
-
getWrapped
public javax.faces.application.ViewHandler getWrapped()
- Specified by:
getWrappedin interfacejavax.faces.FacesWrapper<javax.faces.application.ViewHandler>- Overrides:
getWrappedin classjavax.faces.application.ViewHandlerWrapper
-
-