com.jcorporate.expresso.core.misc |
Miscellaneous objects for file manipulation, running OS processes, etc
|
Java Source File Name | Type | Comment |
Base64.java | Class | Base 64 encoding class. |
ByteArrayCounter.java | Class | |
ByteArrayDataSource.java | Class | Used to create a generic raw virtual DataSource for the MIME mail
messages. |
CacheEvent.java | Class | CacheEvent represents an event that indicates that some cached information
might have to be updated. |
CacheEventListener.java | Interface | A CacheEvent represents an event that indicates that some cached information
might have to be updated. |
ConfigCacheManager.java | Class | Bean to assist the reading of expresso-config.xml and works with the
Digester. |
ConfigClassHandler.java | Class | Deals with the various expresso class handlers. |
ConfigClassHandlerParameter.java | Class | Public handler for loading class handler paremters within the expresso
framework. |
ConfigContext.java | Class | Bean class helping with expresso-config.xml and working with the Digester
to read the configuration.
A config context is in the past called a 'db'. |
ConfigCustomProperty.java | Class | |
ConfigErrorHandler.java | Class | |
ConfigExpresso.java | Class | Class that maps to the <expresso-config> top level section in the
expresso-config.xml file. |
ConfigJdbc.java | Class | Old Digester Class. |
ConfigJndi.java | Class | A Commons digester class for JDBC section of the standardmaessig
Expresso Configuration XML file. |
ConfigLdap.java | Class | |
ConfigManager.java | Class | ConfigManager is a static class that utilizes the Struts Digester
utility to read an XML file of configuration parameters when
Expresso starts up. |
ConfigPathFixedParam.java | Class | |
ConfigPathMapping.java | Class | Used for mapping URL paths. |
ConfigPathParam.java | Class | |
ConfigSetupDefault.java | Class | |
ConfigTypeMapping.java | Class | Bean class for handling type mappings while being read by the Digester.
Soon to be deprecated: use com.jcorporate.expresso.core.db.config.TypeMappingConfig
instead when using Component Architecture. |
ConfigurationException.java | Class | |
CookieBase64.java | Class | Proprietary Base64-like encoding class that makes sure there are no special
characters that are "illegal" to cookies. |
CookieUtil.java | Class | |
CurrentLogin.java | Class | Bean that stores current login info in session; implements
session binding listener
so that it can hear when session is terminated. |
DateTime.java | Class | |
DefaultSysEventHubImpl.java | Class | |
EMailAuthenticator.java | Class | EMailAuthenticator
This object is used to provide the Authenticator object required by JavaMail when
it connects to an e-mail server that is secured. |
EMailSender.java | Class | EMailSender is a class that hides the details of sending email through an SMTP server
using the JavaMail API and the Java Activation framework (JAF). |
EventHandler.java | Class | |
EventQueueEntry.java | Class | Event queue entry class represents a unit of work for the event
handler thread.
NB: Please prefer the JavaBean accessor and mutator methods
instead using of the data members directly. |
FileUtil.java | Class | |
Format.java | Class | |
HexEncoder.java | Class | Hex encoding class. |
HTMLUtil.java | Class | Copyright 1999, 2002, 2002 Yves Henri AMAIZO. |
HTTPUtil.java | Class | This utility class includes static methods for manipulating URLs. |
InetOutputStream.java | Class | |
JavascriptUtil.java | Class | |
OSProcess.java | Class | This is a class that wraps another process in the machine. |
RecordPaginator.java | Class | Copyright: Copyright (c) 2001-2002 JCorporate Ltd.
This class takes care of the low-level logic for when dealing
with "e;pages"e; of data. |
ReservedWords.java | Class | This class is the central repository for reserved words for known/tested
databases. |
ReusableChar.java | Class | The Character class wraps a value of the primitive type char in
an object. |
ReusableLong.java | Class | Class that is nearly identical to the java.lang.Long class, except that you
can reset the long value, useful for object reuse. |
SchemaIterator.java | Class | This class is constructed and used to iterate over top level schemas. |
SerializableString.java | Class | |
SQLFastStringBuffer.java | Class | |
StringDOMParser.java | Class | Helper class to parse an xml formatted string and return a document
For high performance parsing, roll your own SAX-based parser instead. |
StringUtil.java | Class | This is class that consists of static methods, utilities for
manipulations of java.lang.String s. |
SysEvent.java | Class | A SysEvent is an event notification created in order to notify
other "listening" objects that some specific system event has
just occurred. |
SysEventHub.java | Class | |
SysEventHubImpl.java | Interface | |
SysEventListener.java | Interface | |
SystemMacros.java | Class | |
URLUTF8Encoder.java | Class | Provides a method to encode any string into a URL-safe
form, the so-called "x-www-form-urlencoded" form. |
XmlDocTypeFilter.java | Class | Given a directory, iterates over all xml files, and parses until it reaches
the doctype parameter, at which point it checks against the desired doctype
and prepares it for parsing if it is. |