org.jboss.seam.security.examples.openid
Class DialogueAwareViewHandler

java.lang.Object
  extended by javax.faces.application.ViewHandler
      extended by javax.faces.application.ViewHandlerWrapper
          extended by org.jboss.seam.security.examples.openid.DialogueAwareViewHandler
All Implemented Interfaces:
FacesWrapper<ViewHandler>

public class DialogueAwareViewHandler
extends ViewHandlerWrapper

Author:
Marcel Kolsteren

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
DialogueAwareViewHandler(ViewHandler delegate)
           
 
Method Summary
 String getActionURL(FacesContext facesContext, String viewId)
           
 ViewHandler getWrapped()
           
 
Methods inherited from class javax.faces.application.ViewHandlerWrapper
calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveViewId, getBookmarkableURL, getRedirectURL, getResourceURL, 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

DialogueAwareViewHandler

public DialogueAwareViewHandler(ViewHandler delegate)
Method Detail

getActionURL

public String getActionURL(FacesContext facesContext,
                           String viewId)
Overrides:
getActionURL in class ViewHandlerWrapper

getWrapped

public ViewHandler getWrapped()
Specified by:
getWrapped in interface FacesWrapper<ViewHandler>
Overrides:
getWrapped in class ViewHandlerWrapper
See Also:
ViewHandlerWrapper#getWrapped()}


Copyright © 2011 Seam Framework. All Rights Reserved.