|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JSPBaseMeta
This specifies the tag and interface classes that exist, that a baseMeta represents. Annotated on a jsp baseMeta class, providing default values for the generateInterfaceExtendsClass and generateTagExtendsClass fields of JSP annotations on Meta classes that extend the jsp baseMeta class.
Required Element Summary | |
---|---|
java.lang.String |
tagClass
Specifies the tag class name that the annotated baseMeta corresponds to. |
Optional Element Summary | |
---|---|
java.lang.String |
interfaceClass
Specifies the class name of the interface that the annotated baseMeta corresponds to. |
Element Detail |
---|
public abstract java.lang.String tagClass
public abstract java.lang.String interfaceClass
|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |