Spring Web Flow

org.springframework.faces.webflow.context.portlet
Class PortletViewHandler

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

public class PortletViewHandler
extends javax.faces.application.ViewHandlerWrapper

JSF ViewHandler that adds support for generating Portlet compatible resource URLs.

Since:
2.4.0
Author:
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
PortletViewHandler(javax.faces.application.ViewHandler wrapped)
           
 
Method Summary
 java.lang.String getResourceURL(javax.faces.context.FacesContext context, java.lang.String path)
           
 javax.faces.application.ViewHandler 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

PortletViewHandler

public PortletViewHandler(javax.faces.application.ViewHandler wrapped)
Method Detail

getWrapped

public javax.faces.application.ViewHandler getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
Overrides:
getWrapped in class javax.faces.application.ViewHandlerWrapper

getResourceURL

public java.lang.String getResourceURL(javax.faces.context.FacesContext context,
                                       java.lang.String path)
Overrides:
getResourceURL in class javax.faces.application.ViewHandlerWrapper

Spring Web Flow