| com.icesoft.faces.application.D2DViewHandler
All known Subclasses: com.icesoft.faces.application.D2DViewHandlerDelegating, com.icesoft.faces.facelets.D2DFaceletViewHandler,
D2DViewHandler | public class D2DViewHandler extends ViewHandler (Code) | | D2DViewHandler is the ICEfaces ViewHandler implementation
See Also: javax.faces.application.ViewHandler |
Method Summary | |
public Locale | calculateLocale(FacesContext context) | public String | calculateRenderKitId(FacesContext context) | protected void | clearSession(FacesContext context) | public UIViewRoot | createView(FacesContext context, String viewId) | public static UIComponent | findComponent(String clientId, UIComponent base) A dumber version (that can't find child components of the UIData
component) of this method resides in UIComponentBase. | public String | getActionURL(FacesContext context, String viewId) | public static Map | getContextServletTable(FacesContext context) | public String | getResourceURL(FacesContext context, String path) | public static String | getServletRequestPath(FacesContext context) | public static String | getServletRequestPath(ExternalContext externalContext, String viewId) | protected long | getTimeAttribute(UIComponent root, String key) | public static boolean | isValueReference(String value) | protected void | renderResponse(FacesContext facesContext) | protected void | renderResponse(FacesContext context, UIComponent component) | public void | renderView(FacesContext context, UIViewRoot viewToRender) | public UIViewRoot | restoreView(FacesContext context, String viewId) Restore the view if possible. | protected void | tracePrintComponentTree(FacesContext context) | protected void | tracePrintComponentTree(FacesContext context, UIComponent component) | public void | writeState(FacesContext context) |
DEFAULT_VIEW_ID | final public static String DEFAULT_VIEW_ID(Code) | | |
DOM_CONTEXT_TABLE | final public static String DOM_CONTEXT_TABLE(Code) | | |
HTML_CONTENT_TYPE | final public static String HTML_CONTENT_TYPE(Code) | | |
INCLUDE_OPEN_AJAX_HUB | final public static String INCLUDE_OPEN_AJAX_HUB(Code) | | |
delegateNonIface | protected boolean delegateNonIface(Code) | | |
delegateNonIfaceDefault | protected boolean delegateNonIfaceDefault(Code) | | |
jsfStateManagement | protected boolean jsfStateManagement(Code) | | |
log | protected static Log log(Code) | | |
reloadInterval | protected long reloadInterval(Code) | | |
reloadIntervalDefault | protected long reloadIntervalDefault(Code) | | |
D2DViewHandler | public D2DViewHandler()(Code) | | |
D2DViewHandler | public D2DViewHandler(ViewHandler delegate)(Code) | | |
calculateLocale | public Locale calculateLocale(FacesContext context)(Code) | | |
calculateRenderKitId | public String calculateRenderKitId(FacesContext context)(Code) | | |
clearSession | protected void clearSession(FacesContext context)(Code) | | |
createView | public UIViewRoot createView(FacesContext context, String viewId)(Code) | | Create a new ViewRoot
Parameters: context - FacesContext Parameters: viewId - ViewId identifying the root A new viewRoot |
findComponent | public static UIComponent findComponent(String clientId, UIComponent base)(Code) | | A dumber version (that can't find child components of the UIData
component) of this method resides in UIComponentBase. The same is true
for the private findComoponent in UIComponentBase - it is duplicated
here.
Parameters: clientId - Parameters: base - |
getContextServletTable | public static Map getContextServletTable(FacesContext context)(Code) | | |
getServletRequestPath | public static String getServletRequestPath(FacesContext context)(Code) | | |
getServletRequestPath | public static String getServletRequestPath(ExternalContext externalContext, String viewId)(Code) | | |
getTimeAttribute | protected long getTimeAttribute(UIComponent root, String key)(Code) | | |
isValueReference | public static boolean isValueReference(String value)(Code) | | |
renderResponse | protected void renderResponse(FacesContext facesContext) throws IOException(Code) | | |
renderResponse | protected void renderResponse(FacesContext context, UIComponent component) throws IOException(Code) | | |
renderView | public void renderView(FacesContext context, UIViewRoot viewToRender) throws IOException, FacesException(Code) | | |
restoreView | public UIViewRoot restoreView(FacesContext context, String viewId)(Code) | | Restore the view if possible. This method can return null if
no ViewRoot is available. The LifeCycle will call
createView in this case.
Parameters: context - FacesContext Parameters: viewId - ViewId identifying the view to restore UIViewRoot instance if found, null if none yet created,or if trying to model Seam JSF behaviour. |
tracePrintComponentTree | protected void tracePrintComponentTree(FacesContext context)(Code) | | |
tracePrintComponentTree | protected void tracePrintComponentTree(FacesContext context, UIComponent component)(Code) | | |
|
|