com.caucho.jsf.application
Class JspViewHandler
java.lang.Object
ViewHandler
com.caucho.jsf.application.JspViewHandler
public class JspViewHandler
- extends ViewHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JspViewHandler
public JspViewHandler()
calculateLocale
public java.util.Locale calculateLocale(FacesContext context)
calculateCharacterEncoding
public java.lang.String calculateCharacterEncoding(FacesContext context)
calculateRenderKitId
public java.lang.String calculateRenderKitId(FacesContext context)
createView
public UIViewRoot createView(FacesContext context,
java.lang.String viewId)
createViewId
public static java.lang.String createViewId(FacesContext context)
getActionURL
public java.lang.String getActionURL(FacesContext context,
java.lang.String viewId)
getResourceURL
public java.lang.String getResourceURL(FacesContext context,
java.lang.String path)
renderView
public void renderView(FacesContext context,
UIViewRoot viewToRender)
throws java.io.IOException,
FacesException
- Throws:
java.io.IOException
FacesException
restoreView
public UIViewRoot restoreView(FacesContext context,
java.lang.String viewId)
throws FacesException
- Throws:
FacesException
writeState
public void writeState(FacesContext context)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()