org.apache.jasper.compiler

Class ELNode.ELText

Enclosing Class:
org.apache.jasper.compiler.ELNode

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

Represents anything in EL expression, other than functions, including function arguments etc

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.jasper.compiler.ELNode

ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor

Method Summary

void
accept(ELNode.Visitor v)
String
getText()

Methods inherited from class org.apache.jasper.compiler.ELNode

accept

Method Details

accept

public void accept(ELNode.Visitor v)
            throws JasperException
Overrides:
accept in interface org.apache.jasper.compiler.ELNode


getText

public String getText()


Copyright B) 2000 Apache Software Foundation. All Rights Reserved.