Annotation Interface URLMapping


@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface URLMapping
Annotation that can be used to specify the URL mapping of the Vaadin servlet. Used in conjunction with a CDIUI annotation with empty context path (root UI), as there may only be one URLMapping annotation per project.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      "/*"