|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jasper.compiler.Node | +--org.apache.jasper.compiler.Node.ScriptingElement
Represents an expression, declaration, or scriptlet
Nested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node |
attrs, beginJavaLine, body, endJavaLine, namedAttributeNodes, parent, startMark, text |
Constructor Summary | |
Node.ScriptingElement(char[] text,
Mark start,
Node parent)
|
|
Node.ScriptingElement(Mark start,
Node parent)
|
Method Summary | |
char[] |
getText()
When this node was created from a JSP page in JSP syntax, its text was stored as a String in the "text" field, whereas when this node was created from a JSP document, its text was stored as one or more TemplateText nodes in its body. |
Methods inherited from class org.apache.jasper.compiler.Node |
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getNamedAttributeNode, getNamedAttributeNodes, getParent, getStart, getTextAttribute, isXmlSyntax, setAttributes, setBeginJavaLine, setBody, setEndJavaLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node.ScriptingElement(char[] text, Mark start, Node parent)
public Node.ScriptingElement(Mark start, Node parent)
Method Detail |
public char[] getText()
getText
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |