Class CCViewHandler

java.lang.Object
javax.faces.application.ViewHandler
org.eclnt.jsfserver.util.CCViewHandler

public class CCViewHandler extends javax.faces.application.ViewHandler
  • Field Summary

    Fields inherited from class javax.faces.application.ViewHandler

    CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME, FACELETS_BUFFER_SIZE_PARAM_NAME, FACELETS_DECORATORS_PARAM_NAME, FACELETS_LIBRARIES_PARAM_NAME, FACELETS_REFRESH_PERIOD_PARAM_NAME, FACELETS_SKIP_COMMENTS_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    CCViewHandler(javax.faces.application.ViewHandler delegateTo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    calculateLocale(javax.faces.context.FacesContext context)
     
    calculateRenderKitId(javax.faces.context.FacesContext context)
     
    javax.faces.component.UIViewRoot
    createView(javax.faces.context.FacesContext context, String viewId)
     
    getActionURL(javax.faces.context.FacesContext context, String viewId)
     
    getResourceURL(javax.faces.context.FacesContext context, String path)
     
    getWebsocketURL(javax.faces.context.FacesContext arg0, String arg1)
     
    void
    renderView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot viewToRender)
     
    javax.faces.component.UIViewRoot
    restoreView(javax.faces.context.FacesContext context, String viewId)
     
    void
    writeState(javax.faces.context.FacesContext context)
     

    Methods inherited from class javax.faces.application.ViewHandler

    addProtectedView, calculateCharacterEncoding, deriveLogicalViewId, deriveViewId, getBookmarkableURL, getProtectedViewsUnmodifiable, getRedirectURL, getViewDeclarationLanguage, getViews, getViews, initView, removeProtectedView

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CCViewHandler

      public CCViewHandler(javax.faces.application.ViewHandler delegateTo)
  • Method Details

    • calculateLocale

      public Locale calculateLocale(javax.faces.context.FacesContext context)
      Specified by:
      calculateLocale in class javax.faces.application.ViewHandler
    • calculateRenderKitId

      public String calculateRenderKitId(javax.faces.context.FacesContext context)
      Specified by:
      calculateRenderKitId in class javax.faces.application.ViewHandler
    • createView

      public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context, String viewId)
      Specified by:
      createView in class javax.faces.application.ViewHandler
    • getActionURL

      public String getActionURL(javax.faces.context.FacesContext context, String viewId)
      Specified by:
      getActionURL in class javax.faces.application.ViewHandler
    • getResourceURL

      public String getResourceURL(javax.faces.context.FacesContext context, String path)
      Specified by:
      getResourceURL in class javax.faces.application.ViewHandler
    • renderView

      public void renderView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot viewToRender) throws IOException, javax.faces.FacesException
      Specified by:
      renderView in class javax.faces.application.ViewHandler
      Throws:
      IOException
      javax.faces.FacesException
    • restoreView

      public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context, String viewId)
      Specified by:
      restoreView in class javax.faces.application.ViewHandler
    • writeState

      public void writeState(javax.faces.context.FacesContext context) throws IOException
      Specified by:
      writeState in class javax.faces.application.ViewHandler
      Throws:
      IOException
    • getWebsocketURL

      public String getWebsocketURL(javax.faces.context.FacesContext arg0, String arg1)
      Specified by:
      getWebsocketURL in class javax.faces.application.ViewHandler