org.dasein.net.jsp
Class ELParser

java.lang.Object
  extended by 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

Constructor Summary
ELParser()
           
ELParser(String attr)
           
 
Method Summary
 boolean getBooleanValue(PageContext ctx)
           
 Date getDateValue(PageContext ctx)
           
 String getName()
           
 Number getNumberValue(PageContext ctx)
           
 String getStringValue(PageContext ctx)
           
 Object getValue(Object ob, String attr)
           
 Object getValue(Object ob, String[] parts)
           
 Object getValue(PageContext ctx)
           
 boolean isDynamic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELParser

public ELParser()

ELParser

public ELParser(String attr)
Method Detail

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.