Annotation Interface UriMapping


Meta annotation for the mapped URI whether at the controller or action level.
Since:
1.0.1
Author:
graemerocher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Only to be used in the context of a server.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • value

      String value
      Returns:
      The URI of the action
      Default:
      "/"
    • uris

      String[] uris
      Only to be used in the context of a server.
      Returns:
      The URIs of the action
      Default:
      {"/"}