Annotation Type FacesBehaviorRenderer


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface FacesBehaviorRenderer
Since:
2.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value of this annotation attribute is taken to be the renderer-type which, in combination with componentFamily can be used to obtain a reference to an instance of this Renderer by calling RenderKit.getRenderer(java.lang.String, java.lang.String).
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of Renderer must be installed.
  • Element Details

    • renderKitId

      String renderKitId
      The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of Renderer must be installed.
      Default:
      "HTML_BASIC"