org.apache.myfaces.application.jsp
Class JspViewHandlerImpl
ViewHandler
org.apache.myfaces.application.jsp.JspViewHandlerImpl
public class JspViewHandlerImpl
extends ViewHandler
$Revision: 279920 $ $Date: 2005-09-10 02:07:49 +0200 (Sat, 10 Sep 2005) $- Thomas Spiegl (latest modification by $Author: oros $)
Locale | calculateLocale(FacesContext facesContext)
|
String | calculateRenderKitId(FacesContext facesContext)
|
UIViewRoot | createView(FacesContext facesContext, String viewId)
|
String | getActionURL(FacesContext facesContext, String viewId)
|
String | getResourceURL(FacesContext facesContext, String path)
|
protected String | getViewIdPath(FacesContext facescontext, String viewId)
|
void | renderView(FacesContext facesContext, UIViewRoot viewToRender)
|
UIViewRoot | restoreView(FacesContext facesContext, String viewId)
|
void | writeState(FacesContext facesContext) - Writes a state marker that is replaced later by one or more hidden form
inputs.
|
FORM_STATE_MARKER
public static final String FORM_STATE_MARKER
FORM_STATE_MARKER_LEN
public static final int FORM_STATE_MARKER_LEN
JspViewHandlerImpl
public JspViewHandlerImpl()
calculateLocale
public Locale calculateLocale(FacesContext facesContext)
calculateRenderKitId
public String calculateRenderKitId(FacesContext facesContext)
createView
public UIViewRoot createView(FacesContext facesContext,
String viewId)
getActionURL
public String getActionURL(FacesContext facesContext,
String viewId)
getResourceURL
public String getResourceURL(FacesContext facesContext,
String path)
getViewIdPath
protected String getViewIdPath(FacesContext facescontext,
String viewId)
renderView
public void renderView(FacesContext facesContext,
UIViewRoot viewToRender)
throws IOException,
FacesException
restoreView
public UIViewRoot restoreView(FacesContext facesContext,
String viewId)
writeState
public void writeState(FacesContext facesContext)
throws IOException
Writes a state marker that is replaced later by one or more hidden form
inputs.