public class CodiViewHandler extends javax.faces.application.ViewHandlerWrapper implements Deactivatable
Modifier and Type | Field and Description |
---|---|
protected javax.faces.application.ViewHandler |
wrapped |
Constructor and Description |
---|
CodiViewHandler(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) |
String |
getActionURL(javax.faces.context.FacesContext facesContext,
String viewId) |
javax.faces.application.ViewHandler |
getWrapped() |
boolean |
isActivated()
Returns if the current instance is active or not.
|
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext facesContext,
String viewId) |
public CodiViewHandler(javax.faces.application.ViewHandler wrapped)
ViewHandler
wrapped
- 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.ViewHandlerWrapper
public String getActionURL(javax.faces.context.FacesContext facesContext, String viewId)
getActionURL
in class javax.faces.application.ViewHandlerWrapper
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext facesContext, String viewId)
restoreView
in class javax.faces.application.ViewHandlerWrapper
public javax.faces.application.ViewHandler getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
getWrapped
in class javax.faces.application.ViewHandlerWrapper
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.