org.apache.jasper.compiler

Class ELNode.Text

public static class ELNode.Text extends ELNode

Represents text outside of EL expression.
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.