A B C D E G H I J P R S T

A

AbstractPropertyDtd - Class in ar.com.epere4.java2excel.parser.impl
Abstract implementation of PropertyDtd.
AbstractPropertyDtd() - Constructor for class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
Default Constructor.
AbstractPropertyDtd(String, String) - Constructor for class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
 
addProperty(PropertyDtd) - Method in interface ar.com.epere4.java2excel.parser.BodyDtd
Adds a property to this instance.
addProperty(PropertyDtd) - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
Adds a property to this instance.
addReport(Collection, Java2ExcelDtd) - Method in class ar.com.epere4.java2excel.excelWritter.ExcelWritter
Adds a collection to be printed in the excel workbook represented by this object.
addReport(Collection, Java2ExcelDtd, String) - Method in class ar.com.epere4.java2excel.excelWritter.ExcelWritter
Adds a collection to be printed in the excel workbook represented by this object.
addTypesToExcludeInAutoComplete(Class[]) - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
Adds the specified types to what BodyDtdImpl.getTypesToExcludeInAutoComplete() will return.
ar.com.epere4.java2excel.excelWritter - package ar.com.epere4.java2excel.excelWritter
 
ar.com.epere4.java2excel.parser - package ar.com.epere4.java2excel.parser
 
ar.com.epere4.java2excel.parser.impl - package ar.com.epere4.java2excel.parser.impl
 

B

BodyDtd - Interface in ar.com.epere4.java2excel.parser
This interface represents the body tag in the configuration xml file.
BodyDtdImpl - Class in ar.com.epere4.java2excel.parser.impl
 
BodyDtdImpl() - Constructor for class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
 

C

completeProperties(Class) - Method in interface ar.com.epere4.java2excel.parser.BodyDtd
If BodyDtd.getIncludeExtraLevel() returns a value greater than -1, it will add properties to this instances that will be obtained by reflection from the beanClass.
completeProperties(Class) - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
If BodyDtd.getIncludeExtraLevel() returns a value greater than -1, it will add properties to this instances that will be obtained by reflection from the beanClass.

D

DEFAULT_TYPES_TO_EXCLUDE_IN_AUTO_COMPLETE - Static variable in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
This is the default value for BodyDtdImpl.getTypesToExcludeInAutoComplete().
defaultJava2ExcelDtd() - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
 
defaultJava2ExcelDtd(int) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
Default typesToExcludeInAutoComplete are those in BodyDtdImpl.DEFAULT_TYPES_TO_EXCLUDE_IN_AUTO_COMPLETE.
defaultJava2ExcelDtd(int, Class[]) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
Similar to calling defaultJava2ExcelDtd(includeExtraLevel, typesToExcludeInAutoComplete, false).
defaultJava2ExcelDtd(int, Class[], boolean) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
 

E

evaluateExpression(Object) - Method in class ar.com.epere4.java2excel.parser.impl.PropertyDtdImpl
Evaluates the ognl expression against the suplied element.
evaluateExpression(Object) - Method in class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
Evaluates the ognl expression against the suplied element. This implementation just returs PropertyDtdStaticImpl.getValue().
evaluateExpression(Object) - Method in interface ar.com.epere4.java2excel.parser.PropertyDtd
Evaluates the ognl expression against the suplied element.
ExcelWritter - Class in ar.com.epere4.java2excel.excelWritter
This class allows you to print a some Collections to an excel file using some configuration Java2ExcelDtd.
ExcelWritter() - Constructor for class ar.com.epere4.java2excel.excelWritter.ExcelWritter
Default constructor.

G

getBody() - Method in class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl
getBody() - Method in interface ar.com.epere4.java2excel.parser.Java2ExcelDtd
 
getDescription() - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
getDescription() - Method in interface ar.com.epere4.java2excel.parser.PropertyDtd
 
getExpression() - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
getExpression() - Method in interface ar.com.epere4.java2excel.parser.PropertyDtd
 
getHeader() - Method in class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl
getHeader() - Method in interface ar.com.epere4.java2excel.parser.Java2ExcelDtd
 
getIncludeExtraLevel() - Method in interface ar.com.epere4.java2excel.parser.BodyDtd
 
getIncludeExtraLevel() - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
getInstance() - Static method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
 
getTitle() - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
getTitle() - Method in interface ar.com.epere4.java2excel.parser.PropertyDtd
 
getTypesToExcludeInAutoComplete() - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
These represents the classes or interfaces to exclude in the BodyDtdImpl.completeProperties(Class) method.
getValue() - Method in class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
 

H

HeaderDtd - Interface in ar.com.epere4.java2excel.parser
This interface represents an instance of the header tag in the configuration xml file.
HeaderDtdImpl - Class in ar.com.epere4.java2excel.parser.impl
Default implementation of HeaderDtd.
HeaderDtdImpl() - Constructor for class ar.com.epere4.java2excel.parser.impl.HeaderDtdImpl
 

I

INSTANCE - Static variable in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
Singleton.
isProtectNullPointer() - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
isProtectNullPointer() - Method in interface ar.com.epere4.java2excel.parser.PropertyDtd
 

J

JAVA2EXCEL_LOCAL_DTD_URL - Static variable in class ar.com.epere4.java2excel.parser.Parser
The url that identifies the local dtd location.
JAVA2EXCEL_PUBLIC_ID - Static variable in class ar.com.epere4.java2excel.parser.Parser
This is the public id of java2excel DTD.
JAVA2EXCEL_ROOT_ELEMENT - Static variable in class ar.com.epere4.java2excel.parser.Parser
The root element in the dtd, that needs to be the root element in the xml.
JAVA2EXCEL_SYSTEM_ID - Static variable in class ar.com.epere4.java2excel.parser.Parser
This is the system id of java2excel DTD.
Java2ExcelDtd - Interface in ar.com.epere4.java2excel.parser
This interface represents an instance of the configuration xml file.
Java2ExcelDtdFactory - Class in ar.com.epere4.java2excel.parser
This class allows the construction of several kinds of Java2ExcelDtd.
Java2ExcelDtdImpl - Class in ar.com.epere4.java2excel.parser.impl
Default implementation of Java2ExcelDtd.
Java2ExcelDtdImpl() - Constructor for class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl
 

P

parse(InputStream) - Method in class ar.com.epere4.java2excel.parser.Parser
This parses the xml input and returns an instance of Java2ExcelDtd ready to be processed.
Parser - Class in ar.com.epere4.java2excel.parser
 
Parser() - Constructor for class ar.com.epere4.java2excel.parser.Parser
Default Constructor.
propertiesIterator() - Method in interface ar.com.epere4.java2excel.parser.BodyDtd
 
propertiesIterator() - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
PropertyDtd - Interface in ar.com.epere4.java2excel.parser
This interface represents an instance of the property tag in the configuration xml file.
PropertyDtdImpl - Class in ar.com.epere4.java2excel.parser.impl
Full implementation of PropertyDtd.
PropertyDtdImpl() - Constructor for class ar.com.epere4.java2excel.parser.impl.PropertyDtdImpl
 
PropertyDtdStaticImpl - Class in ar.com.epere4.java2excel.parser.impl
Implementation of PropertyDtd that returns a constant value with evaluateExpression(Object).
PropertyDtdStaticImpl() - Constructor for class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
Default constructor.
PropertyDtdStaticImpl(String, Object) - Constructor for class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
 
PropertyDtdStaticImpl(String, String, Object) - Constructor for class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
 

R

readFromFile(InputStream) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
This returns a Java2ExcelDtd implementation that will be configured with the xml received as input.
readFromFile(InputStream, Class[]) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
Similar to calling readFromFile(xmlInput, typesToExcludeInAutoComplete, false).
readFromFile(InputStream, Class[], boolean) - Method in class ar.com.epere4.java2excel.parser.Java2ExcelDtdFactory
 

S

saveTo(OutputStream) - Method in class ar.com.epere4.java2excel.excelWritter.ExcelWritter
Saves the generated excel to the specified outputStream.
saveTo(File) - Method in class ar.com.epere4.java2excel.excelWritter.ExcelWritter
Saves the generated excel to the specified outputFile.
setBody(BodyDtd) - Method in class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl
 
setDescription(String) - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
 
setExpression(String) - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
 
setHeader(HeaderDtd) - Method in class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl
 
setIncludeExtraLevel(int) - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
 
setProtectNullPointer(boolean) - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
 
setTitle(String) - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
 
setTypesToExcludeInAutoComplete(Class[]) - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
 
setValue(Object) - Method in class ar.com.epere4.java2excel.parser.impl.PropertyDtdStaticImpl
 

T

toString() - Method in class ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
toString() - Method in class ar.com.epere4.java2excel.parser.impl.BodyDtdImpl
toString() - Method in class ar.com.epere4.java2excel.parser.impl.HeaderDtdImpl
toString() - Method in class ar.com.epere4.java2excel.parser.impl.Java2ExcelDtdImpl

A B C D E G H I J P R S T

Copyright © 2006 epere4. All Rights Reserved.