org.apache.jasper.compiler
Class ELNode.Text

java.lang.Object
  extended byorg.apache.jasper.compiler.ELNode
      extended byorg.apache.jasper.compiler.ELNode.Text
Enclosing class:
org.apache.jasper.compiler.ELNode

public static class ELNode.Text
extends org.apache.jasper.compiler.ELNode

Represents text outside of EL expression.


Nested Class Summary
static class ELNode.ELText
          Represents anything in EL expression, other than functions, including function arguments etc
static class ELNode.Function
          Represents a function Currently only include the prefix and function name, but not its arguments.
static class ELNode.Nodes
          An ordered list of ELNode.
static class ELNode.Root
          Represents an EL expression: anything in ${ and }.
static class ELNode.Text
          Represents text outside of EL expression.
static class ELNode.Visitor
           
 
Method Summary
 void accept(ELNode.Visitor v)
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept(ELNode.Visitor v)
            throws JasperException
Throws:
JasperException

getText

public java.lang.String getText()


Copyright ⌐ 2000 Apache Software Foundation. All Rights Reserved.