public class DeltaSpikeViewHandler
extends javax.faces.application.ViewHandlerWrapper
implements org.apache.deltaspike.core.spi.activation.Deactivatable
ViewHandler implementations provided by DeltaSpike| Modifier and Type | Field and Description |
|---|---|
protected javax.faces.application.ViewHandler |
wrapped |
| Constructor and Description |
|---|
DeltaSpikeViewHandler(javax.faces.application.ViewHandler wrapped)
Constructor for wrapping the given
ViewHandler |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.application.ViewHandler |
createSecurityAwareViewHandler() |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext facesContext,
String viewId) |
javax.faces.application.ViewHandler |
getWrapped() |
public DeltaSpikeViewHandler(javax.faces.application.ViewHandler wrapped)
ViewHandlerwrapped - view-handler which should be wrappedprotected javax.faces.application.ViewHandler createSecurityAwareViewHandler()
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext facesContext,
String viewId)
createView in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.