|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={TYPE,METHOD,LOCAL_VARIABLE,FIELD}) @Retention(value=SOURCE) public @interface JSFFaceletAttribute
Define a facelet tag attribute. This doclet should be used inside a @JSFFaceletTag class, to define individual tag classes used in JSF This annotation should only be used in jsf 2.0 libraries.
Optional Element Summary | |
---|---|
String |
className
The class or type the component must refer on the tag class. |
String |
deferredMethodSignature
Indicate the method signature that values should be cast on tld. |
String |
deferredValueType
Indicate the type that values should be cast on tld. |
String |
desc
Short description |
boolean |
exclude
Mark this property to not be included on the tld. |
String |
longDescription
Long description. |
String |
name
The name of the attribute. |
boolean |
required
(true|false) Define if the property is required or not. |
boolean |
rtexprvalue
(true|false) This value is put on the tld when applies and className is not javax.el.ValueExpression or javax.el.MethodExpression. |
public abstract String name
public abstract String className
public abstract String longDescription
public abstract boolean required
public abstract boolean rtexprvalue
public abstract String desc
public abstract String deferredValueType
public abstract String deferredMethodSignature
public abstract boolean exclude
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |