Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.dghda.kent.actions.* (2)com.dghda.kent.reports.* (7)com.dghda.kent.servlet.* (5)
com.dghda.kent.transforms.* (2)

com.dghda.kent: Javadoc index of package com.dghda.kent.


Package Samples:

com.dghda.kent.actions
com.dghda.kent.reports
com.dghda.kent.servlet
com.dghda.kent.transforms

Classes:

AuthorisationManager: The authorisation manager keeps track of users, groups and their access rights. An authorisation file consists of user, report, action and transform sections. User specifications consist of a username, followed by a colon, followed by a comma delimited list of groups the user belongs to. Access specifications consist of a report, transform or action name within parenthesis, followed by a colon, followed by a comma delimited list of groups. Report names may end with a star, which indicates that any report whose name matches up to the star will match the name. A star may also be used instead of a ...
Report: The interface all reports must implement. A report's output consists of a report template and report data. The template contains layout and formatting information (which will not change between runs), while the data is the row and column information, which will tend to change between runs. Both the template and the data may be affected by altering report configuration settings. The template/data seperation is similar to that in the Kugar application (a part of the KOffice suite). The report template document structure is described in the file dtd/template.dtd.
ReportTemplate: This class provides a convenient method of creating a report template. Report templates are based on report templates in the Kugar reporting tool (a part of the KOffice suite). The main difference is these templates are not primarily designed for exact positioning, and are not as sophisticated.
ReportTemplateText: This class provides a convenient method of creating a report template text node. Aside from the attributes defined in the DTD, text may include substitutions, which are in the form: {source, field, row} When a report result is transformed the substitution is replaced by the specified datum.
ReportData: This class provides a convenient method of creating a report data document. Report data documents are formatted based on their report template.
ReportTransform: An interface used to transform a report's results. For example, an implementing class may generate a HTML representation of the results.
ReportEnvironment: An interface which encapsulates the environment the engine is running in. Provides a mechanism to get properties, access files, etc.
ReportAction: An interface used to output a report's results. For example, an implementing class might send the results in an email.
SimpleSQLReport: A class which makes one or more queries using JDBC, and loads its configuration from an XML file.
XMLConstructor: This class provides methods useful for classes which want to construct or parse XML documents.
ReportTemplateDataSet: This class provides a convenient method of creating a report template data set node.
BaseJDBCReport: A base class to simplify writing reports which access a database through JDBC.
KentModule: Kent modules have configurations and a way to resolve external XML entities.
ReportEngine: The report engine manages the available reports, actions and transforms.
SimpleProvider: A class which loads modules from classes specified in a config file.
FixedTemplateReport: A base class to simplify writing reports which use load a template.
PSReport: A report which generates a process listing using the ps command.
ReportOutputConfigurator: A servlet which runs configures a reports transform and actions.
ServletEnvironment: An adaptor that provides a Servlet context based environment.
SubstitutionException: This exception is caused by an invalid text substitution.
WrappedRuntimeException: An runtime exception that may wrap a different exception.
HTMLTransform: This is the standard report results --> HTML transform.
TextTransform: This is the standard report results --> text transform.

Home | Contact Us | Privacy Policy | Terms of Service