|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=SOURCE) public @interface JSFJspAttribute
Define a tag attribute. This doclet should be used inside a @JSFJspTag class, to define individual tag classes used in JSF, like f:verbatim or f:actionListener
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. |
boolean |
faceletsOnly
|
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
public abstract boolean faceletsOnly
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |