|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface XsltTransform
This annotation annotates the XSLT abstract methods in a DTF file. During run time, a business process (JPD) invokes the abstract method which in turn invokes the associated XSLT.
| Required Element Summary | |
|---|---|
XsltTransform.TransformMethodType |
transformType
This attribute specifies the type of XSLT tranformation, whether the xslt is inlined in the annotation or referenced from an external XSLT file |
String |
value
This attribute specifies the inline XSLT value if the transformType is XSLT or the external XSLT file name if the transformType is XSLT_REF |
| Element Detail |
|---|
public abstract XsltTransform.TransformMethodType transformType
public abstract String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||