|
|||||||||
| 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 JSFFaceletAttributeDefine 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 | |
|---|---|
java.lang.String |
className
The class or type the component must refer on the tag class. |
java.lang.String |
deferredMethodSignature
Indicate the method signature that values should be cast on tld. |
java.lang.String |
deferredValueType
Indicate the type that values should be cast on tld. |
java.lang.String |
desc
Short description |
boolean |
exclude
Mark this property to not be included on the tld. |
java.lang.String |
longDescription
Long description. |
java.lang.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 java.lang.String name
public abstract java.lang.String className
public abstract java.lang.String longDescription
public abstract boolean required
public abstract boolean rtexprvalue
public abstract java.lang.String desc
public abstract java.lang.String deferredValueType
public abstract java.lang.String deferredMethodSignature
public abstract boolean exclude
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||