Class | Description |
---|---|
Jsr199JavaCompiler |
Invoke Java Compiler per JSR 199, using in-memory storage for both the
input Java source and the generated bytecodes.
|
Jsr199JavaCompiler.BytecodeFile | |
Node |
An internal data representation of a JSP page or a JSP docuement (XML).
|
Node.AttributeDirective |
Represents an attribute directive
|
Node.AttributeGenerator |
Used as a placeholder for the evaluation code of a custom action
attribute (used by the tag plugin machinery only).
|
Node.ChildInfo |
Collected information about child elements.
|
Node.Comment |
Represents a Jsp comment
Comments are kept for completeness.
|
Node.CustomTag |
Represents a custom tag
|
Node.Declaration |
Represents a declaration
|
Node.DoBodyAction |
Represents a
|
Node.ELExpression |
Represents an EL expression.
|
Node.Expression |
Represents an expression.
|
Node.FallBackAction |
Represents a fallback action
|
Node.ForwardAction |
Represents a forward action
|
Node.GetProperty |
Represents a getProperty action
|
Node.IncludeAction |
Represents an include action
|
Node.IncludeDirective |
Represents an include directive
|
Node.InvokeAction |
Represents a
|
Node.JspAttribute |
Represents attributes that can be request time expressions.
|
Node.JspBody |
Represents a JspBody node (<jsp:body>)
|
Node.JspElement |
Represents a
|
Node.JspOutput |
Represents a
|
Node.JspRoot |
Represents the root of a Jsp document (XML syntax)
|
Node.JspText |
Represents the body of a <jsp:text> element
|
Node.NamedAttribute |
Represents a Named Attribute (<jsp:attribute>)
|
Node.Nodes |
An ordered list of Node, used to represent the body of an element, or
a jsp page of jsp document.
|
Node.PageDirective |
Represents a page directive
|
Node.ParamAction |
Represents a param action
|
Node.ParamsAction |
Represents a params action
|
Node.PlugIn |
Represents a plugin action
|
Node.Root |
Represents the root of a Jsp page or Jsp document
|
Node.ScriptingElement |
Represents an expression, declaration, or scriptlet
|
Node.Scriptlet |
Represents a scriptlet
|
Node.SetProperty |
Represents a setProperty action
|
Node.TagDirective |
Represents a tag directive
|
Node.TaglibDirective |
Represents a custom taglib directive
|
Node.TemplateText |
Represents a template text string
|
Node.UninterpretedTag |
Represents an uninterpreted tag, from a Jsp document
|
Node.UseBean |
Represents a useBean action
|
Node.VariableDirective |
Represents a variable directive
|
Node.Visitor |
A visitor class for visiting the node.
|