ar.com.epere4.java2excel.parser
Interface PropertyDtd

All Known Implementing Classes:
AbstractPropertyDtd, PropertyDtdImpl, PropertyDtdStaticImpl

public interface PropertyDtd

This interface represents an instance of the property tag in the configuration xml file. Properties defined in this interface are documented in the dtd schema that you can find in the url defined by Parser.JAVA2EXCEL_SYSTEM_ID or in the resource you can find in Parser.JAVA2EXCEL_LOCAL_DTD_URL.

Author:
epere4

Method Summary
 java.lang.Object evaluateExpression(java.lang.Object element)
          Evaluates the ognl expression against the suplied element.
 java.lang.String getDescription()
           
 java.lang.String getExpression()
           
 java.lang.String getTitle()
           
 boolean isProtectNullPointer()
           
 

Method Detail

getExpression

java.lang.String getExpression()
Returns:
Returns the name.

getTitle

java.lang.String getTitle()
Returns:
the property title.
Since:
18/02/2006

getDescription

java.lang.String getDescription()
Returns:
Returns the description.

isProtectNullPointer

boolean isProtectNullPointer()
Returns:
true if null pointer protection is active.
Since:
18/02/2006

evaluateExpression

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


Copyright © 2006 epere4. All Rights Reserved.