Interface TagConstants
- All Known Implementing Classes:
Node, Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expression, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.PageDirective, Node.ParamAction, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, ParserController
public interface TagConstants
Constants for JSP tag action names and URIs used during compilation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringInternal name for the attribute action.static final StringInternal name for the attribute directive action.static final StringInternal name for the body action.static final StringInternal name for the declaration action.static final StringPrefix for directive action names.static final StringInternal name for the doBody action.static final StringInternal name for the element action.static final StringInternal name for the expression action.static final StringInternal name for the forward action.static final StringInternal name for the getProperty action.static final StringInternal name for the include action.static final StringInternal name for the include directive action.static final StringInternal name for the invoke action.static final StringJSP namespace name for the attribute action.static final StringJSP namespace name for the attribute directive action.static final StringJSP namespace name for the body action.static final StringJSP namespace name for the declaration action.static final StringJSP namespace name for the doBody action.static final StringJSP namespace name for the element action.static final StringJSP namespace name for the expression action.static final StringJSP namespace name for the forward action.static final StringJSP namespace name for the getProperty action.static final StringJSP namespace name for the include action.static final StringJSP namespace name for the include directive action.static final StringJSP namespace name for the invoke action.static final StringJSP namespace name for the output action.static final StringJSP namespace name for the page directive action.static final StringJSP namespace name for the param action.static final StringJSP namespace name for the root action.static final StringJSP namespace name for the scriptlet action.static final StringJSP namespace name for the setProperty action.static final StringJSP namespace name for the tag directive action.static final StringJSP namespace name for the taglib directive action.static final StringJSP namespace name for the text action.static final StringClosing tag for the text action.static final StringThe standard JSP namespace URI.static final StringJSP namespace name for the useBean action.static final StringJSP namespace name for the variable directive action.static final StringInternal name for the output action.static final StringInternal name for the page directive action.static final StringInternal name for the param action.static final StringInternal name for the root action.static final StringInternal name for the scriptlet action.static final StringInternal name for the setProperty action.static final StringInternal name for the tag directive action.static final StringInternal name for the taglib directive action.static final StringInternal name for the text action.static final StringURI prefix for tag directory namespaces.static final StringURI prefix for TLD namespaces.static final StringInternal name for the useBean action.static final StringInternal name for the variable directive action.
-
Field Details
-
JSP_URI
-
DIRECTIVE_ACTION
-
ROOT_ACTION
-
JSP_ROOT_ACTION
-
PAGE_DIRECTIVE_ACTION
-
JSP_PAGE_DIRECTIVE_ACTION
JSP namespace name for the page directive action.- See Also:
-
INCLUDE_DIRECTIVE_ACTION
Internal name for the include directive action.- See Also:
-
JSP_INCLUDE_DIRECTIVE_ACTION
JSP namespace name for the include directive action.- See Also:
-
DECLARATION_ACTION
-
JSP_DECLARATION_ACTION
-
SCRIPTLET_ACTION
-
JSP_SCRIPTLET_ACTION
-
EXPRESSION_ACTION
-
JSP_EXPRESSION_ACTION
-
USE_BEAN_ACTION
-
JSP_USE_BEAN_ACTION
-
SET_PROPERTY_ACTION
-
JSP_SET_PROPERTY_ACTION
JSP namespace name for the setProperty action.- See Also:
-
GET_PROPERTY_ACTION
-
JSP_GET_PROPERTY_ACTION
JSP namespace name for the getProperty action.- See Also:
-
INCLUDE_ACTION
-
JSP_INCLUDE_ACTION
-
FORWARD_ACTION
-
JSP_FORWARD_ACTION
-
PARAM_ACTION
-
JSP_PARAM_ACTION
-
TEXT_ACTION
-
JSP_TEXT_ACTION
-
JSP_TEXT_ACTION_END
-
ATTRIBUTE_ACTION
-
JSP_ATTRIBUTE_ACTION
-
BODY_ACTION
-
JSP_BODY_ACTION
-
ELEMENT_ACTION
-
JSP_ELEMENT_ACTION
-
OUTPUT_ACTION
-
JSP_OUTPUT_ACTION
-
TAGLIB_DIRECTIVE_ACTION
Internal name for the taglib directive action.- See Also:
-
JSP_TAGLIB_DIRECTIVE_ACTION
JSP namespace name for the taglib directive action.- See Also:
-
INVOKE_ACTION
-
JSP_INVOKE_ACTION
-
DOBODY_ACTION
-
JSP_DOBODY_ACTION
-
TAG_DIRECTIVE_ACTION
-
JSP_TAG_DIRECTIVE_ACTION
JSP namespace name for the tag directive action.- See Also:
-
ATTRIBUTE_DIRECTIVE_ACTION
Internal name for the attribute directive action.- See Also:
-
JSP_ATTRIBUTE_DIRECTIVE_ACTION
JSP namespace name for the attribute directive action.- See Also:
-
VARIABLE_DIRECTIVE_ACTION
Internal name for the variable directive action.- See Also:
-
JSP_VARIABLE_DIRECTIVE_ACTION
JSP namespace name for the variable directive action.- See Also:
-
URN_JSPTAGDIR
-
URN_JSPTLD
-