| AccessTracker |
Use to notify of changes in the data.
|
| Align |
Represents a text (or another element) align.
|
| AppServer |
|
| Assert |
Utility to make asserts.
|
| Classes |
Utility class to work with classes.
|
| CMPFieldComparator |
Create on 26/02/2010 (10:33:06)
|
| DataSourceConnectionProvider |
Adapter from JNDI DataSource interface to IConnectionProvider interface.
|
| Dates |
Utilities to working with dates (java.util.Date).
|
| Dates.DateDistance |
|
| DBServer |
|
| DefaultReportParametersProvider |
By default it get parameters from i18n.
|
| EmailNotifications |
|
| EmailNotificationsAccessTrackerProvider |
|
| Emails |
|
| Emails.Attachment |
|
| Factory |
Generic class to implement object factories.
|
| FieldComparator |
Compare java.lang.reflect.Field by name
|
| Files |
Some utilities for work with files and directories.
|
| InputStreams |
Utilities to working with java.io.InputStream).
|
| Is |
Utility class to reduce the ifs size.
|
| KeyAndDescription |
A class with a key and a description.
|
| KeyAndDescriptionComparator |
|
| Labels |
Utility class for obtain the i18n of the labels.
|
| Locales |
Access to the locale associated to the current thread.
|
| LogAccessTrackerProvider |
|
| Maps |
Utilities to work with maps.
|
| MDIIconMapper |
Maps legacy Material Design Icons (pre v7) names to current ones (v7+)
so existing controllers.xml from applications keep working without changes.
|
| Messages |
Set of messages.
|
| Moneys |
Utility class to work with money values and properties.
|
| Photo |
Wraps a byte array to allow store photos in
a database with no support to byte [] o
BLOBs, but yes java.lang.Object.
|
| Primitives |
Utilities to work with Java primitive data.
|
| PropertiesManager |
Manages with reflection the properties of a object.
|
| PropertiesReader |
Reads properties files.
|
| ReportParametersProviderFactory |
For obtaining a instance of report parameters.
|
| ResourceManagerI18n |
|
| Resources |
|
| SessionData |
To access session data without having access to HttpServletRequest or HttpSession.
|
| SimpleTemplater |
To process simple HTML templates.
-- Usage --
SimpleTemplater.getInstance().buildOutputUsingStringTemplate(template, parameters);
Replaces ${parameter_name} in the template by its value found in the (Map)parameters.
-- Syntax --
Simple blocks can be processed.
|
| Strings |
Utilities to work with String.
|
| TableModels |
|
| UserInfo |
Data about the current logged user, obtained via Users.
|
| Users |
Utilities to work with users.
|
| XArrays |
Utilities to work with arrays.
|
| XavaPreferences |
|
| XavaResources |
To obtain i18n values from OpenXava resource files.
|
| XCollections |
Utilities to work with collections, enumerations and iterators.
|
| XFileItem |
Serializable FileItem to use as alternative to FileItem from Apache Commons FileUpload.
|
| XObjects |
Utility class to work with objects.
|
| XSystem |
Global utilities about the system.
|