Expresso 5-6

Package com.jcorporate.expresso.core.misc

Miscellaneous objects for file manipulation, running OS processes, etc

See:
          Description

Interface Summary
CacheEventListener A CacheEvent represents an event that indicates that some cached information might have to be updated.
SysEventHubImpl  
SysEventListener  
 

Class Summary
Base64 Base 64 encoding class.
ByteArrayCounter ByteArrayCounter.java

Copyright 2000, 2001 Jcorporate Ltd.

ByteArrayDataSource Used to create a generic raw virtual DataSource for the MIME mail messages.
CacheEvent CacheEvent represents an event that indicates that some cached information might have to be updated.
ConfigCacheManager Bean to assist the reading of expresso-config.xml and works with the Digester.
ConfigClassHandler Deals with the various expresso class handlers.
ConfigClassHandlerParameter Public handler for loading class handler paremters within the expresso framework.
ConfigContext Bean class helping with expresso-config.xml and working with the Digester to read the configuration.
ConfigCustomProperty  
ConfigErrorHandler  
ConfigExpresso Class that maps to the <expresso-config> top level section in the expresso-config.xml file.
ConfigJdbc Old Digester Class.
ConfigJndi A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file.
ConfigLdap  
ConfigManager ConfigManager is a static class that utilizes the Struts Digester utility to read an XML file of configuration parameters when Expresso starts up.
ConfigPathFixedParam  
ConfigPathMapping Used for mapping URL paths.
ConfigPathParam  
ConfigSetupDefault  
ConfigTypeMapping Bean class for handling type mappings while being read by the Digester.
CookieBase64 Proprietary Base64-like encoding class that makes sure there are no special characters that are "illegal" to cookies.
CookieUtil A utility class for encoding and decoding cookies before sending them to the browser
CurrentLogin Bean that stores current login info in session; implements session binding listener so that it can hear when session is terminated.
DateTime prepare timestamps for database storage
DefaultSysEventHubImpl  
EMailAuthenticator 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 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 The EventHandler is an asynchronous handler for email Event notifications - it accepts requests to trigger an event, then sends them "eventually" in a seperate thread
EventQueueEntry Event queue entry class represents a unit of work for the event handler thread.
FileUtil Utilities for manipulations of disk files
Format  
HexEncoder Hex encoding class.
HTMLUtil Copyright 1999, 2002, 2002 Yves Henri AMAIZO.
HTTPUtil This utility class includes static methods for manipulating URLs.
InetOutputStream  
JavascriptUtil  
OSProcess This is a class that wraps another process in the machine.
RecordPaginator Copyright: Copyright (c) 2001-2002 JCorporate Ltd.
ReservedWords This class is the central repository for reserved words for known/tested databases.
ReusableChar The Character class wraps a value of the primitive type char in an object.
ReusableLong Class that is nearly identical to the java.lang.Long class, except that you can reset the long value, useful for object reuse.
SchemaIterator This class is constructed and used to iterate over top level schemas.
SerializableString Utilities for manipulations of strings
SQLFastStringBuffer Stringbuffer with specific method to work on sql requests
StringDOMParser Helper class to parse an xml formatted string and return a document

For high performance parsing, roll your own SAX-based parser instead.

StringUtil This is class that consists of static methods, utilities for manipulations of java.lang.Strings.
SysEvent A SysEvent is an event notification created in order to notify other "listening" objects that some specific system event has just occurred.
SysEventHub  
SystemMacros  
URLUTF8Encoder Provides a method to encode any string into a URL-safe form, the so-called "x-www-form-urlencoded" form.
XmlDocTypeFilter 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.
 

Exception Summary
ConfigurationException Exception thrown when there is a problem with configuration of Expresso
 

Package com.jcorporate.expresso.core.misc Description

Miscellaneous objects for file manipulation, running OS processes, etc


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.