public class SecurityAwareViewHandler extends javax.faces.application.ViewHandlerWrapper implements Deactivatable
CodiViewHandler
Constructor and Description |
---|
SecurityAwareViewHandler(javax.faces.application.ViewHandler wrapped)
Constructor for wrapping the given
ViewHandler |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext context,
String viewId) |
javax.faces.application.ViewHandler |
getWrapped() |
boolean |
isActivated() |
public SecurityAwareViewHandler(javax.faces.application.ViewHandler wrapped)
ViewHandler
wrapped
- view-handler which should be wrappedpublic javax.faces.application.ViewHandler getWrapped()
getWrapped
in class javax.faces.application.ViewHandlerWrapper
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context, String viewId)
createView
in class javax.faces.application.ViewHandlerWrapper
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.