Annotation Interface ClientSideScript


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ClientSideScript
Annotation for a Renderer class that provides the information about the client-side model.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    javascript files (relative to the base) that are required to do the client-side validation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    List of library ids that are required to do the client-side validation.
  • Element Details

    • resource

      String resource
      javascript files (relative to the base) that are required to do the client-side validation.
    • library

      String library
      List of library ids that are required to do the client-side validation.
      Default:
      ""