|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface TldAttribute
Optional Element Summary | |
---|---|
Class<?> |
deferredType
|
String |
description
Attribute description. |
boolean |
forbid
Override and prevent this attribute from being added to the TLD. |
String |
name
|
boolean |
required
|
boolean |
rtexprvalue
|
Class<?> |
type
|
public abstract String name
public abstract String description
public abstract boolean required
public abstract boolean rtexprvalue
public abstract boolean forbid
true
to remove this attribute from the TLDpublic abstract Class<?> deferredType
public abstract Class<?> type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |