public class SecurityAwareViewHandler
extends javax.faces.application.ViewHandlerWrapper
implements org.apache.deltaspike.core.spi.activation.Deactivatable
| Modifier and Type | Field and Description |
|---|---|
protected javax.faces.application.ViewHandler |
wrapped |
| 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() |
public SecurityAwareViewHandler(javax.faces.application.ViewHandler wrapped)
ViewHandlerwrapped - view-handler which should be wrappedpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
String viewId)
createView in class javax.faces.application.ViewHandlerWrapperCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.