Spring Web Flow

org.springframework.faces.webflow.application.portlet
Class PortletFaceletViewHandler

java.lang.Object
  extended by javax.faces.application.ViewHandler
      extended by javax.faces.application.ViewHandlerWrapper
          extended by org.springframework.faces.webflow.context.portlet.PortletViewHandler
              extended by org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ViewHandler>

Deprecated. In favor of org.springframework.faces.webflow.context.portlet.PortletViewHandler

@Deprecated
public class PortletFaceletViewHandler
extends PortletViewHandler

ViewHandler implementation for Portlets. This class is provided for compatibility with Web Flow v2.2.0, users should replace references in their faces-confix.xml with PortletViewHandler.

Since:
2.2.0
Author:
Rossen Stoyanchev, Phillip Webb

Field Summary
 
Fields inherited from class javax.faces.application.ViewHandler
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME
 
Constructor Summary
PortletFaceletViewHandler(javax.faces.application.ViewHandler wrapped)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.faces.webflow.context.portlet.PortletViewHandler
getResourceURL, getWrapped
 
Methods inherited from class javax.faces.application.ViewHandlerWrapper
calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveLogicalViewId, deriveViewId, getActionURL, getBookmarkableURL, getRedirectURL, getViewDeclarationLanguage, initView, renderView, restoreView, writeState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletFaceletViewHandler

public PortletFaceletViewHandler(javax.faces.application.ViewHandler wrapped)
Deprecated. 

Spring Web Flow