Package org.jboss.as.jsf.injection.weld
Class WildFlyConversationAwareViewHandler
- java.lang.Object
-
- jakarta.faces.application.ViewHandler
-
- jakarta.faces.application.ViewHandlerWrapper
-
- org.jboss.as.jsf.injection.weld.WildFlyConversationAwareViewHandler
-
- All Implemented Interfaces:
jakarta.faces.FacesWrapper<jakarta.faces.application.ViewHandler>
public class WildFlyConversationAwareViewHandler extends jakarta.faces.application.ViewHandlerWrapperIf this is a Jakarta Contexts and Dependency Injection enabled app, then delegate to a wrapped Weld ViewHandler. Otherwise, delegate to the parent ViewHandler in the chain.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2013 Red Hat Inc.
-
-
Field Summary
-
Fields inherited from class jakarta.faces.application.ViewHandler
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_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 WildFlyConversationAwareViewHandler()This method will never be called by the Jakarta Server Faces implementation.WildFlyConversationAwareViewHandler(jakarta.faces.application.ViewHandler parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.faces.application.ViewHandlergetWrapped()-
Methods inherited from class jakarta.faces.application.ViewHandlerWrapper
addProtectedView, calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, deriveViewId, getActionURL, getBookmarkableURL, getProtectedViewsUnmodifiable, getRedirectURL, getResourceURL, getViewDeclarationLanguage, getViews, getViews, getWebsocketURL, initView, removeProtectedView, renderView, restoreView, writeState
-
-
-
-
Constructor Detail
-
WildFlyConversationAwareViewHandler
public WildFlyConversationAwareViewHandler()
This method will never be called by the Jakarta Server Faces implementation. The Jakarta Server Faces impl recognizes the single-arg constructor. The only reason the no-arg constructor is here is because the TCK creates the ViewHandler outside of the Jakarta Server Faces impl. So we need it to pass the test.
-
WildFlyConversationAwareViewHandler
public WildFlyConversationAwareViewHandler(jakarta.faces.application.ViewHandler parent)
-
-