org.apache.myfaces.extensions.cdi.jsf2.impl.security
Class SecurityAwareViewHandler

java.lang.Object
  extended by javax.faces.application.ViewHandler
      extended by javax.faces.application.ViewHandlerWrapper
          extended by org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
              extended by org.apache.myfaces.extensions.cdi.jsf2.impl.security.SecurityAwareViewHandler
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ViewHandler>, Deactivatable

public class SecurityAwareViewHandler
extends SecurityAwareViewHandler

Author:
Gerhard Petracek

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
SecurityAwareViewHandler(javax.faces.application.ViewHandler wrapped)
          
 
Method Summary
 javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext facesContext, String viewId)
           see EXTCDI-167
 
Methods inherited from class org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityAwareViewHandler
getWrapped, isActivated
 
Methods inherited from class javax.faces.application.ViewHandlerWrapper
calculateCharacterEncoding, calculateLocale, calculateRenderKitId, deriveViewId, getActionURL, 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

SecurityAwareViewHandler

public SecurityAwareViewHandler(javax.faces.application.ViewHandler wrapped)

Method Detail

createView

public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext facesContext,
                                                   String viewId)
see EXTCDI-167

Overrides:
createView in class SecurityAwareViewHandler


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.