public interface JspElementDescriptor extends XmlElementDescriptor
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT_TYPE_JSP
The body of the tag contains nested JSP syntax.
|
static int |
CONTENT_TYPE_SCRIPTLESS
The body accepts only template text, EL Expressions, and JSP action elements.
|
static int |
CONTENT_TYPE_TAG_DEPENDENT
The body of the tag is interpreted by the tag implementation itself,
and is most likely in a different "language", e.g embedded SQL statements.
|
CONTENT_TYPE_ANY, CONTENT_TYPE_CHILDREN, CONTENT_TYPE_EMPTY, CONTENT_TYPE_MIXED, CONTENT_TYPE_UNKNOWN, EMPTY_ARRAYgetAttributeDescriptor, getAttributeDescriptor, getAttributesDescriptors, getContentType, getDefaultName, getDefaultValue, getElementDescriptor, getElementsDescriptors, getNSDescriptor, getQualifiedName, getTopGroupgetDeclaration, getDependences, getDependencies, getName, getName, initstatic final int CONTENT_TYPE_JSP
static final int CONTENT_TYPE_SCRIPTLESS
static final int CONTENT_TYPE_TAG_DEPENDENT