Simple string objects (type I)
For this type of implementation, all the data passed to your Java™ program are of String type. Your program must also return a string.
- Syntax
- javas:[package.]className.methodName ([param1, ...]) -> String
- Input parameters
- javas—Represents the identifier for the external Java call simple method.
- Example
<sxt:element name=MyTag
value=javas:com.ibm.MyClass.someMethod(@cust_id)
/>