org.dasein.net.jsp
Class ELParser
java.lang.Object
org.dasein.net.jsp.ELParser
public class ELParser
- extends Object
ELParser
TODO Document this class.
Last modified: $Date: 2007/10/25 21:51:38 $
- Version:
- $Revision: 1.8 $
- Author:
- george
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELParser
public ELParser()
ELParser
public ELParser(String attr)
isDynamic
public boolean isDynamic()
getBooleanValue
public boolean getBooleanValue(PageContext ctx)
throws JspException
- Throws:
JspException
getDateValue
public Date getDateValue(PageContext ctx)
throws JspException
- Throws:
JspException
getNumberValue
public Number getNumberValue(PageContext ctx)
throws JspException
- Throws:
JspException
getName
public String getName()
getStringValue
public String getStringValue(PageContext ctx)
throws JspException
- Throws:
JspException
getValue
public Object getValue(PageContext ctx)
throws JspException
- Throws:
JspException
getValue
public Object getValue(Object ob,
String attr)
throws JspException
- Throws:
JspException
getValue
public Object getValue(Object ob,
String[] parts)
throws JspException
- Throws:
JspException
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.