@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface PXPService
| Modifier and Type | Required Element and Description |
|---|---|
String |
componentId
Please provide unique Id for PXP.
|
String |
path
path to reach the PXP which would be used in combination with
${ind2uce.externalServerUrl}/${ind2uce.component.path}/pxp/path
|
public abstract String componentId
public abstract String path
Copyright © 2018. All rights reserved.