|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.ScriptingElement
org.apache.jasper.compiler.Node.Scriptlet
Represents a scriptlet
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class org.apache.jasper.compiler.Node.ScriptingElement |
|---|
attrs, beginJavaLine, body, endJavaLine, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text |
| Constructor Summary | |
|---|---|
Node.Scriptlet(java.lang.String qName,
org.xml.sax.Attributes nonTaglibXmlnsAttrs,
org.xml.sax.Attributes taglibAttrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
|
|
Node.Scriptlet(java.lang.String text,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
|
|
| Method Summary | |
|---|---|
void |
accept(Node.Visitor v)
|
| Methods inherited from class org.apache.jasper.compiler.Node.ScriptingElement |
|---|
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getLocalName, getNamedAttributeNode, getNamedAttributeNodes, getNonTaglibXmlnsAttributes, getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, isDummy, 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.Scriptlet(java.lang.String text,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
public Node.Scriptlet(java.lang.String qName,
org.xml.sax.Attributes nonTaglibXmlnsAttrs,
org.xml.sax.Attributes taglibAttrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
| Method Detail |
public void accept(Node.Visitor v)
throws JasperException
v - The visitor class
JasperException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||