|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=SOURCE) public @interface JSFFaceletFunction
Optional Element Summary | |
---|---|
String |
clazz
The fully-qualified-name of a concrete class implementing the called method. |
String |
declaredSignature
|
String |
desc
Short description |
String |
longDescription
Long description. |
String |
name
The name of the component in a page (ex: x:mycomp). |
String |
signature
|
public abstract String name
public abstract String desc
public abstract String longDescription
public abstract String signature
public abstract String declaredSignature
public abstract String clazz
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |