org.apache.jasper.compiler

Class ELNode.ELText

public static class ELNode.ELText extends ELNode

Represents anything in EL expression, other than functions, including function arguments etc
Method Summary
voidaccept(ELNode.Visitor v)
StringgetText()

Method Detail

accept

public void accept(ELNode.Visitor v)

getText

public String getText()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.