|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface IdocFunction
Defines an Idoc script function.
| Optional Element Summary | |
|---|---|
boolean |
cacheable
Not Implemented: Can the output of the function be cached? |
String |
name
Function name, if not the same as the method name. |
public abstract String name
public abstract boolean cacheable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||