ERXComponent provides a common base class for WOComponents along with a bunch
of miscellaneous handy features.
ERXComponent(WOContext) - Constructor for class er.extensions.components.ERXComponent
Constructs a new ERXComponent.
ERXComponentActionRedirector - Class in er.extensions.appserver
Allows you to develop your app using component actions while still providing bookmarkable URLs.
ERXComponentActionRedirector(ERXComponentActionRedirector.Restorable) - Constructor for class er.extensions.appserver.ERXComponentActionRedirector
constructs the redirector from the Restorable.
ERXComponentActionRedirector.Observer - Class in er.extensions.appserver
Observer class manages the responses cache by watching the session.
ERXComponentActionRedirector.Restorable - Interface in er.extensions.appserver
implemented by the pages that want to be restorable
ERXComponentRequestHandler - Class in er.extensions.appserver
Patch to prevent direct access to components via /wo/pagename.wo URLs
ERXComponentRequestHandler() - Constructor for class er.extensions.appserver.ERXComponentRequestHandler
ERXComponentUtilities - Class in er.extensions.components
ERXComponentUtilities contains WOComponent/WOElement-related utility methods.
ERXComponentUtilities() - Constructor for class er.extensions.components.ERXComponentUtilities
ERXCompressionUtilities - Class in er.extensions.foundation
ERXCompressionUtilities() - Constructor for class er.extensions.foundation.ERXCompressionUtilities
ERXConfigurationManager - Class in er.extensions.foundation
Handles rapid turnaround for system configuration as well as swizzling of the EOModel connection
dictionaries.
ERXConsoleAppender - Class in er.extensions.logging
ERXConsoleAppender is just like ConsoleAppender except that it display stack
traces using ERXExceptionUtilities.
ERXConsoleAppender() - Constructor for class er.extensions.logging.ERXConsoleAppender
ERXConsoleAppender(Layout) - Constructor for class er.extensions.logging.ERXConsoleAppender
ERXConsoleAppender(Layout, String) - Constructor for class er.extensions.logging.ERXConsoleAppender
ERXConstant - Class in er.extensions.eof
General purpose constant class, useful when you want reference object that are not
bytes or strings in the DB like what you get with the factory classes.
ERXConstant() - Constructor for class er.extensions.eof.ERXConstant
ERXConstant.ByteConstant - Class in er.extensions.eof
Constant class that can be used with bytes or NSData in the DB.
ERXConstant.Constant - Interface in er.extensions.eof
ERXConstant.NumberConstant - Class in er.extensions.eof
ERXConstant.StringConstant - Class in er.extensions.eof
Constant class that can be used with strings in the DB.
ERXConstantSerializer - Class in er.ajax.json.serializer
Serializes ERXConstants.
ERXConstantSerializer() - Constructor for class er.ajax.json.serializer.ERXConstantSerializer
ERXContinentEnums - Enum in er.extensions.enums
er.extensions.enums.ERXContinentEnums
ERXCopyable<T extends ERXCopyable<T>> - Interface in er.extensions.eof
This class specifies an interface for flexible copying of
EOEnterpriseObject
s, a default implementation for doing the actual
copying, and a Utility class that provides convenience methods to make
implementing the interface easier.
ERXCopyable.CopyType - Enum in er.extensions.eof
ERXCopyable.DefaultImplementation - Class in er.extensions.eof
This class provides a default implementation of ERXCopyable that handles
the most common situations encountered copying
EOEnterpriseObject
s.
ERXCopyable.Utility - Class in er.extensions.eof
This class provides utility methods for use implementing ERXCopyable.
ERXCOPYABLE_KEY - Static variable in interface er.extensions.eof.ERXCopyable
"
ERXCopyable
" which is the exact String that must be used as the
key in the Entity's EOModel UserInfo dictionary to designate it as
implementing
ERXCopyable
interface.
ERXCrypterInterface - Interface in er.extensions.crypting
Provides a simple interface on top of various encryption algorithms.
ERXCrypto - Class in er.extensions.crypting
Provides a wrapper around common encryption and decryption operations.
ERXCrypto() - Constructor for class er.extensions.crypting.ERXCrypto
ERXCryptoString - Class in er.extensions.crypting
ERXCryptoString(String) - Constructor for class er.extensions.crypting.ERXCryptoString
ERXCryptoStringFormatter - Class in er.extensions.formatters
ERXCryptoStringFormatter() - Constructor for class er.extensions.formatters.ERXCryptoStringFormatter
ERXCustomObject - Class in er.extensions.eof
This class contains a bunch of extensions to the
regular
EOCustomObject
class.
ERXCustomObject() - Constructor for class er.extensions.eof.ERXCustomObject
ERXCustomObject.ERXCustomObjectClazz<T extends EOEnterpriseObject> - Class in er.extensions.eof
Clazz object implementation for ERXCustomObject.
ERXCustomObjectClazz() - Constructor for class er.extensions.eof.ERXCustomObject.ERXCustomObjectClazz
ERXD2WEditRelationship - Class in er.directtoweb.embed
A clone of David LeBer's ERMD2WEditRelationship component.
ERXD2WEditRelationship(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WEditRelationship
ERXD2WInspect - Class in er.directtoweb.embed
Uses a the ERD2WSwitchComponent so that this component won't cache the d2w context.
ERXD2WInspect(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WInspect
ERXD2WList - Class in er.directtoweb.embed
Same as D2WList but uses ERD2WSwitchComponent so that its context won't be cached in case the page is reused.
ERXD2WList(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WList
ERXD2WPick - Class in er.directtoweb.embed
Embedded component that can be used for nesting a pick inside another page configuration.
ERXD2WPick(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WPick
ERXD2WQuery - Class in er.directtoweb.embed
ERXD2WQuery(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WQuery
Public constructor
ERXD2WSelect - Class in er.directtoweb.embed
Embedded component that can be used for nesting a pick inside another page configuration.
ERXD2WSelect(WOContext) - Constructor for class er.directtoweb.embed.ERXD2WSelect
ERXDatabase - Class in er.extensions.eof
ERXDatabase(EOAdaptor) - Constructor for class er.extensions.eof.ERXDatabase
ERXDatabase(EOModel) - Constructor for class er.extensions.eof.ERXDatabase
ERXDatabase(EODatabase) - Constructor for class er.extensions.eof.ERXDatabase
ERXDatabase.CacheChange - Class in er.extensions.eof
ERXDatabase.SnapshotCacheChange - Class in er.extensions.eof
ERXDatabase.SnapshotDeleted - Class in er.extensions.eof
ERXDatabase.SnapshotInserted - Class in er.extensions.eof
ERXDatabase.SnapshotUpdated - Class in er.extensions.eof
ERXDatabase.ToManySnapshotUpdated - Class in er.extensions.eof
ERXDatabaseConsole - Class in er.extensions.eof
ERXDatabaseConsole(WOContext) - Constructor for class er.extensions.eof.ERXDatabaseConsole
ERXDatabaseContext - Class in er.extensions.eof
ERXDatabaseContext(EODatabase) - Constructor for class er.extensions.eof.ERXDatabaseContext
ERXDatabaseContextDelegate - Class in er.extensions.eof
ERXDatabaseContextDelegate() - Constructor for class er.extensions.eof.ERXDatabaseContextDelegate
ERXDatabaseContextDelegate.AutoBatchFaultingEnterpriseObject - Interface in er.extensions.eof
Interface to provide auto-magic batch fetching.
ERXDatabaseContextDelegate.BatchHandler - Interface in er.extensions.eof
ERXDatabaseContextDelegate.ObjectNotAvailableException - Exception in er.extensions.eof
ERXDatabaseContextMulticastingDelegate - Class in er.extensions.eof
Subclass of er.extensions.foundation.ERXMulticastingDelegate
that implements
com.webobjects.eoaccess.EODatabaseContext.Delegate
.
ERXDatabaseContextMulticastingDelegate() - Constructor for class er.extensions.eof.ERXDatabaseContextMulticastingDelegate
ERXDatabaseDataSource - Class in er.extensions.eof
enhanced version which allows the user to
1) set refreshesRefetchedObjects
2) set prefetchingRelationshipKeyPaths
which modifies the datasource's fetchSpecification
ERXDatabaseDataSource(EOEditingContext, String) - Constructor for class er.extensions.eof.ERXDatabaseDataSource
Constructs a new ERXDatabaseDataSource to fetch all objects for the EOEntity specified by
entityName
into ec
.
ERXDatabaseDataSource(EOEditingContext, String, String) - Constructor for class er.extensions.eof.ERXDatabaseDataSource
Constructs a new ERXDatabaseDataSource to fetch objects into ec
for the EOEntity
specified by entityName
using the fetch specification fetchSpecificationName
.
ERXDatabaseDataSource(EOEditingContext, String, String, boolean) - Constructor for class er.extensions.eof.ERXDatabaseDataSource
Constructs a new ERXDatabaseDataSource to fetch objects into ec
for the EOEntity
specified by entityName
using the fetch specification fetchSpecificationName
.
ERXDataHyperlink - Class in er.extensions.components
ERXDataHyperlink works like a WOHyperlink except that instead of turning
unknown bindings into tag attributes, it instead passes them to the page
specified in pageName.
ERXDataHyperlink(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.ERXDataHyperlink
ERXDateGrouper - Class in er.extensions.components
ERXDateGrouper() - Constructor for class er.extensions.components.ERXDateGrouper
ERXDateTimeFormatter - Class in er.extensions.formatters
Base formatter class for wrapping a
DateTimeFormatter
into something
that extends
Format
so you can safely use it with components that
would expect old formatter types.
ERXDateTimeFormatter(DateTimeFormatter, TemporalQuery<?>) - Constructor for class er.extensions.formatters.ERXDateTimeFormatter
Basic constructor.
ERXDateTimeFormatter(DateTimeFormatter, TemporalQuery<?>, String) - Constructor for class er.extensions.formatters.ERXDateTimeFormatter
Constructor that takes an additional string pattern.
ERXDebugMarker - Class in er.extensions.components
Given an object displays a link to show information about the editing context of that object.
ERXDebugMarker(WOContext) - Constructor for class er.extensions.components.ERXDebugMarker
ERXDebugMarker.DebugPageProvider - Interface in er.extensions.components
ERXDebugTimer - Class in er.extensions.appserver
Records stats on how long the various phases in the request-response loop
took for the children.
ERXDebugTimer(String, NSDictionary, WOElement) - Constructor for class er.extensions.appserver.ERXDebugTimer
ERXDecimalFormatSymbols - Class in er.extensions.formatters
ERXDecimalFormatSymbols() - Constructor for class er.extensions.formatters.ERXDecimalFormatSymbols
ERXDefaultAdaptor - Class in er.extensions.appserver
ERXDefaultAdaptor extends WODefaultAdaptor and makes its optional
SSL-enabling constructor public.
ERXDefaultAdaptor(String, NSDictionary) - Constructor for class er.extensions.appserver.ERXDefaultAdaptor
Constructs an ERXDefaultAdaptor.
ERXDefaultAdaptor(String, NSDictionary, boolean) - Constructor for class er.extensions.appserver.ERXDefaultAdaptor
Constructs an ERXDefaultAdaptor.
ERXDefaultEditingContextDelegate - Class in er.extensions.eof
Default editing context delegate.
ERXDefaultEditingContextDelegate() - Constructor for class er.extensions.eof.ERXDefaultEditingContextDelegate
Constructor needed for Serialable interface
ERXDefaultRouteController - Class in er.rest.routes
ERXDefaultRouteController defines abstract methods for the standard default routes that are registered.
ERXDefaultRouteController(WORequest) - Constructor for class er.rest.routes.ERXDefaultRouteController
Constructs a new default route controller.
ERXDelayedRequestHandler - Class in er.extensions.appserver
When this request handler is set via registerRequestHandlerForKey(new
ERXDelayedRequestHandler(), ERXDelayedRequestHandler.KEY)
,
then a request that takes too long is automatically detached and a poor man's
long response is returned.
ERXDelayedRequestHandler(int, int, int, String) - Constructor for class er.extensions.appserver.ERXDelayedRequestHandler
Creates a request handler instance.
ERXDelayedRequestHandler(int, int, int) - Constructor for class er.extensions.appserver.ERXDelayedRequestHandler
Creates a handler with the supplied values for refreshTimeSeconds, maxRequestTimeSeconds and
maxRequestTimeSeconds.
ERXDelayedRequestHandler(int, int) - Constructor for class er.extensions.appserver.ERXDelayedRequestHandler
Creates a handler with the supplied values for refreshTimeSeconds and
maxRequestTimeSeconds.
ERXDelayedRequestHandler() - Constructor for class er.extensions.appserver.ERXDelayedRequestHandler
Creates a handler with the default values of 5 second refresh and 5
seconds maxRequestTime.
ERXDelayedRequestHandler.DelayedRequest - Class in er.extensions.appserver
Helper to wrap a future and the accompanying request.
ERXDeployedBundle - Class in er.extensions.appserver
Replacement of the WODeployedBundle which adds:
Determines whether the Bundle is embedded within the Main Bundle
If so, mark the state and the name of embedding main bundle
Resource URLs for embedded Frameworks are automatically adapted to refer to the embedded Framework,
rather than to the Frameworks base URL
There are two styles of webserver resource packages, with ANT (old style) builds, embedded frameworks are embedded this way
MyApp.woa/Frameworks/EmbeddedFramework.framework/...
ERXDeployedBundle(NSBundle) - Constructor for class er.extensions.appserver.ERXDeployedBundle
Initializer, determines by comparing bundle paths whether bundle is embedded.
ERXDESCrypter - Class in er.extensions.crypting
ERXDESCrypto is a DES implementation of the crypter interface.
ERXDESCrypter() - Constructor for class er.extensions.crypting.ERXDESCrypter
ERXDESCrypter(String, String) - Constructor for class er.extensions.crypting.ERXDESCrypter
ERXDetailDataSource - Class in er.extensions.eof
Enhanced version of EODetailDataSource to allow setting of an auxiliary
qualifier that is applied on the detail objects for filtering as
EODatabaseDataSource does.
ERXDetailDataSource(String, String) - Constructor for class er.extensions.eof.ERXDetailDataSource
Creates and returns a new ERXDetailDataSource object.
ERXDetailDataSource(EOClassDescription, String) - Constructor for class er.extensions.eof.ERXDetailDataSource
Creates and returns a new ERXDetailDataSource object.
ERXDetailDataSource(EODataSource, String) - Constructor for class er.extensions.eof.ERXDetailDataSource
Creates and returns a new ERXDetailDataSource object.
ERXDictionaryUtilities - Class in er.extensions.foundation
ERXDictionaryUtilities() - Constructor for class er.extensions.foundation.ERXDictionaryUtilities
ERXDictionaryUtilities.NSDictionaryKeyValueComparator - Class in er.extensions.foundation
Compares dictionary keys based on the value they are associated with.
ERXDirectAction - Class in er.extensions.appserver
Basic collector for direct action additions.
ERXDirectAction(WORequest) - Constructor for class er.extensions.appserver.ERXDirectAction
ERXDirectActionBatchNavigationBar - Class in er.extensions.batching
BatchNavigationBar that uses a direct action and a "batch" URL parameter to
switch to a specific batch.
ERXDirectActionBatchNavigationBar(WOContext) - Constructor for class er.extensions.batching.ERXDirectActionBatchNavigationBar
Standard constructor
ERXDirectActionHyperlink - Class in er.extensions.components
This component can be used for two things:
Generating direct action urls for use in
components that are being e-mailed to people.
Support for encoding enterprise objects in
the form values of generated urls.
ERXDirectActionHyperlink(WOContext) - Constructor for class er.extensions.components.ERXDirectActionHyperlink
Public constructor
ERXDirectActionImage - Class in er.extensions.components
ERXDirectActionImage is the same as a ERXDirectActionHyperlink, but the direct action
response have to return a URL to an image, that URL will be used as the source of the
image to display with this component.
ERXDirectActionImage(WOContext) - Constructor for class er.extensions.components.ERXDirectActionImage
ERXDirectActionRequestHandler - Class in er.extensions.appserver
Improved direct action request handler.
ERXDirectActionRequestHandler() - Constructor for class er.extensions.appserver.ERXDirectActionRequestHandler
ERXDirectActionRequestHandler(String, String, boolean) - Constructor for class er.extensions.appserver.ERXDirectActionRequestHandler
ERXDisplayDataAsString - Class in er.extensions.components
Displays a byte array of data as a String.
ERXDisplayDataAsString(WOContext) - Constructor for class er.extensions.components.ERXDisplayDataAsString
ERXDisplayGroup<T> - Class in er.extensions.appserver
Extends
WODisplayGroup
provide access to the filtered objects
allows you to add qualifiers to the final query qualifier (as opposed to just min/equals/max with the keys)
clears out the sort ordering when the datasource changes.
ERXDisplayGroup() - Constructor for class er.extensions.appserver.ERXDisplayGroup
ERXDividingNumberFormatter - Class in er.extensions.formatters
ERXDividingNumberFormatter() - Constructor for class er.extensions.formatters.ERXDividingNumberFormatter
ERXDividingNumberFormatter(String) - Constructor for class er.extensions.formatters.ERXDividingNumberFormatter
ERXDownloadResponse - Class in er.extensions.components
A component that is used to generate a download response.
ERXDownloadResponse(WOContext) - Constructor for class er.extensions.components.ERXDownloadResponse
ERXDumbStatisticsStoreListener - Class in er.extensions.statistics.store
ERXDumbStatisticsStoreListener() - Constructor for class er.extensions.statistics.store.ERXDumbStatisticsStoreListener
ERXDummyRecord - Class in er.extensions.eof
Put POJOs into EOF (sort of).
ERXDummyRecord(Object) - Constructor for class er.extensions.eof.ERXDummyRecord
ERXDummyRecord.GlobalID - Class in er.extensions.eof
ERXDummyRecord.ProxyBinding - Class in er.extensions.eof
ERXDutchLocalizer - Class in er.extensions.localization
ERXDutchLocalizer(String) - Constructor for class er.extensions.localization.ERXDutchLocalizer
ERXDynamicElement - Class in er.extensions.components
ERXDynamicElement provides a common base class for dynamic elements.
ERXDynamicElement(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.ERXDynamicElement
ERXDynamicElement(String, NSDictionary<String, WOAssociation>, NSMutableArray<WOElement>) - Constructor for class er.extensions.components.ERXDynamicElement
ERXDynamicElement.ContextData<T> - Class in er.extensions.components
This class is used to store values that cannot be stored in instance variables as
dynamic elements have to be thread-safe.
ERXEC - Class in er.extensions.eof
Subclass of
EOEditingContext
that has every
public method overridden to support automatic lock/unlock handling for you.
ERXEC() - Constructor for class er.extensions.eof.ERXEC
ERXEC(EOObjectStore) - Constructor for class er.extensions.eof.ERXEC
ERXEC._DenyMergeDelegate - Class in er.extensions.eof
Temp EC delegate that prevents merging of changes to objects that already have changes.
ERXEC.DefaultFactory - Class in er.extensions.eof
Default implementation of the Factory interface.
ERXEC.Delegate - Interface in er.extensions.eof
Extensions for the EOEditingContext.Delegate interface.
ERXEC.DumpLocksSignalHandler - Class in er.extensions.eof
OpenEditingContextLockSignalHandler provides a signal handler that prints
out open editing context locks.
ERXEC.Factory - Interface in er.extensions.eof
ERXECEditingContextFactory() - Constructor for class er.ajax.json.serializer.EOEnterpriseObjectSerializer.ERXECEditingContextFactory
ERXECNoValidationDelegate - Class in er.extensions.eof
ERXECNoValidationDelegate() - Constructor for class er.extensions.eof.ERXECNoValidationDelegate
Constructor needed for Serialable interface
ERXECProcessQueuedNotificationsSelector - Static variable in class er.extensions.eof.ERXEC
ERXEditDateJavascript - Class in er.extensions.components.javascript
ERXEditDateJavascript(WOContext) - Constructor for class er.extensions.components.javascript.ERXEditDateJavascript
ERXEditingContextDelegate - Class in er.extensions.eof
This delegate does nothing.
ERXEditingContextDelegate() - Constructor for class er.extensions.eof.ERXEditingContextDelegate
No arg constructor for Serializable.
ERXEditingContextInspector - Class in er.extensions.components
Inspects an eo's editing context.
ERXEditingContextInspector(WOContext) - Constructor for class er.extensions.components.ERXEditingContextInspector
ERXEditURL - Class in er.extensions.components
Used to edit urls with a default value.
ERXEditURL(WOContext) - Constructor for class er.extensions.components.ERXEditURL
ERXElse - Class in er.extensions.components.conditionals
ERXElse can be used like a Java "else" after a preceding conditional.
ERXElse(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXElse
ERXEmailValidator - Class in er.extensions.net
ERXEmailValidator(boolean, boolean) - Constructor for class er.extensions.net.ERXEmailValidator
ERXEmbeddedPage - Class in er.extensions.components
ERXEmbeddedPage allows you to wrap a section of your page and treat return
values from invokeAction as a replacement only for the this element and not
for the entire page.
ERXEmbeddedPage(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.ERXEmbeddedPage
ERXEmbeddedPage(String, NSDictionary, NSMutableArray) - Constructor for class er.extensions.components.ERXEmbeddedPage
ERXEmberFormatDelegate - Class in er.rest.format
ERXEmberFormatDelegate() - Constructor for class er.rest.format.ERXEmberFormatDelegate
ERXEmberFormatDelegate(String, String, String, boolean, boolean, boolean, boolean) - Constructor for class er.rest.format.ERXEmberFormatDelegate
ERXEmberRestParser - Class in er.rest.format
ERXEmberRestParser() - Constructor for class er.rest.format.ERXEmberRestParser
ERXEmberRestWriter - Class in er.rest.format
ERXEmberRestWriter() - Constructor for class er.rest.format.ERXEmberRestWriter
ERXEmptyComponent - Class in er.extensions.components
An empty component does not contain any html or wod.
ERXEmptyComponent(WOContext) - Constructor for class er.extensions.components.ERXEmptyComponent
Public constructor
ERXEmptyRequestDescription - Class in er.extensions.statistics.store
ERXEmptyRequestDescription(String) - Constructor for class er.extensions.statistics.store.ERXEmptyRequestDescription
ERXEnhancedJDBCColumn - Class in com.webobjects.jdbcadaptor
This class extends the ERXJDBCColumn
to add support for custom types.
ERXEnhancedJDBCColumn(EOAttribute, JDBCChannel, int, ResultSet) - Constructor for class com.webobjects.jdbcadaptor.ERXEnhancedJDBCColumn
ERXEnhancedJDBCColumn(ERXJDBCAdaptor.Channel) - Constructor for class com.webobjects.jdbcadaptor.ERXEnhancedJDBCColumn
ERXEnterpriseObject - Interface in er.extensions.eof
ERXEnterpriseObject.Observer - Class in er.extensions.eof
Registers as a listener for various editing context notifications and calls up the willXXX and
didXXX methods in objects that implement ERXEnterpriseObject.
ERXEnterpriseObject.Processor - Class in er.extensions.eof
ERXEnterpriseObjectArrayCache<T extends EOEnterpriseObject> - Class in er.extensions.eof
Caches objects of one entity by a given key.
ERXEnterpriseObjectArrayCache(String) - Constructor for class er.extensions.eof.ERXEnterpriseObjectArrayCache
Creates the cache for the given entity name and the given keypath.
ERXEnterpriseObjectArrayCache(Class) - Constructor for class er.extensions.eof.ERXEnterpriseObjectArrayCache
Creates the cache for the given entity name and the given keypath.
ERXEnterpriseObjectArrayCache(String, long) - Constructor for class er.extensions.eof.ERXEnterpriseObjectArrayCache
Creates the cache for the given entity, keypath and timeout value in milliseconds.
ERXEnterpriseObjectArrayCache.NotFoundArray - Class in er.extensions.eof
ERXEnterpriseObjectCache<T extends EOEnterpriseObject> - Class in er.extensions.eof
Caches instances of one entity by a given key(path).
ERXEnterpriseObjectCache(String, String) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the given entity name and the given keypath.
ERXEnterpriseObjectCache(Class, String) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the entity implemented by the passed class and the given keypath.
ERXEnterpriseObjectCache(String, String, long) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the given entity, keypath and timeout value in milliseconds.
ERXEnterpriseObjectCache(String, String, EOQualifier, long) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the given entity, keypath and timeout value in milliseconds.
ERXEnterpriseObjectCache(String, String, EOQualifier, long, boolean, boolean) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the given entity, keypath and timeout value in milliseconds.
ERXEnterpriseObjectCache(String, String, EOQualifier, long, boolean, boolean, boolean) - Constructor for class er.extensions.eof.ERXEnterpriseObjectCache
Creates the cache for the given entity, keypath and timeout value in milliseconds.
ERXEnterpriseObjectChangeListener<T extends EOEnterpriseObject> - Class in er.extensions.eof
Listens to EOEditingContextDidSaveChanges notifications to track changes on a
given entity and calls the entitiesChanged method when the entity changes.
ERXEnterpriseObjectChangeListener(Class, boolean, boolean) - Constructor for class er.extensions.eof.ERXEnterpriseObjectChangeListener
Constructs an ERXEnterpriseChangeListener.
ERXEnterpriseObjectChangeListener(String, boolean, boolean) - Constructor for class er.extensions.eof.ERXEnterpriseObjectChangeListener
Constructs an ERXEnterpriseChangeListener.
ERXEntity - Class in com.webobjects.eoaccess
ERXEntity provides a basic subclass of EOEntity providing
a simple fix for vertical inheritance.
ERXEntity() - Constructor for class com.webobjects.eoaccess.ERXEntity
Creates and returns a new ERXEntity.
ERXEntity(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.ERXEntity
Creates and returns a new EOEntity initialized from the
property list plist belonging to the EOModel owner.
ERXEntityClassDescription - Class in er.extensions.eof
ERXEntityClassDescription(EOEntity) - Constructor for class er.extensions.eof.ERXEntityClassDescription
Public constructor
ERXEntityClassDescription.AttributeDefault - Class in er.extensions.eof
ERXEntityClassDescription.Default - Interface in er.extensions.eof
ERXEntityClassDescription.Factory - Class in er.extensions.eof
This factory inner class is registered as the observer
for three notifications: modelWasAdded, classDescriptionNeededForEntity
and classDescriptionNeededForClass.
ERXEntityClassDescription.QualiferValidation - Class in er.extensions.eof
ERXEntityClassDescription.RelationshipDefault - Class in er.extensions.eof
ERXEntityClassDescription.ValidationObjectValue - Class in er.extensions.eof
ERXEntityDependencyOrderingDelegate - Class in com.webobjects.eoaccess
EODatabaseContext delegate to order adaptor operations by FK constraints.
ERXEntityDependencyOrderingDelegate() - Constructor for class com.webobjects.eoaccess.ERXEntityDependencyOrderingDelegate
ERXEntityDependencyOrderingDelegateActiveKey - Static variable in class com.webobjects.eoaccess.ERXEntityDependencyOrderingDelegate
ERXEntityFKConstraintOrder - Class in er.extensions.eof
Creates ordering based on foreign key dependencies.
ERXEntityFKConstraintOrder(EOModelGroup) - Constructor for class er.extensions.eof.ERXEntityFKConstraintOrder
Designated constructor for implementing classes.
ERXEntityFKConstraintOrder() - Constructor for class er.extensions.eof.ERXEntityFKConstraintOrder
Convenience constructor for implementing classes.
ERXEntityOrder - Class in er.extensions.eof
Abstract class defining an ordering of EOEntities that also provides NSComparators to sort entities based on this ordering.
ERXEntityOrder(EOModelGroup) - Constructor for class er.extensions.eof.ERXEntityOrder
Designated constructor for implementing classes.
ERXEntityOrder() - Constructor for class er.extensions.eof.ERXEntityOrder
Convenience constructor for implementing classes.
eRXEntityOrder - Variable in class er.extensions.eof.ERXEntityOrder.EntityDeleteOrderComparator
eRXEntityOrder - Variable in class er.extensions.eof.ERXEntityOrder.EntityInsertOrderComparator
eRXEntityOrder - Variable in class er.extensions.jdbc.ERXJDBCPlugInUtilities.EntityGroupDeleteOrderComparator
ERXEntityOrder.EntityDeleteOrderComparator - Class in er.extensions.eof
NSComparator to sort on the ascending EOEntity group number from ordering.entityOrdering().
ERXEntityOrder.EntityInsertOrderComparator - Class in er.extensions.eof
NSComparator to sort on the descending EOEntity group number from ordering.entityOrdering().
ERXEOAccessHelper - Class in com.webobjects.eoaccess
Helper class to allow us to access protected stuff in EOAccess.
ERXEOAccessHelper() - Constructor for class com.webobjects.eoaccess.ERXEOAccessHelper
ERXEOAccessUtilities - Class in er.extensions.eof
Collection of EOAccess related utilities.
ERXEOAccessUtilities() - Constructor for class er.extensions.eof.ERXEOAccessUtilities
ERXEOAccessUtilities.AdaptorChannelOperation<T> - Interface in er.extensions.eof
Implemented by any adaptor channel operation that needs to run with an open adaptor channel.
ERXEOAccessUtilities.ChannelAction - Class in er.extensions.eof
Deals with the nitty-gritty of direct row manipulation by
correctly opening, closing, locking and unlocking the
needed EOF objects for direct row manipulation.
ERXEOAccessUtilities.DatabaseContextOperation<T> - Interface in er.extensions.eof
Implemented by any database operation that needs to run inside of a database context lock.
ERXEOAttribute - Class in er.extensions.eof
ERXEOAttribute exists only to make the EOAttribute(EOEntity, String)
constructor public.
ERXEOAttribute() - Constructor for class er.extensions.eof.ERXEOAttribute
ERXEOAttribute(NSDictionary, Object) - Constructor for class er.extensions.eof.ERXEOAttribute
ERXEOAttribute(EOEntity, String) - Constructor for class er.extensions.eof.ERXEOAttribute
ERXEOControlUtilities - Class in er.extensions.eof
Collection of EOF utility method centered around
EOControl.
ERXEOControlUtilities() - Constructor for class er.extensions.eof.ERXEOControlUtilities
ERXEOEncodingUtilities - Class in er.extensions.eof
ERXEOEncodingUtilities() - Constructor for class er.extensions.eof.ERXEOEncodingUtilities
ERXEOExecutionListenerDumbImpl - Class in er.extensions.eof.listener
ERXEOExecutionListenerDumbImpl() - Constructor for class er.extensions.eof.listener.ERXEOExecutionListenerDumbImpl
ERXEOFAppender - Class in er.extensions.logging
Basic log4j EOF Appender
Very basic appender, useful for logging events to a database using EOF.
ERXEOFAppender() - Constructor for class er.extensions.logging.ERXEOFAppender
ERXEOFLogEntryInterface - Interface in er.extensions.logging
Interface implemented by EnterpriseObjects to initialize with
a logging event and optionally a layout.
ERXEOGlobalIDUtilities - Class in er.extensions.eof
Utilities that help with batch loading sets of global IDs.
ERXEOGlobalIDUtilities() - Constructor for class er.extensions.eof.ERXEOGlobalIDUtilities
ERXEOGlobalIDUtilities.Info - Class in er.extensions.eof
Decrypts the byte array of NSData PKs so you get the process number or port,
host and timestamp.
ERXEORestDelegate - Class in er.rest
EODelegate is an implementation of the ERXRestRequestNode.Delegate interface that understands EOF.
ERXEORestDelegate() - Constructor for class er.rest.ERXEORestDelegate
ERXEqualator - Class in er.extensions.foundation
This class is an abstract class that defines an API for determining if two objects are equal.
ERXEqualator() - Constructor for class er.extensions.foundation.ERXEqualator
ERXEqualConditional - Class in er.extensions.components.conditionals
Conditional component that compares two objects using the equals
method.
ERXEqualConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXEqualConditional
ERXErrorDictionaryPanel - Class in er.extensions.components
Useful for displaying a dictionary of caught exception messages.
ERXErrorDictionaryPanel(WOContext) - Constructor for class er.extensions.components.ERXErrorDictionaryPanel
ERXEuropeanUnionsEnums - Enum in er.extensions.enums
er.extensions.enums.ERXEuropeanUnionsEnums
ERXEventRecordingDefaultHandler - Class in er.extensions.components
A concrete event recording handler object.
ERXEventRecordingDefaultHandler() - Constructor for class er.extensions.components.ERXEventRecordingDefaultHandler
ERXExceptionHolder - Interface in er.extensions.validation
The ExceptionHolder interface should be implemented by components
that will collect validation exceptions.
ERXExceptionPage - Class in er.extensions.components
A nicer version of WOExceptionPage.
ERXExceptionPage(WOContext) - Constructor for class er.extensions.components.ERXExceptionPage
ERXExceptionUtilities - Class in er.extensions.foundation
Provides a set of utilities for displaying and managing exceptions.
ERXExceptionUtilities() - Constructor for class er.extensions.foundation.ERXExceptionUtilities
ERXExceptionUtilities.HideStackTraceException - Exception in er.extensions.foundation
Wraps a root cause, but does not render a stack trace to the given
writer.
ERXExceptionUtilities.WeDontNeedAStackTraceException - Interface in er.extensions.foundation
Implemented by any exception that you explicitly want to not appear in
stack dumps.
ERXExecutorService - Class in er.extensions.concurrency
A simple class that provides a resource-efficient WebObjects-friendly
ExecutorService
for a
single application.
ERXExecutorService() - Constructor for class er.extensions.concurrency.ERXExecutorService
ERXExistsQualifier - Class in er.extensions.eof.qualifiers
A qualifier that qualifies using an EXISTS clause.
ERXExistsQualifier(EOQualifier) - Constructor for class er.extensions.eof.qualifiers.ERXExistsQualifier
Public single argument constructor.
ERXExistsQualifier(EOQualifier, String) - Constructor for class er.extensions.eof.qualifiers.ERXExistsQualifier
Public two argument constructor.
ERXExistsQualifier(EOQualifier, String, boolean) - Constructor for class er.extensions.eof.qualifiers.ERXExistsQualifier
Public three argument constructor.
ERXExistsQualifier.ExistsQualifierSQLGenerationSupport - Class in er.extensions.eof.qualifiers
Implements the SQL generation for the exists qualifier.
ERXExpiringCache<K,V> - Class in er.extensions.foundation
Cache that expires its entries based on time or version changes.
ERXExpiringCache() - Constructor for class er.extensions.foundation.ERXExpiringCache
Constructs an ERXExpiringCache with a 60 second expiration.
ERXExpiringCache(long) - Constructor for class er.extensions.foundation.ERXExpiringCache
Constructs an ERXExpiringCache with a cleanup time that matches
expiryTimeInSeconds.
ERXExpiringCache(long, long) - Constructor for class er.extensions.foundation.ERXExpiringCache
ERXExpiringCache.Entry<V> - Class in er.extensions.foundation
ERXExpiringCache.GrimReaper - Class in er.extensions.foundation
The reaper runnable for ERXExpiringCache.
ERXExtensions - Class in er.extensions
Principal class of the ERExtensions framework.
ERXExtensions() - Constructor for class er.extensions.ERXExtensions
ERXExtensions.KeyValueQualifierSQLGenerationSupport - Class in er.extensions
Support class that listens for EOKeyValueQualifiers that have a selector
that was registered and uses their support instead.
ERXExternalContent - Class in er.extensions.components
Wraps an external content which is retrieved from an URL.
ERXExternalContent(WOContext) - Constructor for class er.extensions.components.ERXExternalContent
Public constructor
ERXFakeRelationship - Class in er.extensions.components
UI and support methods to edit "relations" to objects flattened into a text field (e.g.
ERXFakeRelationship(WOContext) - Constructor for class er.extensions.components.ERXFakeRelationship
ERXFalseQualifier - Class in er.extensions.qualifiers
An EOQualifier that always evaluates to a false
result.
ERXFalseQualifier() - Constructor for class er.extensions.qualifiers.ERXFalseQualifier
ERXFalseQualifierSupport - Class in er.extensions.qualifiers
ERXFalseQualifierSupport() - Constructor for class er.extensions.qualifiers.ERXFalseQualifierSupport
ERXFaultArray<T extends EOEnterpriseObject> - Class in er.extensions.eof
Array that converts EOGlobalIDs to faults on the fly.
ERXFaultArray(NSArray<T>) - Constructor for class er.extensions.eof.ERXFaultArray
ERXFaultArray(EOEditingContext, NSArray<EOGlobalID>) - Constructor for class er.extensions.eof.ERXFaultArray
ERXFavIcon - Class in er.extensions.components
FavIcon link with resource manager support.
ERXFavIcon(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.ERXFavIcon
ERXFetchResultCache - Class in er.extensions.eof
Transparent cache for fetch results, uses ERXFetchSpecifictation.identifier() as a key.
ERXFetchResultCache() - Constructor for class er.extensions.eof.ERXFetchResultCache
ERXFetchSpecification<T extends EOEnterpriseObject> - Class in er.extensions.eof
Extended fetch specification.
ERXFetchSpecification(String, EOQualifier, NSArray<EOSortOrdering>, boolean, boolean, NSDictionary) - Constructor for class er.extensions.eof.ERXFetchSpecification
ERXFetchSpecification(String, EOQualifier, NSArray<EOSortOrdering>) - Constructor for class er.extensions.eof.ERXFetchSpecification
ERXFetchSpecification(EOFetchSpecification) - Constructor for class er.extensions.eof.ERXFetchSpecification
ERXFetchSpecification(ERXFetchSpecification<T>) - Constructor for class er.extensions.eof.ERXFetchSpecification
ERXFetchSpecification(String) - Constructor for class er.extensions.eof.ERXFetchSpecification
Constructs a new fetch specification for the given entity with isDeep = true.
ERXFetchSpecificationBatchIterator<E> - Class in er.extensions.eof
The goal of the fetch specification batch iterator is to have the ability to
iterate through a fetch specification that might fetch one million enterprise
objects.
ERXFetchSpecificationBatchIterator(EOFetchSpecification) - Constructor for class er.extensions.eof.ERXFetchSpecificationBatchIterator
Constructs a fetch specification iterator for a given fetch
specification with the default batch size.
ERXFetchSpecificationBatchIterator(EOFetchSpecification, EOEditingContext) - Constructor for class er.extensions.eof.ERXFetchSpecificationBatchIterator
Constructs a fetch specification iterator for a given fetch
specification with the default batch size.
ERXFetchSpecificationBatchIterator(EOFetchSpecification, EOEditingContext, int) - Constructor for class er.extensions.eof.ERXFetchSpecificationBatchIterator
Constructs a fetch specification iterator for a given fetch
specification and a batch size.
ERXFetchSpecificationBatchIterator(EOFetchSpecification, NSArray, EOEditingContext, int) - Constructor for class er.extensions.eof.ERXFetchSpecificationBatchIterator
Constructs a fetch specification iterator for a fetch specification,
an optional set of pre-fetched primary keys
and a batch size.
ERXFileContext - Class in er.extensions.foundation
A class to encapsulate a file reference and related information in the
context of web application usage.
ERXFileContext() - Constructor for class er.extensions.foundation.ERXFileContext
ERXFileContext(File) - Constructor for class er.extensions.foundation.ERXFileContext
ERXFileContext(File, String, String) - Constructor for class er.extensions.foundation.ERXFileContext
ERXFileContext(String) - Constructor for class er.extensions.foundation.ERXFileContext
ERXFileNotificationCenter - Class in er.extensions.foundation
The file notification center is only used in development systems.
ERXFileNotificationCenter() - Constructor for class er.extensions.foundation.ERXFileNotificationCenter
Default constructor.
ERXFileNotificationCenter._ObserverSelectorHolder - Class in er.extensions.foundation
Simple observer-selector holder class.
ERXFileRepository - Class in er.extensions.foundation
Allows you to store a large amount of files and folders without the hassles
of directory size limitations.
ERXFileRepository(File, ERXFileRepository.Factory) - Constructor for class er.extensions.foundation.ERXFileRepository
Private constructor, as we use the factory methods to create instances.
ERXFileRepository.DefaultFactory - Class in er.extensions.foundation
Default implementation of the Factory interface.
ERXFileRepository.Factory - Interface in er.extensions.foundation
ERXFileUtilities - Class in er.extensions.foundation
Collection of handy {java.io.File} utilities.
ERXFileUtilities() - Constructor for class er.extensions.foundation.ERXFileUtilities
ERXFilteredQualifierTraversal - Class in er.rest
ERXFilteredQualifierTraversal performs a security check on a qualifier, throwing a SecurityException if a qualifier
is found that attempts to qualify a key that isn't permitted by a given ERXKeyFilter.
ERXFilteredQualifierTraversal(EOEntity, ERXKeyFilter) - Constructor for class er.rest.ERXFilteredQualifierTraversal
Constructs a new ERXFilteredQualifierTraversal.
ERXFixedLengthString - Class in er.extensions.components
This stateless component is useful for displaying a
string of a fixed length.
ERXFixedLengthString(WOContext) - Constructor for class er.extensions.components.ERXFixedLengthString
Public constructor
ERXFlashMovie - Class in er.extensions.components
Embeds a flash movie.
ERXFlashMovie(WOContext) - Constructor for class er.extensions.components.ERXFlashMovie
ERXFlickrBatchNavigation - Class in er.extensions.batching
ERXFlickrBatchNavigation is a batch navigation component that provides
pagination that behaves like the paginator on Flickr.com.
ERXFlickrBatchNavigation(WOContext) - Constructor for class er.extensions.batching.ERXFlickrBatchNavigation
ERXFlickrBatchNavigation.PageNumber - Class in er.extensions.batching
ERXFormatterFactory - Class in er.extensions.formatters
ERXFormatterFactory() - Constructor for class er.extensions.formatters.ERXFormatterFactory
ERXFormRestParser - Class in er.rest.format
ERXFormRestParser is a rest parser that reads data from form values.
ERXFormRestParser() - Constructor for class er.rest.format.ERXFormRestParser
ERXForwardingAdaptor - Class in er.extensions.eof
ERXForwardingAdaptor(String) - Constructor for class er.extensions.eof.ERXForwardingAdaptor
ERXForwardingAdaptorChannel - Class in er.extensions.eof
ERXForwardingAdaptorChannel(EOAdaptorContext, EOAdaptorChannel) - Constructor for class er.extensions.eof.ERXForwardingAdaptorChannel
ERXForwardingAdaptorContext - Class in er.extensions.eof
ERXForwardingAdaptorContext(EOAdaptor, EOAdaptorContext) - Constructor for class er.extensions.eof.ERXForwardingAdaptorContext
ERXFrameworkPrincipal - Class in er.extensions
Designated starter class for frameworks, adds support for dependency management.
ERXFrameworkPrincipal() - Constructor for class er.extensions.ERXFrameworkPrincipal
ERXFrameworkPrincipal.Observer - Class in er.extensions
ERXFullTextQualifier - Class in er.extensions.eof.qualifiers
ERXFullTextQualifier provides a qualifier implementation for searching with a
fulltext index.
ERXFullTextQualifier(String, String, ERXFullTextQualifier.MatchType, NSArray<String>) - Constructor for class er.extensions.eof.qualifiers.ERXFullTextQualifier
Constructs an ERXFullTextQualifier.
ERXFullTextQualifier(String, String, ERXFullTextQualifier.MatchType, String...) - Constructor for class er.extensions.eof.qualifiers.ERXFullTextQualifier
Constructs an ERXFullTextQualifier.
ERXFullTextQualifier(String, ERXFullTextQualifier.MatchType, NSArray<String>) - Constructor for class er.extensions.eof.qualifiers.ERXFullTextQualifier
Constructs an ERXFullTextQualifier defaulting indexName to the same as
keyPath.
ERXFullTextQualifier(String, ERXFullTextQualifier.MatchType, String...) - Constructor for class er.extensions.eof.qualifiers.ERXFullTextQualifier
Constructs an ERXFullTextQualifier defaulting indexName to the same as
keyPath.
ERXFullTextQualifier.MatchType - Enum in er.extensions.eof.qualifiers
ERXFullTextQualifierSupport - Class in er.extensions.eof.qualifiers
Qualifier support for ERXFullTextQualifier.
ERXFullTextQualifierSupport() - Constructor for class er.extensions.eof.qualifiers.ERXFullTextQualifierSupport
ERXFutureTask<V> - Class in er.extensions.concurrency
ERXFutureTask(Callable<V>) - Constructor for class er.extensions.concurrency.ERXFutureTask
ERXFutureTask(Runnable, V) - Constructor for class er.extensions.concurrency.ERXFutureTask
ERXFuzzyMatchCleaner - Interface in er.extensions.foundation
Interface used in conjunction with the fuzzy matching
code found in
ERXUtilities
.
ERXGeneratesPrimaryKeyInterface - Interface in er.extensions.eof
Enterprise objects that need to generate their own primary keys
should implement this interface.
ERXGenericRecord - Class in er.extensions.eof
This class contains a bunch of extensions to the regular
EOGenericRecord
class.
ERXGenericRecord(EOClassDescription) - Constructor for class er.extensions.eof.ERXGenericRecord
ERXGenericRecord() - Constructor for class er.extensions.eof.ERXGenericRecord
ERXGenericRecord.ERXGenericRecordClazz<T extends EOEnterpriseObject> - Class in er.extensions.eof
Clazz object implementation for ERXGenericRecord.
ERXGenericRecord.InverseRelationshipUpdater - Class in er.extensions.eof
Provides automatic inverse relationship updating for ERXGenericRecord and ERXCustomObject.
ERXGenericRecord.LocalizedBinding - Class in er.extensions.eof
Special binding for localized key support.
ERXGenericRecord.TouchingBinding - Class in er.extensions.eof
Special binding that touches the target of a relationship.
ERXGenericRecordClazz() - Constructor for class er.extensions.eof.ERXGenericRecord.ERXGenericRecordClazz
ERXGlobalLock - Class in er.extensions.eof
Simple lock to sync access for multiple instances on one machine.
ERXGlobalLock(String) - Constructor for class er.extensions.eof.ERXGlobalLock
ERXGMapUtilities - Class in er.extensions.components
ERXGMapUtilities() - Constructor for class er.extensions.components.ERXGMapUtilities
ERXGMapUtilities.Coordinate - Class in er.extensions.components
ERXGoogleSpell - Class in er.extensions.components.javascript
ERXGoogleSpell provides a simple API to spell checking with Google's web service.
ERXGoogleSpell() - Constructor for class er.extensions.components.javascript.ERXGoogleSpell
ERXGoogleSpell.Correction - Class in er.extensions.components.javascript
Correction encapsulates a suggested spelling correction for a word in a string of text.
ERXGoogleSpell.CorrectionException - Exception in er.extensions.components.javascript
CorrectionException is thrown if anything fails during the correction process.
ERXGracefulShutdown - Class in er.extensions.components
Graceful shutdown adds signal handling support for gracefully
terminating a WOApplication.
ERXGracefulShutdown() - Constructor for class er.extensions.components.ERXGracefulShutdown
ERXGracefulShutdown.GracefulApplication - Interface in er.extensions.components
Interface to be implemented by the WOApplication subclass to gracefully
handle termination.
ERXGraphUtilities - Class in er.extensions.components
Utility methods useful when using GifPlot.
ERXGraphUtilities() - Constructor for class er.extensions.components.ERXGraphUtilities
ERXGroupingFetchSpecification<T extends NSDictionary> - Class in er.extensions.eof
Extended fetch specification (work in progress).
ERXGroupingFetchSpecification(String, EOQualifier, NSArray, NSArray<ERXGroupingFetchSpecification.Aggregate>, EOQualifier) - Constructor for class er.extensions.eof.ERXGroupingFetchSpecification
ERXGroupingFetchSpecification(EOFetchSpecification) - Constructor for class er.extensions.eof.ERXGroupingFetchSpecification
ERXGroupingFetchSpecification(ERXFetchSpecification) - Constructor for class er.extensions.eof.ERXGroupingFetchSpecification
ERXGroupingFetchSpecification(ERXGroupingFetchSpecification<T>) - Constructor for class er.extensions.eof.ERXGroupingFetchSpecification
ERXGroupingFetchSpecification.Operators - Interface in er.extensions.eof
List of supported aggregate operators.
ERXGroupingRepetition - Class in er.extensions.components
Groups items into sections.For example: Employees belong to a department, you want to
group on department.
ERXGroupingRepetition(WOContext) - Constructor for class er.extensions.components.ERXGroupingRepetition
ERXGroupingTable - Class in er.extensions.components
Table implementation of a grouping repetition.
ERXGroupingTable(WOContext) - Constructor for class er.extensions.components.ERXGroupingTable
ERXGuardedObjectInterface - Interface in er.extensions.eof
The guarded object interface is used as a way
to ensure that objects that are not supposed to
be deleted or updated don't accidently get deleted
or updated.
ERXHttpDataObjectBase - Class in er.extensions.net.http
Access Sample:
ERXHttpDataObjectBase(String) - Constructor for class er.extensions.net.http.ERXHttpDataObjectBase
ERXHttpGetData - Class in er.extensions.net.http
Use a URL and access a HTTP Server, then give back the Result
HTTP Server へ URL を使ってアクセスし、結果が戻ります。
This Method is written a few Years ago, it works but can be written
better with the new Http-Client 4
ERXHttpGetData(String) - Constructor for class er.extensions.net.http.ERXHttpGetData
ERXHttpPostData - Class in er.extensions.net.http
Use a URL and access a HTTP Server, then give back the Result
HTTP Server へ URL を使ってアクセスし、結果が戻ります。
This Method is written a few Years ago, it works but can be written
better with the new Http-Client 4
ERXHttpPostData(String) - Constructor for class er.extensions.net.http.ERXHttpPostData
ERXHttpStatusCodes - Class in er.extensions.appserver
Bunch of static values for the HTTP status code that are not in WOMessage
ERXHttpStatusCodes() - Constructor for class er.extensions.appserver.ERXHttpStatusCodes
ERXHyperlink - Class in er.extensions.components._private
Enhancement to WOHyperlink.
ERXHyperlink(String, NSDictionary, WOElement) - Constructor for class er.extensions.components._private.ERXHyperlink
ERXHyperlinkKeyValueSetter - Class in er.extensions.components
Sets a key value when the hyperlink is clicked.
ERXHyperlinkKeyValueSetter(WOContext) - Constructor for class er.extensions.components.ERXHyperlinkKeyValueSetter
ERXHyperlinkResource - Class in er.extensions.foundation
ERXHyperlinkResource is very similar to WOHyperlink action Binding are the some,
but there is one big difference.
ERXHyperlinkResource(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.foundation.ERXHyperlinkResource
ERXIEConditionalComment - Class in er.extensions.components
Conditional comments make it easy for developers to take advantage
of the enhanced features offered by Microsoft Internet Explorer 5 and later
versions, while writing pages that downgrade gracefully in less-capable
browsers or display correctly in browsers other than Windows Internet
Explorer.
ERXIEConditionalComment(WOContext) - Constructor for class er.extensions.components.ERXIEConditionalComment
ERXIFrame - Class in er.extensions.components
IFRAME that can use its own contents to render when none of the other
bindings are supplied.
ERXIFrame(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.ERXIFrame
ERXImage - Class in er.extensions.components
ERXImage(WOContext) - Constructor for class er.extensions.components.ERXImage
ERXImageTabPanel - Class in er.extensions.components
This component takes a list of tabs, the same as ERXTabPanel
to find images, the naming convention is:
/nsi/tab<tabName>.gif : tab is not selected
/nsi/tab<tabName>Selected.gif : tab is selected
where tabName is the name of the tab, minus spaces
ERXImageTabPanel(WOContext) - Constructor for class er.extensions.components.ERXImageTabPanel
ERXInlineTemplate - Class in er.extensions.components
ERXInlineTemplate allows to specify a component's template dynamically.
ERXInlineTemplate(WOContext) - Constructor for class er.extensions.components.ERXInlineTemplate
ERXInlineTemplate.Error - Class in er.extensions.components
ERXInOrQualifierSupport - Class in er.extensions.eof.qualifiers
ERXInOrQualifierSupport replaces the stock _OrQualifierSupport and turns qualifying EOOrQualifiers into IN-set SQL
statements instead of enormous strings of OR's.
ERXInOrQualifierSupport() - Constructor for class er.extensions.eof.qualifiers.ERXInOrQualifierSupport
ERXInOrQualifierSupport.OrIsInVisitor - Class in er.extensions.eof.qualifiers
ERXInQualifier - Class in er.extensions.eof.qualifiers
The ERXInQualifier is useful for creating qualifiers that
will generate SQL using the 'IN' key word.
For example constructing this qualifer:
ERXInQualifier q = new ERXInQualifier("userId", arrayOfNumbers);
Then this qualifier would generate SQL of the form:
USER_ID IN (<array of numbers or data>)
ERXInQualifier(String, NSArray) - Constructor for class er.extensions.eof.qualifiers.ERXInQualifier
Constructs an in qualifer for a given
attribute name and an array of values.
ERXInQualifier(String, NSArray, int) - Constructor for class er.extensions.eof.qualifiers.ERXInQualifier
Constructs an in qualifier for a given
attribute name and an array of values.
ERXInQualifier.InQualifierSQLGenerationSupport - Class in er.extensions.eof.qualifiers
Adds SQL generation support.
ERXInstanceOfConditional - Class in er.extensions.components.conditionals
Conditional component that tests if an object can be cast to the given class or interface without causing a ClassCastException.
ERXInstanceOfConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXInstanceOfConditional
ERXiss - Class in er.xiss
ERXiss() - Constructor for class er.xiss.ERXiss
ERXItalianLocalizer - Class in er.extensions.localization
ERXItalianLocalizer(String) - Constructor for class er.extensions.localization.ERXItalianLocalizer
ERXJavaScript - Class in er.extensions.components.javascript
Modern version of a javascript component.
ERXJavaScript(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.javascript.ERXJavaScript
ERXJavaScript.Script - Class in er.extensions.components.javascript
ERXJDBCAdaptor - Class in er.extensions.jdbc
Subclass of the JDBC adaptor and accompanying classes that supports
connection pooling and posting of adaptor operation notifications.
ERXJDBCAdaptor(String) - Constructor for class er.extensions.jdbc.ERXJDBCAdaptor
ERXJDBCAdaptor.Channel - Class in er.extensions.jdbc
Channel subclass to support notification posting.
ERXJDBCAdaptor.ConnectionBroker - Interface in er.extensions.jdbc
ERXJDBCAdaptor.Context - Class in er.extensions.jdbc
Context subclass that uses connection pooling.
ERXJDBCColumn - Class in com.webobjects.jdbcadaptor
Adds numerical constant support to EOF.
ERXJDBCColumn(EOAttribute, JDBCChannel, int, ResultSet) - Constructor for class com.webobjects.jdbcadaptor.ERXJDBCColumn
ERXJDBCColumn(ERXJDBCAdaptor.Channel) - Constructor for class com.webobjects.jdbcadaptor.ERXJDBCColumn
ERXJDBCConnectionAnalyzer - Class in er.extensions.jdbc
Attempts to verify that a JDBC connection can be made and prints out diagnostic suggestions and information if it
cannot.
ERXJDBCConnectionAnalyzer(NSDictionary) - Constructor for class er.extensions.jdbc.ERXJDBCConnectionAnalyzer
Designated constructor.
ERXJDBCConnectionAnalyzer(EOModel) - Constructor for class er.extensions.jdbc.ERXJDBCConnectionAnalyzer
Uses the connection dictionary information in aModel
to attempt to make a JDBC connection.
ERXJDBCConnectionAnalyzer(String) - Constructor for class er.extensions.jdbc.ERXJDBCConnectionAnalyzer
Uses the connection dictionary information in the EOModel named aModelName
aModel to attempt to
make a JDBC connection.
ERXJDBCConnectionBroker - Class in er.extensions.jdbc
Creates and manages a pool of JDBC connections.
ERXJDBCMigrationLock - Class in er.extensions.migration
JDBC implementation of the migration lock.
ERXJDBCMigrationLock() - Constructor for class er.extensions.migration.ERXJDBCMigrationLock
ERXJDBCPlugInUtilities - Class in er.extensions.jdbc
Collection of utility methods useful when writing JDBCPlugIns.
ERXJDBCPlugInUtilities() - Constructor for class er.extensions.jdbc.ERXJDBCPlugInUtilities
ERXJDBCPlugInUtilities.EntityGroupDeleteOrderComparator - Class in er.extensions.jdbc
Comparator to sort EOEntity instances based on an ERXEntityOrder ordering.
ERXJDBCUtilities - Class in er.extensions.jdbc
ERXJDBCUtilities() - Constructor for class er.extensions.jdbc.ERXJDBCUtilities
ERXJDBCUtilities.CopyTask - Class in er.extensions.jdbc
ERXJDBCUtilities.IConnectionDelegate - Interface in er.extensions.jdbc
IConnectionDelegate is like a closure for connection operations.
ERXJDBCUtilities.IResultSetDelegate - Interface in er.extensions.jdbc
IResultSetDelegate is like a closure for ResultSet operations.
ERXJobLoadBalancer - Class in er.extensions.concurrency
ERXJobLoadBalancer() - Constructor for class er.extensions.concurrency.ERXJobLoadBalancer
ERXJobLoadBalancer.JobSet - Class in er.extensions.concurrency
Describes which jobs (index mod modulo) the worker should attempt to process
ERXJobLoadBalancer.WorkerIdentification - Class in er.extensions.concurrency
Identifies a worker to the load balancer
ERXJodaDateTimeFormatter - Class in er.extensions.formatters
ERXJodaDateTimeFormatter(String) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaDateTimeFormatter(String, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaDateTimeFormatter(String, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaDateTimeFormatter(String, Locale, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaDateTimeFormatter(String, BaseChronology, Locale, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaDateTimeFormatter(Locale, String) - Constructor for class er.extensions.formatters.ERXJodaDateTimeFormatter
ERXJodaFormat - Interface in er.extensions.formatters
ERXJodaLocalDateFormatter - Class in er.extensions.formatters
ERXJodaLocalDateFormatter(String) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateFormatter(String, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateFormatter(String, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateFormatter(String, Locale, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateFormatter(String, BaseChronology, Locale, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateFormatter(Locale, String) - Constructor for class er.extensions.formatters.ERXJodaLocalDateFormatter
ERXJodaLocalDateTimeFormatter - Class in er.extensions.formatters
ERXJodaLocalDateTimeFormatter(String) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalDateTimeFormatter(String, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalDateTimeFormatter(String, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalDateTimeFormatter(String, Locale, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalDateTimeFormatter(String, BaseChronology, Locale, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalDateTimeFormatter(Locale, String) - Constructor for class er.extensions.formatters.ERXJodaLocalDateTimeFormatter
ERXJodaLocalTimeFormatter - Class in er.extensions.formatters
ERXJodaLocalTimeFormatter(String) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJodaLocalTimeFormatter(String, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJodaLocalTimeFormatter(String, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJodaLocalTimeFormatter(String, Locale, TimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJodaLocalTimeFormatter(String, BaseChronology, Locale, DateTimeZone) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJodaLocalTimeFormatter(Locale, String) - Constructor for class er.extensions.formatters.ERXJodaLocalTimeFormatter
ERXJSAutoClosePage - Class in er.extensions.components.javascript
When returned will close the current page by calling onload=window.close()
.
ERXJSAutoClosePage(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSAutoClosePage
Public constructor
ERXJSConfirmPanel - Class in er.extensions.components.javascript
Stateless implementation of JSConfirmPanel.
ERXJSConfirmPanel(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSConfirmPanel
ERXJSCookiesConditional - Class in er.extensions.components.javascript
This component will display is content (as in WOComponentContent) if
it detects cookies are disabled.
ERXJSCookiesConditional(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSCookiesConditional
Public constructor
ERXJSFlyOver - Class in er.extensions.components.javascript
ERXJSFlyOver(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSFlyOver
ERXJSFormForTarget - Class in er.extensions.components.javascript
Useful for creating a javascript window for a form submit.
ERXJSFormForTarget(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSFormForTarget
ERXJSInputValidator - Class in er.extensions.components.javascript
Client side part of the JavaScript validation.
ERXJSInputValidator(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSInputValidator
Public constructor
ERXJSInputValidator.Action - Class in er.extensions.components.javascript
ERXJSLifebeat - Class in er.extensions.components.javascript
Keeps a session open by continuously calling a direct action.
ERXJSLifebeat(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSLifebeat
ERXJSLifebeat.Action - Class in er.extensions.components.javascript
ERXJSONRestParser - Class in er.rest.format
ERXJSONRestRequestParser is an implementation of the IERXRestRequestParser interface that supports JSON document
requests.
ERXJSONRestParser() - Constructor for class er.rest.format.ERXJSONRestParser
ERXJSONRestWriter - Class in er.rest.format
ERXJSONRestWriter() - Constructor for class er.rest.format.ERXJSONRestWriter
ERXJSOpenWindowHyperlink - Class in er.extensions.components.javascript
Given an action opens the action in a new window.
ERXJSOpenWindowHyperlink(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSOpenWindowHyperlink
ERXJSOpenWindowSubmitButton - Class in er.extensions.components.javascript
Submit button to open a new window with an action.
ERXJSOpenWindowSubmitButton(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSOpenWindowSubmitButton
ERXJSPopupBlockerConditional - Class in er.extensions.components.javascript
This component will display is content (as in WOComponentContent) if
it detects that popup windows are blocked.
ERXJSPopupBlockerConditional(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSPopupBlockerConditional
Public constructor
ERXJSPopUpRelationPicker - Class in er.extensions.components.javascript
Very, very cool js component.
ERXJSPopUpRelationPicker(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSPopUpRelationPicker
ERXJSPopupSelector - Class in er.extensions.components.javascript
Nice guy for performing actions when a popup item is selected.
ERXJSPopupSelector(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSPopupSelector
ERXJSRemoteCall - Class in er.extensions.components.javascript
JavaScript remote execution.
ERXJSRemoteCall(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSRemoteCall
Public constructor
ERXJSSubmitFunction - Class in er.extensions.components.javascript
ERXJSSubmitFunction generates a javascript method that can submit a particular form and trigger
the call of a component action.
ERXJSSubmitFunction(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.javascript.ERXJSSubmitFunction
ERXJSToManyRelationshipEditor - Class in er.extensions.components.javascript
A fancy to-many relationship editor component.
ERXJSToManyRelationshipEditor(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSToManyRelationshipEditor
ERXJSToManyRelationshipEditor.Keys - Interface in er.extensions.components.javascript
ERXJSTwoLevelEditToOneRelationship - Class in er.extensions.components.javascript
Uses JSPopUpRelationPicker to edit a toOne relationship.
ERXJSTwoLevelEditToOneRelationship(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSTwoLevelEditToOneRelationship
ERXJSValidationErrors - Class in er.extensions.components.javascript
Server side part of the JavaScript validation
ERXJSValidationErrors(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSValidationErrors
Public constructor
ERXJSVariables - Class in er.extensions.components.javascript
Class for Wonder Component ERXJSVariables.
ERXJSVariables(WOContext) - Constructor for class er.extensions.components.javascript.ERXJSVariables
Public constructor
ERXKeepAliveResponse - Class in er.extensions.appserver
Special response that keeps the connection alive and pushes the data to
the client.
ERXKeepAliveResponse() - Constructor for class er.extensions.appserver.ERXKeepAliveResponse
ERXKey<T> - Class in er.extensions.eof
ERXKey provides a rich wrapper around a keypath.
ERXKey(String) - Constructor for class er.extensions.eof.ERXKey
Constructs an ERXKey.
ERXKey(String, ERXKey.Type) - Constructor for class er.extensions.eof.ERXKey
Constructs an ERXKey, specifying what
ERXKey.Type
it is.
ERXKey(String, String) - Constructor for class er.extensions.eof.ERXKey
Constructs a localized ERXKey.
ERXKey(String, String, ERXKey.Type) - Constructor for class er.extensions.eof.ERXKey
Constructs a localized ERXKey, specifying what
ERXKey.Type
it is.
ERXKey.Type - Enum in er.extensions.eof
Enums to describe the type of key this represents.
ERXKey.ValueCoding - Interface in er.extensions.eof
ERXKeyComparisonQualifier - Class in er.extensions.qualifiers
ERXKeyComparisonQualifier is a chainable extension of
EOKeyComparisonQualifier.
ERXKeyComparisonQualifier(String, NSSelector, String) - Constructor for class er.extensions.qualifiers.ERXKeyComparisonQualifier
ERXKeyFilter - Class in er.extensions.eof
ERXKeyFilter provides a way to specify hierarchical rules for
including and excluding ERXKeys.
ERXKeyFilter(ERXKeyFilter.Base) - Constructor for class er.extensions.eof.ERXKeyFilter
Creates a new ERXKeyFilter.
ERXKeyFilter(ERXKeyFilter.Base, ERXKeyFilter.Base) - Constructor for class er.extensions.eof.ERXKeyFilter
Creates a new ERXKeyFilter.
ERXKeyFilter.Base - Enum in er.extensions.eof
ERXKeyFilter.Base defines the base rule that is applied
to a filter.
ERXKeyFilter.Delegate - Interface in er.extensions.eof
ERXKeyFilter.Delegate defines an interface for receiving notifications when your
filter is applied to an object graph.
ERXKeyGlobalID - Class in er.extensions.eof
Serializable Global ID class.
ERXKeyGlobalID(String, Object[]) - Constructor for class er.extensions.eof.ERXKeyGlobalID
ERXKeyStoreBlowfishCrypter - Class in er.extensions.crypting
ERXKeyStoreBlowfishCrypter is a blowfish implementation of the crypter
interface that loads its secret key from a java keystore.
ERXKeyStoreBlowfishCrypter() - Constructor for class er.extensions.crypting.ERXKeyStoreBlowfishCrypter
ERXKeyValueBinding - Class in er.extensions.eof
This class models an SQL binding based on a model keypath/value pair.
ERXKeyValueBinding(String, Object) - Constructor for class er.extensions.eof.ERXKeyValueBinding
Obtains new binding wrapper for passed in EOF key and value
ERXKeyValueCodingUtilities - Class in er.extensions.foundation
Utilities for use with key value coding.
ERXKeyValueCodingUtilities() - Constructor for class er.extensions.foundation.ERXKeyValueCodingUtilities
ERXKeyValueConditional - Class in er.extensions.components.conditionals
ERXKeyValueConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXKeyValueConditional
ERXKeyValuePair<K,V> - Class in er.extensions.foundation
Very simple class used for hold key-value
pairs.
ERXKeyValuePair(K, V) - Constructor for class er.extensions.foundation.ERXKeyValuePair
Public constructor
ERXKeyValueQualifier - Class in er.extensions.qualifiers
ERXKeyValueQualifier is a chainable extension of EOKeyValueQualifier.
ERXKeyValueQualifier(String, NSSelector, Object) - Constructor for class er.extensions.qualifiers.ERXKeyValueQualifier
ERXKeyValueSetter - Class in er.extensions.components
Sets a keypath to a value.
ERXKeyValueSetter(String, NSDictionary<String, WOAssociation>, NSMutableArray<WOElement>) - Constructor for class er.extensions.components.ERXKeyValueSetter
ERXLanguageMenu - Class in er.extensions.components
A simple popup menu for language selection.
ERXLanguageMenu(WOContext) - Constructor for class er.extensions.components.ERXLanguageMenu
ERXLayoutTable - Class in er.extensions.components
Table that can handle cell with row and colspans.
ERXLayoutTable(WOContext) - Constructor for class er.extensions.components.ERXLayoutTable
ERXLazyValue<T> - Class in er.extensions.foundation
ERXLazyValue provides a way to model lazy-loaded values that invalidate with
different methods.
ERXLazyValue(ERXLazyValue.Source<T>) - Constructor for class er.extensions.foundation.ERXLazyValue
Constructs a new ERXLazyValue with a data source and a NeverInvalidator,
which behaves like a "once" lazy value.
ERXLazyValue(Object, String) - Constructor for class er.extensions.foundation.ERXLazyValue
Constructs a new ERXLazyValue with a shortcut for a KVCSource and a
NeverInvalidator, which behaves like a "once" lazy value.
ERXLazyValue(Object, String, ERXLazyValue.Invalidator) - Constructor for class er.extensions.foundation.ERXLazyValue
Constructs a new ERXLazyValue with a shortcut for a KVCSource and an
invalidator.
ERXLazyValue(ERXLazyValue.Source<T>, ERXLazyValue.Invalidator) - Constructor for class er.extensions.foundation.ERXLazyValue
Constructs a new ERXLazyValue with a data source and an invalidator.
ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator - Class in er.extensions.foundation
AjaxPageUserInfoCacheKeyInvalidator triggers a cache invalidation when
the value of the specified key changes in the ERXResponseRewriter's
ajaxPageUserInfo.
ERXLazyValue.AlwaysInvalidator - Class in er.extensions.foundation
Returns true from shouldInvalidate, causing the cache to always refresh.
ERXLazyValue.CacheKeyInvalidator - Class in er.extensions.foundation
The base class for any invalidator that is triggered by the change in a
cache key.
ERXLazyValue.ConstantSource<T> - Class in er.extensions.foundation
ConstantSource provides a Source implementation on top of a fixed value.
ERXLazyValue.Invalidator - Interface in er.extensions.foundation
Invalidator provides an mechanism for selectively invalidating the cached
lazy value.
ERXLazyValue.KVCSource<T> - Class in er.extensions.foundation
KVCSource provides a wrapper around a KVC binding, which is very useful
in components.
ERXLazyValue.MutableCacheKeyInvalidator - Class in er.extensions.foundation
The base class for any invalidator that is triggered by the change in a
cache key with support for changing the value.
ERXLazyValue.NeverInvalidator - Class in er.extensions.foundation
Returns false from shouldInvalidate, causing the cache to never refresh.
ERXLazyValue.PageUserInfoCacheKeyInvalidator - Class in er.extensions.foundation
PageUserInfoCacheKeyInvalidator triggers a cache invalidation when the
value of the specified key changes in the ERXResponseRewriter's
pageUserInfo.
ERXLazyValue.Source<T> - Interface in er.extensions.foundation
A source provides the undelying value (which is usually uncached) to a
lazy value.
ERXLazyValue.ThreadStorageCacheKeyInvalidator - Class in er.extensions.foundation
ThreadStorageCacheKeyInvalidator triggers a cache invalidation when the
value of the specified key changes in the ERXThreadStorage.
ERXLazyValue.TimedInvalidator - Class in er.extensions.foundation
TimedInvalidator specifies that the cached value should be invalidated
after a specified duration.
ERXLinkButton - Class in er.extensions.components
This dynamic element produces markup like
<a><button>...</button></a>.
ERXLinkButton(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.ERXLinkButton
ERXLinkButton5 - Class in er.extensions.components
With the introduction of HTML5's block level anchor tag, there is
no longer any need to nest a button tag inside an anchor in order
to display block content.
ERXLinkButton5(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.ERXLinkButton5
ERXLinkRandomizer - Class in er.extensions.components
This simple stateless component adds a javascript function
'RandomizeLink' that will either add a dummy=0 or
change the previous value of a dummy=<some number>
parameter of a hyperlink.
ERXLinkRandomizer(WOContext) - Constructor for class er.extensions.components.ERXLinkRandomizer
Public constructor
ERXLinlyn - Class in er.extensions.foundation
Can upload and download files from ftp servers
ERXLinlyn(String, String, String) - Constructor for class er.extensions.foundation.ERXLinlyn
ERXLinlyn(String, int, String, String) - Constructor for class er.extensions.foundation.ERXLinlyn
ERXListContainsItemConditional - Class in er.extensions.components.conditionals
Conditional component that tests if a given item is contained in an
List
.
ERXListContainsItemConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXListContainsItemConditional
ERXListDisplay - Class in er.extensions.components
Useful for displaying a list of objects.
ERXListDisplay(WOContext) - Constructor for class er.extensions.components.ERXListDisplay
ERXListDisplayGroup<T> - Class in er.extensions.appserver
A WODisplayGroup that takes Lists instead of NSArrays and supports the
IBatchingList interface.
ERXListDisplayGroup() - Constructor for class er.extensions.appserver.ERXListDisplayGroup
ERXLocalDateFormatter - Class in er.extensions.formatters
Formatter class to format and parse
LocalDate
objects.
ERXLocalDateFormatter(DateTimeFormatter) - Constructor for class er.extensions.formatters.ERXLocalDateFormatter
Basic constructor.
ERXLocalDateFormatter(DateTimeFormatter, String) - Constructor for class er.extensions.formatters.ERXLocalDateFormatter
Constructor that takes an additional string pattern.
ERXLocalDateTimeFormatter - Class in er.extensions.formatters
ERXLocalDateTimeFormatter(DateTimeFormatter) - Constructor for class er.extensions.formatters.ERXLocalDateTimeFormatter
Basic constructor.
ERXLocalDateTimeFormatter(DateTimeFormatter, String) - Constructor for class er.extensions.formatters.ERXLocalDateTimeFormatter
Constructor that takes an additional string pattern.
ERXLocalizationEditor - Class in er.extensions.components
Editor page for the localized files that are supplied in your settings.
ERXLocalizationEditor(WOContext) - Constructor for class er.extensions.components.ERXLocalizationEditor
ERXLocalizedString - Class in er.extensions.localization
Examples:
value = "Localize me" -> the localized value of "Localize me"
keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component
object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful)
object = bug, keyPath = "state" -> localized version of the bugs state
templateString = "You have @assignedBugs.count@ Bug(s) assigned to you", object = session.user
-> localized template is evaluated
Bindings:
ERXLocalizedString(WOContext) - Constructor for class er.extensions.localization.ERXLocalizedString
ERXLocalizer - Class in er.extensions.localization
Provides KVC access to localization.
ERXLocalizer(String) - Constructor for class er.extensions.localization.ERXLocalizer
ERXLocalizer.Observer - Class in er.extensions.localization
ERXLocalizerAssociation - Class in er.extensions.localization
Localizes the value it is bound to.
ERXLocalizerAssociation(Object, boolean) - Constructor for class er.extensions.localization.ERXLocalizerAssociation
ERXLocalTimeFormatter - Class in er.extensions.formatters
Formatter class to format and parse
LocalTime
objects.
ERXLocalTimeFormatter(DateTimeFormatter) - Constructor for class er.extensions.formatters.ERXLocalTimeFormatter
Basic constructor.
ERXLocalTimeFormatter(DateTimeFormatter, String) - Constructor for class er.extensions.formatters.ERXLocalTimeFormatter
Constructor that takes an additional string pattern.
ERXLog4JConfiguration - Class in er.extensions.logging
Configures and manages the log4j logging system.
ERXLog4JConfiguration(WOContext) - Constructor for class er.extensions.logging.ERXLog4JConfiguration
ERXLog4JConfiguration.LoggerLevel - Enum in er.extensions.logging
A representation of the various Logger levels.
ERXLog4JConfiguration.PageSection - Enum in er.extensions.logging
A representation of the available page sections/views.
ERXLogger - Class in er.extensions.logging
Custom subclass of Logger.
ERXLogger(String) - Constructor for class er.extensions.logging.ERXLogger
Default constructor.
ERXLogger.Factory - Class in er.extensions.logging
LoggerFactory subclass that creates ERXLogger objects instead of the
default Logger classes.
ERXLongPrimaryKeyFactory - Class in er.extensions.eof
Automatically generates Long primary keys for entities.
ERXLongPrimaryKeyFactory() - Constructor for class er.extensions.eof.ERXLongPrimaryKeyFactory
ERXLongResponse - Class in er.extensions.concurrency
ERXLongResponse is like WOLongResponsePage from JavaWOExtensions, but
it can be used as a component and doesn't need to be subclassed.
ERXLongResponse(WOContext) - Constructor for class er.extensions.concurrency.ERXLongResponse
ERXLongResponseTask - Interface in er.extensions.concurrency
Long response task interface and default implementation should take away the need to tie your
long running task directly to a component like with WOLongReponsePage.
ERXLongResponseTask.DefaultImplementation - Class in er.extensions.concurrency
ERXLongResponseTask.WorkerThread - Class in er.extensions.concurrency
Special worker thread that holds the reference to the task so we can
get a list of them.
ERXLoremIpsum - Class in er.extensions.components
ERXLoremIpsum provides a component wrapper around the ERXLoremIpsumGenerator.
ERXLoremIpsum(String, NSDictionary<String, WOAssociation>, WOElement) - Constructor for class er.extensions.components.ERXLoremIpsum
ERXLoremIpsumGenerator - Class in er.extensions.components
Provides a generator for Lorem Ipsum text.
ERXLoremIpsumGenerator() - Constructor for class er.extensions.components.ERXLoremIpsumGenerator
ERXMacBinarySwissArmyKnife - Class in er.extensions.components
Useful for extracting files from binhexed files, ie when a Mac user uploads a file.
ERXMacBinarySwissArmyKnife() - Constructor for class er.extensions.components.ERXMacBinarySwissArmyKnife
ERXMacBinarySwissArmyKnife(NSData) - Constructor for class er.extensions.components.ERXMacBinarySwissArmyKnife
ERXMailAppender - Class in er.extensions.logging
Basic log4j Mail Message Appender.
Used for logging log events that will eventually be emailed
out.
ERXMailAppender() - Constructor for class er.extensions.logging.ERXMailAppender
Public constructor.
ERXMailTo - Class in er.extensions.components
Component that generates a mailto href of the form: "<a href=mailto:foo@bar.com>foo@bar.com</a>".
ERXMailTo(WOContext) - Constructor for class er.extensions.components.ERXMailTo
Default constructor
ERXMainRunner - Class in er.extensions.appserver
ERXMainRunner makes it a little easier to run a main method
that requires a full application context.
ERXMainRunner() - Constructor for class er.extensions.appserver.ERXMainRunner
ERXMandatoryFieldMarker - Class in er.extensions.components
Displays a mandatory field marker.
ERXMandatoryFieldMarker(WOContext) - Constructor for class er.extensions.components.ERXMandatoryFieldMarker
ERXMappingObjectStream - Class in er.extensions.foundation
Fixes errors in serialized streams so they can still handle the classes before the packaging changes in 5.0.
ERXMappingObjectStream(InputStream) - Constructor for class er.extensions.foundation.ERXMappingObjectStream
ERXMemoryMigrationLock - Class in er.extensions.migration
This stub exists to make memory migrations work.
ERXMemoryMigrationLock() - Constructor for class er.extensions.migration.ERXMemoryMigrationLock
ERXMessageEncoding - Class in er.extensions.appserver
ERXMessageEncoding(String) - Constructor for class er.extensions.appserver.ERXMessageEncoding
ERXMessageEncoding(NSArray) - Constructor for class er.extensions.appserver.ERXMessageEncoding
ERXMigration - Class in er.extensions.migration
Convenience superclass for Migration classes.
ERXMigration(boolean) - Constructor for class er.extensions.migration.ERXMigration
Override the global application preference on per-database migrations.
ERXMigration() - Constructor for class er.extensions.migration.ERXMigration
ERXMigrationAction(EOEditingContext, IERXMigration, ERXModelVersion, IERXMigrationLock, String, Map<IERXPostMigration, ERXModelVersion>) - Constructor for class er.extensions.migration.ERXMigrator.ERXMigrationAction
ERXMigrationColumn - Class in er.extensions.migration
ERXMigrationColumn is conceptually equivalent to an EOAttribute in the
ERXMigrationXxx model.
ERXMigrationColumn(ERXMigrationTable, String, int, int, int, int, boolean, String, Object) - Constructor for class er.extensions.migration.ERXMigrationColumn
Constructs a new ERXMigrationColumn.
ERXMigrationColumn._ColumnType - Class in er.extensions.migration
Implements EOSchemaSynchronization.ColumnTypes
ERXMigrationDatabase - Class in er.extensions.migration
ERXMigrationDatabase, ERXMigrationTable, and ERXMigrationColumn exist to make
navigating the wonderous API of EOSynchronizationFactory not totally suck.
ERXMigrationDatabase.Migration - Class in er.extensions.migration
A convenience implementation of IERXMigration that passes in an
ERXMigrationDatabase instead of channel + model.
ERXMigrationFailedException - Exception in er.extensions.migration
Thrown when something during a migration process fails.
ERXMigrationFailedException(String) - Constructor for exception er.extensions.migration.ERXMigrationFailedException
ERXMigrationFailedException(String, Throwable) - Constructor for exception er.extensions.migration.ERXMigrationFailedException
ERXMigrationForeignKey - Class in er.extensions.migration
ERXMigrationForeignKey(ERXMigrationColumn[], ERXMigrationColumn[]) - Constructor for class er.extensions.migration.ERXMigrationForeignKey
ERXMigrationIndex - Class in er.extensions.migration
ERXMigrationIndex provides a wrapper around the
definition of an index for migrations.
ERXMigrationIndex(String, boolean, ERXSQLHelper.ColumnIndex...) - Constructor for class er.extensions.migration.ERXMigrationIndex
Creates a new index reference.
ERXMigrationTable - Class in er.extensions.migration
ERXMigrationTable provides table-level migration API's.
ERXMigrationTable(ERXMigrationDatabase, String) - Constructor for class er.extensions.migration.ERXMigrationTable
Constructs an ERXMigrationTable.
ERXMigrator - Class in er.extensions.migration
ERXMigrator provides a simple mechanism for performing database migrations
(both upgrading and downgrading).
ERXMigrator(String) - Constructor for class er.extensions.migration.ERXMigrator
Constructs an ERXMigrator with the given lock owner.
ERXMigrator.ERXMigrationAction - Class in er.extensions.migration
ERXMissingRouteController - Class in er.rest.routes
ERXMissingRouteController is the controller that is used when no route can be found.
ERXMissingRouteController(WORequest) - Constructor for class er.rest.routes.ERXMissingRouteController
Constructs a new ERXMissingRouteController.
ERXML - Class in er.xiss
XML is the container class for all of the XISS XML builder classes and methods.
ERXML() - Constructor for class er.xiss.ERXML
ERXML.Attr - Class in er.xiss
Attr represents a key-value pair attribute of an element.
ERXML.CDATA - Class in er.xiss
CDATA represents a CDATA section of your document.
ERXML.Comment - Class in er.xiss
Comment represents a Comment section of the document.
ERXML.Content - Class in er.xiss
Content is the abstract superclass of all Nodes that have text content.
ERXML.Declaration - Class in er.xiss
Declaration represents an XML declaration (the <? ...
ERXML.Doc - Class in er.xiss
Doc represents the top level XML Document object, and is typically the first object you will make when building.
ERXML.E - Class in er.xiss
E represents an element of the XML document, which can
have attributes and children nodes.
ERXML.Item - Class in er.xiss
Item is the base class of everything that can appear in an XML document.
ERXML.Node - Class in er.xiss
Node is the abstract superclass of all Node items in a Document.
ERXML.Text - Class in er.xiss
Text represents a bare text node.
ERXML.Visitor - Interface in er.xiss
Visitor is an interface that can be passed to the visit
method of any XML.Item to walk the DOM.
ERXModel - Class in com.webobjects.eoaccess
This EOModel subclass primarily provides the opportunity to subclass EOEntity.
ERXModel() - Constructor for class com.webobjects.eoaccess.ERXModel
Creates and returns a new ERXModel.
ERXModel(URL) - Constructor for class com.webobjects.eoaccess.ERXModel
Creates a new EOModel object by reading the contents of the model archive
at url.
ERXModel(NSDictionary, String) - Constructor for class com.webobjects.eoaccess.ERXModel
ERXModel(NSDictionary, URL) - Constructor for class com.webobjects.eoaccess.ERXModel
ERXModelDoc - Class in er.extensions.components
ERXModelDoc provides a common renderer for Entity Modeler's
Entity, Attribute, and Relationship userInfo._EntityModeler.documentation.
ERXModelDoc(WOContext) - Constructor for class er.extensions.components.ERXModelDoc
ERXModelGroup - Class in er.extensions.eof
Enhanced model group that supports connection dict switching, definable and predictable model orderings and stackable prototypes.
ERXModelGroup() - Constructor for class er.extensions.eof.ERXModelGroup
Default public constructor
ERXModelGroup.LocalizedAttributeProcessor - Class in er.extensions.eof
Processes ERXLanguages attributes.
ERXModelGroup.Model - Class in er.extensions.eof
Extends models by model-specific prototypes.
ERXModelVersion - Class in er.extensions.migration
ERX* ModelVersion represents a particular version of an EOModel.
ERXModelVersion(EOModel, int) - Constructor for class er.extensions.migration.ERXModelVersion
ERXModelVersion(String, int) - Constructor for class er.extensions.migration.ERXModelVersion
ERXModernizr - Class in er.extensions.components
ERXModernizr uses the Modernizr library to detect what javascript
capabilities a client browser has and then posts those values back
to the server to store them on the session.
ERXModernizr(WOContext) - Constructor for class er.extensions.components.ERXModernizr
ERXModernNavigationMenu - Class in er.extensions.appserver.navigation
This is an updated ERXNavigationMenu component that should simplify common usage.
ERXModernNavigationMenu(WOContext) - Constructor for class er.extensions.appserver.navigation.ERXModernNavigationMenu
ERXModernNavigationMenuItem - Class in er.extensions.appserver.navigation
This is a menu item component that represents a single item in the tree of navigation menu items.
ERXModernNavigationMenuItem(WOContext) - Constructor for class er.extensions.appserver.navigation.ERXModernNavigationMenuItem
ERXModuloQualifier - Class in er.extensions.eof
The ERXModuloQualifier is useful for creating qualifiers that
will generate SQL using the 'mod' key word.
For example constructing this qualifer:
ERXModuloQualifier q = new ERXModuloQualifier("userId", 3, 5);
Then this qualifier would generate SQL of the form:
...
ERXModuloQualifier(String, int, int) - Constructor for class er.extensions.eof.ERXModuloQualifier
ERXModuloQualifier.ModuloQualifierSQLGenerationSupport - Class in er.extensions.eof
Adds SQL generation support.
ERXMoney - Class in er.extensions.foundation
ERXMoney() - Constructor for class er.extensions.foundation.ERXMoney
ERXMoney(ERXMoney) - Constructor for class er.extensions.foundation.ERXMoney
ERXMoney(BigDecimal, ERXMoneyEnums) - Constructor for class er.extensions.foundation.ERXMoney
ERXMoney(double, ERXMoneyEnums) - Constructor for class er.extensions.foundation.ERXMoney
ERXMoneyEnums - Enum in er.extensions.enums
http://en.wikipedia.org/wiki/ISO_4217
er.extensions.enums.ERXMoneyEnums
ERXMonthView - Class in er.extensions.components
Class for Wonder Component ERXMonthView.
ERXMonthView(WOContext) - Constructor for class er.extensions.components.ERXMonthView
Public constructor
ERXMulticastingDelegate - Class in er.extensions.foundation
By design, WebObjects' classes that accept a delegate only accept a single object.
ERXMulticastingDelegate() - Constructor for class er.extensions.foundation.ERXMulticastingDelegate
ERXMultiKey - Class in er.extensions.foundation
Simple class to use multiple objects as
a single key for a dictionary or HashMap.
ERXMultiKey() - Constructor for class er.extensions.foundation.ERXMultiKey
Constructs a multi-key.
ERXMultiKey(Object[]) - Constructor for class er.extensions.foundation.ERXMultiKey
Constructs a multi-key for a given
object array.
ERXMultiKey(NSArray<Object>) - Constructor for class er.extensions.foundation.ERXMultiKey
Constructs a multi-key for a given
array.
ERXMultiKey(Vector<Object>) - Constructor for class er.extensions.foundation.ERXMultiKey
Constructs a multi-key for a given
vector.
ERXMultiKey(Object, Object...) - Constructor for class er.extensions.foundation.ERXMultiKey
Constructs a multi-key for a given
list of keys.
ERXMultiplyingNumberFormatter - Class in er.extensions.formatters
ERXMultiplyingNumberFormatter() - Constructor for class er.extensions.formatters.ERXMultiplyingNumberFormatter
ERXMultiplyingNumberFormatter(String) - Constructor for class er.extensions.formatters.ERXMultiplyingNumberFormatter
ERXMutableArray<E> - Class in er.extensions.foundation
Custom subclass of NSMutableArray.
ERXMutableArray() - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(Collection<? extends E>) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(NSArray<? extends E>) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(int) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(E) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(E[]) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(E[], NSRange) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray(Vector<? extends E>, NSRange, boolean) - Constructor for class er.extensions.foundation.ERXMutableArray
ERXMutableArray.ThreadSafeArray<V> - Class in er.extensions.foundation
Simple thread safe wrapper.
ERXMutableDictionary<K,V> - Class in er.extensions.foundation
Adds
Map
functionality to NSMutableDictionary and has
helpers to en- and decode from database field.
ERXMutableDictionary(NSDictionary<? extends K, ? extends V>) - Constructor for class er.extensions.foundation.ERXMutableDictionary
ERXMutableDictionary() - Constructor for class er.extensions.foundation.ERXMutableDictionary
ERXMutableDictionary.ThreadSafeDictionary<K,V> - Class in er.extensions.foundation
Simple thread safe wrapper.
ERXMutableInteger - Class in er.extensions.foundation
ERXMutableInteger
is like
Integer
but mutable, to avoid the excess object creation involved in
i = new Integer(i.getInt() + 1)
which can get expensive if done a lot.
ERXMutableInteger(int) - Constructor for class er.extensions.foundation.ERXMutableInteger
Constructs a newly allocated ERXMutableInteger
object
that represents the primitive int argument.
ERXMutableURL - Class in er.extensions.foundation
ERXMutableURL provides a mutable model of a URL, including support for
storing relative "URLs" in addition to the traditional absolute URL provided
by the core Java URL object.
ERXMutableURL() - Constructor for class er.extensions.foundation.ERXMutableURL
Constructs a blank ERXMutableURL.
ERXMutableURL(URL) - Constructor for class er.extensions.foundation.ERXMutableURL
Constructs an ERXMutableURL with all of the properties of the given URL.
ERXMutableURL(String) - Constructor for class er.extensions.foundation.ERXMutableURL
Constructs an ERXMutableURL with all of the properties of the given
external form of a URL.
ERXMutableUserInfoHolderInterface - Interface in er.extensions.foundation
Interface to implement generic mutable containers
ERXNavigation - Class in er.extensions.appserver.navigation
Not very generic right now, but will be in the future.
ERXNavigation() - Constructor for class er.extensions.appserver.navigation.ERXNavigation
ERXNavigationComponent - Class in er.extensions.appserver.navigation
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
ERXNavigationComponent(WOContext) - Constructor for class er.extensions.appserver.navigation.ERXNavigationComponent
ERXNavigationItem - Class in er.extensions.appserver.navigation
A "backing store" for the properties of a single navigation item in the tree
of navigation items.
ERXNavigationItem(NSDictionary) - Constructor for class er.extensions.appserver.navigation.ERXNavigationItem
ERXNavigationManager - Class in er.extensions.appserver.navigation
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
ERXNavigationManager() - Constructor for class er.extensions.appserver.navigation.ERXNavigationManager
ERXNavigationMenu - Class in er.extensions.appserver.navigation
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.i
ERXNavigationMenu(WOContext) - Constructor for class er.extensions.appserver.navigation.ERXNavigationMenu
ERXNavigationMenuItem - Class in er.extensions.appserver.navigation
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
ERXNavigationMenuItem(WOContext) - Constructor for class er.extensions.appserver.navigation.ERXNavigationMenuItem
ERXNavigationState - Class in er.extensions.appserver.navigation
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
ERXNavigationState() - Constructor for class er.extensions.appserver.navigation.ERXNavigationState
ERXNegateAssociation - Class in er.extensions.appserver
Negates the value it is bound to.
ERXNegateAssociation(Object, boolean) - Constructor for class er.extensions.appserver.ERXNegateAssociation
ERXNestedList - Class in er.extensions.components
Nested list component, copied over from WXNestedList, better html output.
ERXNestedList(WOContext) - Constructor for class er.extensions.components.ERXNestedList
ERXNextPageForResultWOAction - Class in er.extensions.appserver
A useful general purpose nextPage delegate that can be configured and passed into a CCAjaxLongResponsePage
for handling a result
and returning the nextPage.
ERXNextPageForResultWOAction() - Constructor for class er.extensions.appserver.ERXNextPageForResultWOAction
ERXNextPageForResultWOAction(WOComponent) - Constructor for class er.extensions.appserver.ERXNextPageForResultWOAction
ERXNextPageForResultWOAction(WOComponent, String) - Constructor for class er.extensions.appserver.ERXNextPageForResultWOAction
ERXNonNullConditional - Class in er.extensions.components.conditionals
Conditional component that tests if a given object
is null.
ERXNonNullConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXNonNullConditional
ERXNonNullObjectInterface - Interface in er.extensions.eof
This interface exists for the singular purpose of providing a way to test
the nullness of an object in D2W rules without caching the EOs in the rule
system's cache.
ERXNonPluralFormLocalizer - Class in er.extensions.localization
ERXNonPluralFormLocalizer(String) - Constructor for class er.extensions.localization.ERXNonPluralFormLocalizer
ERXNonSynchronizingComponent - Class in er.extensions.components
Abstract non-synchronizing component used as the super class for a number of
components within the ER frameworks.
ERXNonSynchronizingComponent(WOContext) - Constructor for class er.extensions.components.ERXNonSynchronizingComponent
ERXNonZeroConditional - Class in er.extensions.components.conditionals
Conditional component that tests if a given Number
object is non-zero.
ERXNonZeroConditional(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.conditionals.ERXNonZeroConditional
ERXNoOpRestDelegate - Class in er.rest
ERXNoOpRestDelegate() - Constructor for class er.rest.ERXNoOpRestDelegate
ERXNormalRequestDescription - Class in er.extensions.statistics.store
ERXNormalRequestDescription(String, String, String) - Constructor for class er.extensions.statistics.store.ERXNormalRequestDescription
ERXNotAllowedException - Exception in er.rest
Use this exception when you want to return a HTTP code 405 (Not Allowed)
ERXNotAllowedException() - Constructor for exception er.rest.ERXNotAllowedException
ERXNotAllowedException(String) - Constructor for exception er.rest.ERXNotAllowedException
ERXNotAllowedException(Throwable) - Constructor for exception er.rest.ERXNotAllowedException
ERXNotAllowedException(String, Throwable) - Constructor for exception er.rest.ERXNotAllowedException
ERXNotQualifier - Class in er.extensions.qualifiers
ERXNotQualifier is a chainable extension of EONotQualifier.
ERXNotQualifier(EOQualifier) - Constructor for class er.extensions.qualifiers.ERXNotQualifier
ERXNSLogLog4jBridge - Class in er.extensions.logging
ERXNSLogLog4jBridge(int) - Constructor for class er.extensions.logging.ERXNSLogLog4jBridge
ERXNSPrintWriterLogger - Class in er.extensions.logging
ERXNSPrintWriterLogger() - Constructor for class er.extensions.logging.ERXNSPrintWriterLogger
ERXNSPrintWriterLogger(PrintWriter) - Constructor for class er.extensions.logging.ERXNSPrintWriterLogger
ERXNSPrintWriterLogger(PrintStream) - Constructor for class er.extensions.logging.ERXNSPrintWriterLogger
ERXNSPrintWriterLogger(String) - Constructor for class er.extensions.logging.ERXNSPrintWriterLogger
ERXNSTimestampFormatter - Class in er.extensions.formatters
A simple format object for NSTimestamps.
ERXNSTimestampFormatter() - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNSTimestampFormatter(String) - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNSTimestampFormatter(String, Locale) - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNSTimestampFormatter(String, DateFormatSymbols) - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNSTimestampFormatter(String, TimeZone) - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNSTimestampFormatter(String, Locale, TimeZone) - Constructor for class er.extensions.formatters.ERXNSTimestampFormatter
ERXNumberFormatter - Class in er.extensions.formatters
An extension to the number formatter.
ERXNumberFormatter(String) - Constructor for class er.extensions.formatters.ERXNumberFormatter
Public constructor
ERXNumberFormatter() - Constructor for class er.extensions.formatters.ERXNumberFormatter
ERXObjectBinding - Class in er.extensions.eof
This class models an SQL binding based on a Java object.
ERXObjectBinding(Object) - Constructor for class er.extensions.eof.ERXObjectBinding
Creates a new object binding wrapper for the given object.
ERXObjectStoreCoordinator - Class in er.extensions.eof
Adds functionality to automatically close all related JDBC Connections.
ERXObjectStoreCoordinator() - Constructor for class er.extensions.eof.ERXObjectStoreCoordinator
ERXObjectStoreCoordinator(boolean) - Constructor for class er.extensions.eof.ERXObjectStoreCoordinator
ERXObjectStoreCoordinator.DumpLocksSignalHandler - Class in er.extensions.eof
ERXObjectStoreCoordinatorPool - Class in er.extensions.eof
This class implements EOF stack pooling including EOF stack synchronizing.
ERXObjectStoreCoordinatorPool(int) - Constructor for class er.extensions.eof.ERXObjectStoreCoordinatorPool
Creates a new ERXObjectStoreCoordinatorPool.
ERXObjectStoreCoordinatorPool.MultiOSCFactory - Class in er.extensions.eof
This class uses different EOF stack when creating new EOEditingContexts.
ERXObjectStoreCoordinatorSynchronizer - Class in er.extensions.eof
Synchronizes different EOF stacks inside an instance.
ERXObjectStoreCoordinatorSynchronizer.Change - Class in er.extensions.eof
ERXObjectStoreCoordinatorSynchronizer.IChangeListener - Interface in er.extensions.eof
ERXObjectStoreCoordinatorSynchronizer.LocalChange - Class in er.extensions.eof
Holds a change notification (one transaction).
ERXObjectStoreCoordinatorSynchronizer.RemoteChange - Class in er.extensions.eof
ERXObjectStoreCoordinatorSynchronizer.SynchronizerSettings - Class in er.extensions.eof
ERXOncePerRequestConditional - Class in er.extensions.components.conditionals
Will render its embedded content only once during the RR loop.
ERXOncePerRequestConditional(WOContext) - Constructor for class er.extensions.components.conditionals.ERXOncePerRequestConditional
Public constructor
ERXOptGroupBrowser - Class in com.webobjects.appserver._private
Quick hack at extending WOBrowser to use HTML 4 optgroups.
ERXOptGroupBrowser(String, NSDictionary, WOElement) - Constructor for class com.webobjects.appserver._private.ERXOptGroupBrowser
ERXOptGroupPopupButton - Class in com.webobjects.appserver._private
Quick hack at extending WOPopUpButton to use HTML 4 optgroups.
ERXOptGroupPopupButton(String, NSDictionary, WOElement) - Constructor for class com.webobjects.appserver._private.ERXOptGroupPopupButton
ERXOptionalForm - Class in er.extensions.components
Simple wrapper around a WOForm with a binding (showForm) to determine if the form should
be hidden or not.
ERXOptionalForm(WOContext) - Constructor for class er.extensions.components.ERXOptionalForm
Public constructor
ERXOrdinalDateFormatter - Class in er.extensions.formatters
Date formatter that supports days with ordinal values like 1st, 2nd, 3rd.
ERXOrdinalDateFormatter() - Constructor for class er.extensions.formatters.ERXOrdinalDateFormatter
ERXOrdinalDateFormatter(String) - Constructor for class er.extensions.formatters.ERXOrdinalDateFormatter
ERXOrdinalDateFormatter(String, DateFormatSymbols) - Constructor for class er.extensions.formatters.ERXOrdinalDateFormatter
ERXOrdinalFormatter - Class in er.extensions.formatters
Formats numbers into 1st, 2nd, 3rd.
ERXOrdinalFormatter() - Constructor for class er.extensions.formatters.ERXOrdinalFormatter
ERXOrQualifier - Class in er.extensions.qualifiers
ERXOrQualifier is a chainable extension of EOOrQualifier.
ERXOrQualifier(NSArray<? extends EOQualifier>) - Constructor for class er.extensions.qualifiers.ERXOrQualifier
ERXOrQualifier(EOQualifier...) - Constructor for class er.extensions.qualifiers.ERXOrQualifier
ERXPageTracker - Class in er.extensions.statistics
Integration into Google analytics.
ERXPageTracker(WOContext) - Constructor for class er.extensions.statistics.ERXPageTracker
ERXPartial<T extends ERXGenericRecord> - Class in er.extensions.partials
For overview information on partials, read the package.html
in
er.extensions.partials
.
ERXPartial() - Constructor for class er.extensions.partials.ERXPartial
ERXPartialGenericRecord - Class in er.extensions.partials
For overview information on partials, read the package.html
in
er.extensions.partials
.
ERXPartialGenericRecord() - Constructor for class er.extensions.partials.ERXPartialGenericRecord
ERXPartialInitializer - Class in er.extensions.partials
For overview information on partials, read the package.html
in
er.extensions.partials
.
ERXPartialInitializer() - Constructor for class er.extensions.partials.ERXPartialInitializer
ERXPartialMarker - Class in er.extensions.components.partials
Marks a place in the current response.
ERXPartialMarker(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.partials.ERXPartialMarker
ERXPartialWrapper - Class in er.extensions.components.partials
Routes all rendering to the response with the specified key.
ERXPartialWrapper(String, NSDictionary, WOElement) - Constructor for class er.extensions.components.partials.ERXPartialWrapper
ERXPatcher - Class in er.extensions.foundation
Wrapper around the WO-private NSUtilities which allows for some Objective-C-Style poseAs.
ERXPatcher() - Constructor for class er.extensions.foundation.ERXPatcher
ERXPatcher.DynamicElementsPatches - Class in er.extensions.foundation
This class holds patches for WebObjects dynamic elements, which have always a closing tag and all attribute
values are enclosed in quotes.
ERXPatcher.DynamicElementsPatches.ActiveImage - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.Browser - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.CheckBox - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.CheckBoxList - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.GenericContainer - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.GenericElement - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.HiddenField - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.Image - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.ImageButton - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.JavaScript - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.PasswordField - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.PopUpButton - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.RadioButton - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.RadioButtonList - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.ResetButton - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.SubmitButton - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.Text - Class in er.extensions.foundation
ERXPatcher.DynamicElementsPatches.TextField - Class in er.extensions.foundation
ERXPatcher.Entity - Class in er.extensions.foundation
ERXPatcher.EntityTable - Class in er.extensions.foundation
ERXPathDirectAction - Class in er.extensions.appserver
Utility direct action class that provides a bunch of nice utility methods
if the direct action is accessed via a path direct action.
ERXPathDirectAction(WORequest) - Constructor for class er.extensions.appserver.ERXPathDirectAction
Just calls super.
ERXPathDirectActionRequestHandler - Class in er.extensions.appserver
The path direct action request handler allows for storing information
in the request path.
ERXPathDirectActionRequestHandler() - Constructor for class er.extensions.appserver.ERXPathDirectActionRequestHandler
Public constructor, just calls super
ERXPathDirectActionRequestHandler(String, String, boolean) - Constructor for class er.extensions.appserver.ERXPathDirectActionRequestHandler
Public constructor, just calls super
ERXPathDirectActionRequestHandler(String, String, boolean, boolean, boolean) - Constructor for class er.extensions.appserver.ERXPathDirectActionRequestHandler
Creates the request handler and lets you specify if the URLs assume and action class in front and action name in back.
ERXPatternLayout - Class in er.extensions.logging
The ERXPatternLayout adds some additional (and needed) layout options.
ERXPatternLayout() - Constructor for class er.extensions.logging.ERXPatternLayout
Default constructor.
ERXPatternLayout(String) - Constructor for class er.extensions.logging.ERXPatternLayout
Default constructor.
ERXPListRestParser - Class in er.rest.format
ERXPListRestRequestParser is an implementation of the IERXRestRequestParser interface that supports plist document
requests.
ERXPListRestParser() - Constructor for class er.rest.format.ERXPListRestParser
ERXPListRestWriter - Class in er.rest.format
ERXPListRestWriter() - Constructor for class er.rest.format.ERXPListRestWriter
ERXPluralString - Class in er.extensions.components
Given a count and a string pluralizes the string if count > 1.
ERXPluralString(WOContext) - Constructor for class er.extensions.components.ERXPluralString
ERXPodcastRssPage - Class in er.extensions.components
Simple podcast RSS feed provider.
ERXPodcastRssPage(WOContext) - Constructor for class er.extensions.components.ERXPodcastRssPage
ERXPrefixQualifierTraversal - Class in er.extensions.qualifiers
Takes a qualifier, traverses every subqualifier, and prepends every keypath
with an extra keypath.
ERXPrefixQualifierTraversal(ERXKey) - Constructor for class er.extensions.qualifiers.ERXPrefixQualifierTraversal
ERXPrimaryKeyListQualifier - Class in er.extensions.eof.qualifiers
The primary key list qualifier is used to generate
a qualifier that can be used to filter a result set
for a given set of primary keys.
ERXPrimaryKeyListQualifier(NSArray) - Constructor for class er.extensions.eof.qualifiers.ERXPrimaryKeyListQualifier
Constructs a primary key list qualifer for a given
set of enterprise objects.
ERXPrimaryKeyListQualifier(String, NSArray) - Constructor for class er.extensions.eof.qualifiers.ERXPrimaryKeyListQualifier
Constructs a primary key list qualifer for a given
set of enterprise objects and the primary key
attribute name.
ERXPrimaryKeyListQualifier(String, String, NSArray) - Constructor for class er.extensions.eof.qualifiers.ERXPrimaryKeyListQualifier
Constructs a primary key list qualifer for a given
set of enterprise objects, the primary key
attribute name and a foreign key.
ERXPrimaryKeyListQualifier.Support - Class in er.extensions.eof.qualifiers
Support class that listens for EOKeyValueQualifiers that have an isContainedInArray
-selector and replaces these
with the ERXInQualifier.
ERXProperties - Class in er.extensions.foundation