Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.RuntimeCollective.webapps

Interface Summary
Cache Interface to implement if you want to create a new kind of Cache for Objects.
EntityBeanStore A store for EntityBeans that ensures that multiple instances of the same bean are never recreated from the database.
ReturnPathContainer A utility interface which only specifies a return path attribute.
 

Class Summary
AllFilenameFilter Singleton implementation of FilenameFilter that accepts all files
AlwaysUpdateEntityBeanStore An extension of IndexedEntityBeanStore that updates the EntityBean on every "get".
BeanComparator A Comparator that sorts Lists of beans by a given bean property.
BeanFlusher Delete unused Beans, using the RuntimeParameters "beanFlusherConfiguration", if any.
BeanListDecorator Adds a property to an EntityBean which displays a checkbox for selecting the beans id.
BeanLoaderLabelValueTableDecorator This is a table row wrapper for the display tag library.
BeanLoaderSearchResultsTableDecorator This is a table row wrapper for the display tag library.
BeanSequence A wrapper for a synchronised SortedMap of SequenceBeans which includes extra methods for maintaining sequence numbers to avoid conflicts.
BeanSequenceComparator A comparator for ordering sequence beans according to the canonical form of their sequence properties.
BeanUtils A utilities class for EntityBeans.
CharResponseWrapper Little helper class that wraps a ServletResponse preventing other resources from writing to it.
Countries A utility class for handling ISO country codes.
CountryCodeByNameComparator A Comparator that sorts Lists of country codes by their associated countries' names.
CrumbTrail This represents the breadcrumb trail in Runtime Struts, and includes methods for going down the trail (ie adding a page), going back up, and resetting the root (ie the home page).
DateUtils A utilities class Dates.
EBVector An extension of Vector to hold EntityBeans.
EntityBeanStoreHandler A handler that wraps a number of different EntityBeanStores, making them appear like a single one.
EntityLinkTable The EntityLinkTable (an overridable singletong) hold references between EntityBeans, each reference having a "role" and a direction (from the first EB to the second).
ExamBoards  
GarbageCollectedCache The GarbageCollectedCache is a Cache whose objects may be garbage collected.
HtmlFilenameFilter Implementation of FilenameFilter that accepts html files (.html, .htm)
HttpSessionReturnPathContainer An implementation of ReturnPathContainer for HttpSession.
IndexedEntityBeanStore An extension of SimpleEntityBeanStore that maintains a object index.
LazyEBList A lazy-loading List that "holds" EntityBeans, but won't instantiate them until requested.
LazyListWrapper Wraps an underlying LazyList.
ListUtils A utilities class Lists.
PermanentCache The PermanentCache is a Cache which keeps objects forever.
RuntimeDataSource This object extends the struts generic data source, but offers two additional sets of functionality.
RuntimeParameters Provides system properties, parameters and tools for the Josephine runtime environment.
RuntimeTest  
RuntimeTestCase  
SaveRequestURLFilter A Filter which saves the real request URL to the request object.
SearchResults A wrapper for holding a vector of search results.
SimpleEntityBeanStore A simple implementation of the EntityBeanStore interface that stores the beans in hash maps using weak references.
SimpleReturnPathContainer A very simple implementation of ReturnPathContainer.
StrutsTableDecorator Extension to TableDecorator that contains some useful Struts methods
SynchronizedEntityBeanStore An extension of IndexedEntityBeanStore that updates the EntityBean on every "get".
TextUtils A utilities class for processing text.
TimerFilter Filter that records the duration of all requests.
TwoWayLookUpTable TwoWayLookupTable allows you to keep a list of links between Integers, and to look at that list in both ways (from and to).
TxRequestProcessor A struts transaction aware RequestProcessor
UserDecorator Table results decorator for viewing User beans.
UserDisplayDecorator An User decorator which presents adds some useful properties for displaying Users in a Jsp page.
UserGroups The collection of all user groups.
WebfolderPrincipal This class implementation has been taken from the org.apache.catalina.realm.GenericPrincipal class.
WebfolderRealm The implementation of this class has been taken from org.apache.catalina.realm.JDBCRealm, and extended to support a user directory field.
WebUtils Web utility methods.
WrappedDataSource A RuntimeDataSource wrapper for an existing data source.
 

Exception Summary
UnknownDatabaseException Simple subclass of SQLException, which should be used when a database of unrecognised type is accessed.
WebappsException The subclass of RuntimeException which should be thrown by classes in the Webapps module when they meet some kind of problem.