@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JSPBaseMeta
| Modifier and Type | Required Element and Description |
|---|---|
BodyContent |
bodyContent
Specify which body-content value to use in the TLD file.
|
java.lang.String |
tagClass
Specifies the tag class name that the annotated baseMeta corresponds to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
interfaceClass
Specifies the class name of the interface that the annotated baseMeta
corresponds to.
|
public abstract java.lang.String tagClass
public abstract BodyContent bodyContent
public abstract java.lang.String interfaceClass
Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.