public class ViewHandlerImpl
extends javax.faces.application.ViewHandler
Constructor and Description |
---|
ViewHandlerImpl(javax.faces.application.ViewHandler base) |
Modifier and Type | Method and Description |
---|---|
Locale |
calculateLocale(javax.faces.context.FacesContext facesContext) |
String |
calculateRenderKitId(javax.faces.context.FacesContext facesContext) |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext facesContext,
String viewId) |
String |
getActionURL(javax.faces.context.FacesContext facesContext,
String viewId) |
String |
getResourceURL(javax.faces.context.FacesContext facesContext,
String path) |
void |
renderView(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot viewRoot) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext facesContext,
String viewId) |
void |
writeState(javax.faces.context.FacesContext facesContext) |
public Locale calculateLocale(javax.faces.context.FacesContext facesContext)
calculateLocale
in class javax.faces.application.ViewHandler
public String calculateRenderKitId(javax.faces.context.FacesContext facesContext)
calculateRenderKitId
in class javax.faces.application.ViewHandler
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext facesContext, String viewId)
createView
in class javax.faces.application.ViewHandler
public String getActionURL(javax.faces.context.FacesContext facesContext, String viewId)
getActionURL
in class javax.faces.application.ViewHandler
public String getResourceURL(javax.faces.context.FacesContext facesContext, String path)
getResourceURL
in class javax.faces.application.ViewHandler
public void renderView(javax.faces.context.FacesContext facesContext, javax.faces.component.UIViewRoot viewRoot) throws IOException, javax.faces.FacesException
renderView
in class javax.faces.application.ViewHandler
IOException
javax.faces.FacesException
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext facesContext, String viewId)
restoreView
in class javax.faces.application.ViewHandler
public void writeState(javax.faces.context.FacesContext facesContext) throws IOException
writeState
in class javax.faces.application.ViewHandler
IOException
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.