Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jasper.compiler
Class ELNode.Text  view ELNode.Text download ELNode.Text.java

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

public static class ELNode.Text
extends 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
           
 
Field Summary
private  java.lang.String text
           
 
Constructor Summary
(package private) ELNode.Text(java.lang.String text)
           
 
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
 

Field Detail

text

private java.lang.String text
Constructor Detail

ELNode.Text

ELNode.Text(java.lang.String text)
Method Detail

accept

public void accept(ELNode.Visitor v)
            throws org.apache.jasper.JasperException
Specified by:
accept in class ELNode

getText

public java.lang.String getText()