Package org.apache.jasper.compiler
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.FallBackAction,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.ParamsAction,Node.PlugIn,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 Stringstatic 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 Stringstatic 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 Stringstatic final Stringstatic 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 Stringstatic final Stringstatic 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
The standard JSP namespace URI.- See Also:
-
DIRECTIVE_ACTION
Prefix for directive action names.- See Also:
-
ROOT_ACTION
Internal name for the root action.- See Also:
-
JSP_ROOT_ACTION
JSP namespace name for the root action.- See Also:
-
PAGE_DIRECTIVE_ACTION
Internal name for the page directive action.- See Also:
-
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
Internal name for the declaration action.- See Also:
-
JSP_DECLARATION_ACTION
JSP namespace name for the declaration action.- See Also:
-
SCRIPTLET_ACTION
Internal name for the scriptlet action.- See Also:
-
JSP_SCRIPTLET_ACTION
JSP namespace name for the scriptlet action.- See Also:
-
EXPRESSION_ACTION
Internal name for the expression action.- See Also:
-
JSP_EXPRESSION_ACTION
JSP namespace name for the expression action.- See Also:
-
USE_BEAN_ACTION
Internal name for the useBean action.- See Also:
-
JSP_USE_BEAN_ACTION
JSP namespace name for the useBean action.- See Also:
-
SET_PROPERTY_ACTION
Internal name for the setProperty action.- See Also:
-
JSP_SET_PROPERTY_ACTION
JSP namespace name for the setProperty action.- See Also:
-
GET_PROPERTY_ACTION
Internal name for the getProperty action.- See Also:
-
JSP_GET_PROPERTY_ACTION
JSP namespace name for the getProperty action.- See Also:
-
INCLUDE_ACTION
Internal name for the include action.- See Also:
-
JSP_INCLUDE_ACTION
JSP namespace name for the include action.- See Also:
-
FORWARD_ACTION
Internal name for the forward action.- See Also:
-
JSP_FORWARD_ACTION
JSP namespace name for the forward action.- See Also:
-
PARAM_ACTION
Internal name for the param action.- See Also:
-
JSP_PARAM_ACTION
JSP namespace name for the param action.- See Also:
-
PARAMS_ACTION
- See Also:
-
JSP_PARAMS_ACTION
- See Also:
-
PLUGIN_ACTION
- See Also:
-
JSP_PLUGIN_ACTION
- See Also:
-
FALLBACK_ACTION
- See Also:
-
JSP_FALLBACK_ACTION
- See Also:
-
TEXT_ACTION
Internal name for the text action.- See Also:
-
JSP_TEXT_ACTION
JSP namespace name for the text action.- See Also:
-
JSP_TEXT_ACTION_END
Closing tag for the text action.- See Also:
-
ATTRIBUTE_ACTION
Internal name for the attribute action.- See Also:
-
JSP_ATTRIBUTE_ACTION
JSP namespace name for the attribute action.- See Also:
-
BODY_ACTION
Internal name for the body action.- See Also:
-
JSP_BODY_ACTION
JSP namespace name for the body action.- See Also:
-
ELEMENT_ACTION
Internal name for the element action.- See Also:
-
JSP_ELEMENT_ACTION
JSP namespace name for the element action.- See Also:
-
OUTPUT_ACTION
Internal name for the output action.- See Also:
-
JSP_OUTPUT_ACTION
JSP namespace name for the output action.- See Also:
-
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
Internal name for the invoke action.- See Also:
-
JSP_INVOKE_ACTION
JSP namespace name for the invoke action.- See Also:
-
DOBODY_ACTION
Internal name for the doBody action.- See Also:
-
JSP_DOBODY_ACTION
JSP namespace name for the doBody action.- See Also:
-
TAG_DIRECTIVE_ACTION
Internal name for the tag directive action.- See Also:
-
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
URI prefix for tag directory namespaces.- See Also:
-
URN_JSPTLD
URI prefix for TLD namespaces.- See Also:
-