Package org.openxava.util
×News: XavaPro 7.6.4 released - January 21 · Read more
-
Interface Summary Interface Description IAccessTrackerProvider Logic to execute from AccessTracker.IConnectionProvider Provides JDBC connections.IConnectionRefiner To refine the JDBC connections just after get them from the data source and before use them.IInit With the posibility of be initiated.ILiberate Cualquier cosa que atrape recurso y tenga que liberarlos.IProcedure Functional interface that does not receive or return any value.IPropertiesContainer Allows update and read object properties to/from a Map.IReportParametersProvider Provides report parameters.IRequestReportParametersProvider ReportParametersProvider that receive a HTTP request before filter. -
Class Summary Class Description 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 Comparejava.lang.reflect.Fieldby nameFiles 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 tobyte []o BLOBs, but yesjava.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 withString.TableModels UserInfo Data about the current logged user, obtained viaUsers.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. -
Enum Summary Enum Description Messages.Type -
Exception Summary Exception Description AssertException Exception thrown when a assert is broken.CloneException Problems cloning.ElementNotFoundException A OpenXava element does no exists.InitException Throws when probllems on init (generally calling to init() method.>p>PropertiesContainerException Exception thrown byIPropertiesContainer.PropertiesManagerException Exception thrown byPropertiesManager.SystemException RuntimeException to be thrown by a business method when a system level problem is produced.XavaException RuntimeException since v3.0.