Annotation Type PxpService


@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface PxpService
Subannotation of Component for Beans of Type PXP Service.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Please provide unique Name for PXP.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    path to reach the PXP which would be used in combination with ${mydata.externalServerUrl}/${mydata.component.path}/pxp/{path} Defaults to the componentId
  • Element Details

    • componentName

      String componentName
      Please provide unique Name for PXP.
      Returns:
      componetId e.g. my-pxp
    • path

      String path
      path to reach the PXP which would be used in combination with ${mydata.externalServerUrl}/${mydata.component.path}/pxp/{path} Defaults to the componentId
      Returns:
      The Path of the Service.
      Default:
      ""