Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.misc

Packages that use com.jcorporate.expresso.core.misc
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.core.security.filters Contains the mechanisms to filter malicious control characters from strings before being sent to a browser. 
com.jcorporate.expresso.core.security.strongencryption Package for containing Hashing and Symmetric encryption.  
com.jcorporate.expresso.core.utility Package to contain all of the 'utility' programs in Expresso - these are applications that run from the command line (e.g. not servlets) 
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.core.misc
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
           
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.
ConfigurationException
          Exception thrown when there is a problem with configuration of Expresso
CurrentLogin
          Bean that stores current login info in session; implements session binding listener so that it can hear when session is terminated.
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.
SerializableString
          Utilities for manipulations of strings
SQLFastStringBuffer
          Stringbuffer with specific method to work on sql requests
SysEvent
          A SysEvent is an event notification created in order to notify other "listening" objects that some specific system event has just occurred.
SysEventHubImpl
           
SysEventListener
           
SystemMacros
           
 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.core.security
ByteArrayCounter
          ByteArrayCounter.java

Copyright 2000, 2001 Jcorporate Ltd.

ByteArrayDataSource
          Used to create a generic raw virtual DataSource for the MIME mail messages.
 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.core.security.filters
ReusableChar
          The Character class wraps a value of the primitive type char in an object.
 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.core.security.strongencryption
ByteArrayCounter
          ByteArrayCounter.java

Copyright 2000, 2001 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.core.utility
ConfigurationException
          Exception thrown when there is a problem with configuration of Expresso
 

Classes in com.jcorporate.expresso.core.misc used by com.jcorporate.expresso.services.controller.dbmaint
RecordPaginator
          Copyright: Copyright (c) 2001-2002 JCorporate Ltd.
 


Expresso 5-6

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