Annotation Type RouteURL


@Qualifier @Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface RouteURL
Provides a URL of given OpenShift route. If the route is not resolvable, you need to set the routerHost setting to the IP address of the OpenShift router.
Author:
Rob Cernich
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    The path part of the URL that will be appended to the root route URL.
     
  • Element Details

    • value

      String value
      Returns:
      the route name
      Default:
      ""
    • namespace

      String namespace
      Returns:
      the namespace the route is located in. If not specified, the namespace the test used will be used
      Default:
      ""
    • path

      String path
      The path part of the URL that will be appended to the root route URL. Useful if you only need a single URL to the application behind the route and don't want to construct that URL programmatically. Defaults to /.
      Default:
      "/"