public class WindowContextAwareViewHandler extends javax.faces.application.ViewHandlerWrapper implements Deactivatable
CodiViewHandler
Constructor and Description |
---|
WindowContextAwareViewHandler(javax.faces.application.ViewHandler wrapped)
Constructor for wrapping the given
ViewHandler |
Modifier and Type | Method and Description |
---|---|
String |
getActionURL(javax.faces.context.FacesContext context,
String viewId) |
javax.faces.application.ViewHandler |
getWrapped() |
boolean |
isActivated() |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext facesContext,
String viewId) |
public WindowContextAwareViewHandler(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 String getActionURL(javax.faces.context.FacesContext context, 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 boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.