| com.icesoft.faces.application.D2DViewHandler com.icesoft.faces.facelets.D2DFaceletViewHandler
All known Subclasses: com.icesoft.faces.facelets.D2DSeamFaceletViewHandler,
D2DFaceletViewHandler | public class D2DFaceletViewHandler extends D2DViewHandler (Code) | | D2DViewHandler is the ICEfaces Facelet ViewHandler implementation
See Also: javax.faces.application.ViewHandler |
DEFAULT_REFRESH_PERIOD | final public static long DEFAULT_REFRESH_PERIOD(Code) | | |
PARAM_DECORATORS | final public static String PARAM_DECORATORS(Code) | | |
PARAM_LIBRARIES | final public static String PARAM_LIBRARIES(Code) | | |
PARAM_REFRESH_PERIOD | final public static String PARAM_REFRESH_PERIOD(Code) | | |
PARAM_RESOURCE_RESOLVER | final public static String PARAM_RESOURCE_RESOLVER(Code) | | |
PARAM_SKIP_COMMENTS | final public static String PARAM_SKIP_COMMENTS(Code) | | |
PARAM_VIEW_MAPPINGS | final public static String PARAM_VIEW_MAPPINGS(Code) | | |
faceletFactory | protected FaceletFactory faceletFactory(Code) | | |
D2DFaceletViewHandler | public D2DFaceletViewHandler()(Code) | | |
D2DFaceletViewHandler | public D2DFaceletViewHandler(ViewHandler delegate)(Code) | | |
createFaceletFactory | protected FaceletFactory createFaceletFactory(Compiler c)(Code) | | |
faceletInitialize | protected void faceletInitialize()(Code) | | |
getRenderedViewId | protected String getRenderedViewId(FacesContext context, String actionId)(Code) | | |
preChainResourceResolver | protected ResourceResolver preChainResourceResolver(ResourceResolver after)(Code) | | When D2DFaceletViewHandler is setting up the ResourceResolver for
Facelets, it uses this callback to allow for any subclass to
define a ResourceResolver of higher precedence, that would have
first crack at resolving resources, and then could delegate to
the standard mechanism.
Parameters: after - The standard ResourceResolver that Facelets would ordinarily use Either the new pre-chained ResourceResolver if one is being added,or just the given one if nothing is being chained in |
removeTransient | protected static void removeTransient(UIComponent c)(Code) | | |
renderResponse | protected void renderResponse(FacesContext facesContext) throws IOException(Code) | | |
verifyUniqueComponentIds | protected static void verifyUniqueComponentIds(FacesContext context, UIComponent comp)(Code) | | For performance reasons, when there aren't id collisions
we want this to be as fast as possible. When there are
collisions, then we'll take some extra time to do a second
pass to provide more information
It could have all been done in one pass, but that would penalise
the typical case, where there are not duplicate ids
Parameters: comp - UIComponent to recurse down through, searching forduplicate ids. Should be the UIViewRoot |
Methods inherited from com.icesoft.faces.application.D2DViewHandler | public Locale calculateLocale(FacesContext context)(Code)(Java Doc) public String calculateRenderKitId(FacesContext context)(Code)(Java Doc) protected void clearSession(FacesContext context)(Code)(Java Doc) public UIViewRoot createView(FacesContext context, String viewId)(Code)(Java Doc) public static UIComponent findComponent(String clientId, UIComponent base)(Code)(Java Doc) public String getActionURL(FacesContext context, String viewId)(Code)(Java Doc) public static Map getContextServletTable(FacesContext context)(Code)(Java Doc) public String getResourceURL(FacesContext context, String path)(Code)(Java Doc) public static String getServletRequestPath(FacesContext context)(Code)(Java Doc) public static String getServletRequestPath(ExternalContext externalContext, String viewId)(Code)(Java Doc) protected long getTimeAttribute(UIComponent root, String key)(Code)(Java Doc) public static boolean isValueReference(String value)(Code)(Java Doc) protected void renderResponse(FacesContext facesContext) throws IOException(Code)(Java Doc) protected void renderResponse(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void renderView(FacesContext context, UIViewRoot viewToRender) throws IOException, FacesException(Code)(Java Doc) public UIViewRoot restoreView(FacesContext context, String viewId)(Code)(Java Doc) protected void tracePrintComponentTree(FacesContext context)(Code)(Java Doc) protected void tracePrintComponentTree(FacesContext context, UIComponent component)(Code)(Java Doc) public void writeState(FacesContext context) throws IOException(Code)(Java Doc)
|
|
|