Title: AwTaglib
Description: Interface that defines the basic methods that an object must implement to handle the data sent by
the grid to easy process it in a java application
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Active Widgets Tag Library
This interface provides the constants used by the framework
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Tag that iterates over its content to generate an ActiveWidgets grid, based on struts logic iterator
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Active Widgets Tag Library
This javabean handles in an easyway the data submitted by the ActiveWidgets grid
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Report Compile Manager handles the process of compiling the reports to be later filled with the information
provided by the grid
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Active Widgets Tag Library
Interface that defines the general contract of the Compile Manager
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Active Widgets Tag Library
A ReportDAO is the class that provides the attributes of the report to be generated
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: The ReportExportManager is the class that converts the filled report into the specified type
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: The ReportFillManager class gets a compiled report and fills it with data, in this case, the one provided
by the ActiveWidgets grid
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: The ReportUtil class provides a generic way to handle the
request parameters to convert them into a form that will be easily parsed by Jasper Reports
Copyright: Copyright (c) 2005
Company: Brain-ED
Title: AwTaglib
Description: Active Widgets Tag Library
This class loads any file that is located in the classpath and returns it either as a string or as a byte array
Copyright: Copyright (c) 2005
Company: Brain-ED
The name of a JSP bean that contains a Map representing the query parameters
(if property is not specified), or a JSP bean whose property getter is called
to return a Map (if property is specified).
The name of a property of the bean specified by the name attribute, whose
return value must be a java.util.Map containing the query parameters to be
added to the hyperlink.
The name of a JSP bean that is a String containing the value for the
request parameter named by paramId (if paramProperty is not specified),
or a JSP bean whose property getter is called to return a String (if paramProperty
is specified).
The name of a property of the bean specified by the paramName attribute,
whose return value must be a String containing the value of the request
parameter (named by the paramId attribute) that will be dynamically added
to this hyperlink.