ar.com.epere4.java2excel.parser.impl
Class PropertyDtdImpl

java.lang.Object
  extended by ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
      extended by ar.com.epere4.java2excel.parser.impl.PropertyDtdImpl
All Implemented Interfaces:
PropertyDtd

public class PropertyDtdImpl
extends AbstractPropertyDtd

Full implementation of PropertyDtd.

Author:
epere4

Constructor Summary
PropertyDtdImpl()
           
 
Method Summary
 java.lang.Object evaluateExpression(java.lang.Object element)
          Evaluates the ognl expression against the suplied element.
 
Methods inherited from class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
getDescription, getExpression, getTitle, isProtectNullPointer, setDescription, setExpression, setProtectNullPointer, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDtdImpl

public PropertyDtdImpl()
Method Detail

evaluateExpression

public java.lang.Object evaluateExpression(java.lang.Object element)
                                    throws ognl.OgnlException
Evaluates the ognl expression against the suplied element.

Parameters:
element - the element which is going to be target for the ognl expression.
Returns:
the result of the evaluation
Throws:
ognl.OgnlException - if the is an exception while evaluating ognl.
Since:
09/03/2006
See Also:
evaluateExpression(java.lang.Object)


Copyright © 2006 epere4. All Rights Reserved.