|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.connection |
Classes in org.apache.avalon.cornerstone.blocks.connection that implement LogEnabled | |
class |
AvalonLoggerConnectionMonitor
|
class |
DefaultConnectionManager
This is the service through which ConnectionManagement occurs. |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.datasources |
Classes in org.apache.avalon.cornerstone.blocks.datasources that implement LogEnabled | |
class |
DefaultDataSourceSelector
A default implementation for DataSourceSelector. |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.masterstore |
Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement LogEnabled | |
class |
AvalonFileRepositoryMonitor
|
class |
File_Persistent_Object_Repository
This is a simple implementation of persistent object store using object serialization on the file system. |
class |
File_Persistent_Stream_Repository
Implementation of a StreamRepository to a File. |
class |
RepositoryManager
|
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.masterstore.xml |
Classes in org.apache.avalon.cornerstone.blocks.masterstore.xml that implement LogEnabled | |
class |
XMLFilePersistentObjectRepository
This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system. |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.scheduler |
Classes in org.apache.avalon.cornerstone.blocks.scheduler that implement LogEnabled | |
class |
DefaultTimeScheduler
Default implementation of TimeScheduler service. |
class |
MonitorableTimeScheduler
A JMX Monitorable TimeScheduler. |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.sockets |
Classes in org.apache.avalon.cornerstone.blocks.sockets that implement LogEnabled | |
class |
AbstractTLSSocketFactory
Contains the code common for both TLS socket factories. |
class |
DefaultSocketManager
Implementation of SocketManager. |
class |
SSLFactoryBuilder
Builds SSLContexts with desired properties. |
class |
TLSServerSocketFactory
Manufactures TLS server sockets. |
class |
TLSSocketFactory
Manufactures TLS client sockets. |
Uses of LogEnabled in org.apache.avalon.cornerstone.blocks.threads |
Classes in org.apache.avalon.cornerstone.blocks.threads that implement LogEnabled | |
class |
AbstractThreadManager
Abstract implementation of ThreadManager. |
class |
DefaultThreadManager
Default implementation of ThreadManager. |
class |
ResourceLimitingThreadManager
Implementation of ResourceLimitingThreadManager. |
Uses of LogEnabled in org.apache.avalon.cornerstone.services.connection |
Classes in org.apache.avalon.cornerstone.services.connection that implement LogEnabled | |
class |
AbstractHandlerFactory
Helper class to extend to create handler factorys. |
class |
AbstractService
Helper class to create protocol services. |
class |
DefaultHandlerFactory
Default Hnalder factory that creates instances via reflection. |
Uses of LogEnabled in org.apache.avalon.examples.jdbcdatasource |
Classes in org.apache.avalon.examples.jdbcdatasource that implement LogEnabled | |
class |
DefaultHelloDBService
This example application creates a conmponent which makes use of a JdbcDataSource to connect to a Hypersonic SQL database. |
Uses of LogEnabled in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement LogEnabled | |
class |
AbstractDualLogEnabled
Deprecated. ECM is no longer supported |
class |
AbstractDualLogEnabledInstrumentable
Deprecated. ECM is no longer supported |
class |
ComponentHandler
Deprecated. ECM is no longer supported |
class |
DefaultComponentFactory
Deprecated. ECM is no longer supported |
class |
DefaultComponentHandler
Deprecated. ECM is no longer supported |
class |
DefaultComponentManager
Deprecated. Please use ExcaliburComponentManager instead |
class |
DefaultComponentPool
Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler. |
class |
DefaultComponentSelector
Deprecated. use ExcaliburComponentSelector instead. |
class |
DefaultRoleManager
Deprecated. ECM is no longer supported |
class |
ExcaliburComponentManager
Deprecated. ECM is no longer supported |
class |
ExcaliburComponentSelector
Deprecated. ECM is no longer supported |
class |
PoolableComponentHandler
Deprecated. ECM is no longer supported |
class |
ThreadSafeComponentHandler
Deprecated. ECM is no longer supported |
Uses of LogEnabled in org.apache.avalon.excalibur.component.example_im |
Classes in org.apache.avalon.excalibur.component.example_im that implement LogEnabled | |
class |
DefaultExampleInstrumentable
This example application creates a component which registers several Instruments for the example. |
Uses of LogEnabled in org.apache.avalon.excalibur.datasource |
Classes in org.apache.avalon.excalibur.datasource that implement LogEnabled | |
class |
AbstractJdbcConnection
The Connection object used in conjunction with the JdbcDataSource object. |
class |
InformixDataSource
The Informix implementation for DataSources in Excalibur. |
class |
J2eeDataSource
The J2EE implementation for DataSources in Cocoon. |
class |
Jdbc3Connection
Deprecated. No longer necessary due to the dynamic proxies |
class |
JdbcConnection
Deprecated. No longer necessary due to the dynamic proxies |
class |
JdbcConnectionFactory
The Factory implementation for JdbcConnections. |
class |
JdbcConnectionPool
The Pool implementation for JdbcConnections. |
class |
JdbcDataSource
The Default implementation for DataSources in Avalon. |
class |
ResourceLimitingJdbcConnectionPool
A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads. |
class |
ResourceLimitingJdbcDataSource
The ResourceLimiting implementation for DataSources in Avalon. |
Uses of LogEnabled in org.apache.avalon.excalibur.datasource.cluster |
Classes in org.apache.avalon.excalibur.datasource.cluster that implement LogEnabled | |
class |
AbstractDataSourceCluster
|
class |
DefaultHashedDataSourceCluster
The DefaultHashedDataSourceCluster requires that the user specify an object or a hashCode which will be used consistantly select a member DataSource form a cluster for each connection request. |
class |
DefaultIndexedDataSourceCluster
The DefaultIndexedDataSourceCluster requires that the user implement their own method of selecting which DataSource in the cluster to use for each connection request. |
class |
DefaultRoundRobinDataSourceCluster
The DefaultRoundRobinDataSourceCluster allows the user to specify a cluster of DataSources which all act as one. |
Uses of LogEnabled in org.apache.avalon.excalibur.datasource.ids |
Classes in org.apache.avalon.excalibur.datasource.ids that implement LogEnabled | |
class |
AbstractDataSourceBlockIdGenerator
The AbstractDataSourceBlockIdGenerator allocates blocks of ids from a DataSource and then provides them as needed. |
class |
AbstractDataSourceIdGenerator
|
class |
AbstractIdGenerator
|
class |
SequenceIdGenerator
The SequenceIdGenerator requests each Id using a sequence in a database. |
class |
TableIdGenerator
The TableIdGenerator requests blocks of ids from a Database table. |
Uses of LogEnabled in org.apache.avalon.excalibur.logger |
Classes in org.apache.avalon.excalibur.logger that implement LogEnabled | |
class |
AbstractLoggerManager
This abstract class implements LogEnabled. |
class |
DefaultLoggerManager
This logger manager is a wrapper around all other "real" logger managers. |
class |
DefaultLogKitManager
Deprecated. we should use the new LogKitLoggerManager interface that directly supports the new framework Logger interface. |
class |
DefaultLogTargetFactoryManager
Default LogTargetFactoryManager implementation. |
class |
DefaultLogTargetManager
Default LogTargetManager implementation. |
class |
Log4JConfLoggerManager
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
class |
Log4JLoggerManager
Log4JLoggerManager implementation. |
class |
LogKitLoggerManager
LogKitLoggerManager implementation. |
class |
SimpleLogKitManager
A LoggerManager that supports the old <logs version="1.0"/>
style logging configuration from
Phoenix. |
Uses of LogEnabled in org.apache.avalon.excalibur.logger.decorator |
Classes in org.apache.avalon.excalibur.logger.decorator that implement LogEnabled | |
class |
CachingDecorator
This class implements LoggerManager interface by passing all the job to a wrapped LoggerManager, but the returened Loggers are cached. |
class |
LoggerManagerDecorator
This is the base class to create LoggerManager decorators. |
class |
LogToSelfDecorator
This class intercepts the class passed to us via enableLogging() and substibutes it
by LoggerSwitch.get() logger. |
class |
OverrideDefaultDecorator
Overrides the value passed from getDefaultLogger(). |
class |
PrefixDecorator
This class implements LoggerManager interface by prepending a prefix to all requests and letting the wrapped LoggerManager actually create the loggers. |
Uses of LogEnabled in org.apache.avalon.excalibur.logger.factory |
Classes in org.apache.avalon.excalibur.logger.factory that implement LogEnabled | |
class |
AbstractTargetFactory
AbstractTargetFactory class. |
class |
AsyncLogTargetFactory
AsyncLogTargetFactory class. |
class |
ConsoleTargetFactory
ConsoleTargetFactory class. |
class |
DatagramTargetFactory
This factory creates LogTargets with a wrapped DatagramOutputTarget around it. |
class |
FileTargetFactory
FileTargetFactory class. |
class |
PriorityFilterTargetFactory
PriorityFilterTargetFactory class. |
class |
ServletTargetFactory
ServletTargetFactory class. |
class |
SMTPTargetFactory
SMTPTargetFactory class. |
class |
SocketTargetFactory
This factory creates LogTargets with a wrapped SocketOutputTarget around it. |
class |
StreamTargetFactory
TargetFactory for StreamTarget . |
Uses of LogEnabled in org.apache.avalon.excalibur.logger.log4j |
Classes in org.apache.avalon.excalibur.logger.log4j that implement LogEnabled | |
class |
Log4JAdapter
This class sits on top of an existing Log4J Hierarchy and returns logger wrapping Log4J loggers. |
class |
Log4JConfAdapter
A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration. |
Uses of LogEnabled in org.apache.avalon.excalibur.logger.logkit |
Classes in org.apache.avalon.excalibur.logger.logkit that implement LogEnabled | |
class |
LogKitAdapter
This class sits on top of an existing LogKit Hierarchy and returns logger wrapping LogKit loggers. |
class |
LogKitConfHelper
Tie this object to a LoggerManagerTee, give it the Hierachy that LogKitAdapter operates upon and it will populate it from the Configuration object passed via configure(). |
class |
LogKitLoggerHelper
Tie this object to a LoggerManagerTee, give it the Hierachy that LogKitAdapter operates upon and it will substitute the ErrorHandler for the Hierarchy at the enableLogging() call. |
Uses of LogEnabled in org.apache.avalon.excalibur.logger.util |
Classes in org.apache.avalon.excalibur.logger.util that implement LogEnabled | |
class |
AvalonTee
This class broadcasts Avalon lifestyle events to several destination objects, somewhat like Unix 'tee' command directing its input both to file and to its output. |
class |
LoggerManagerTee
An AvalonTee object is not usefull by itself as it does not implement any component interface. |
Uses of LogEnabled in org.apache.avalon.excalibur.monitor |
Classes in org.apache.avalon.excalibur.monitor that implement LogEnabled | |
class |
ActiveMonitor
The ActiveMonitor is used to actively check a set of resources to see if they have changed. |
class |
PassiveMonitor
The PassiveMonitor is used to passively check a set of resources to see if they have changed. |
Uses of LogEnabled in org.apache.avalon.excalibur.pool |
Classes in org.apache.avalon.excalibur.pool that implement LogEnabled | |
class |
AbstractPool
This is an Pool that caches Poolable objects for reuse. |
class |
DefaultPool
This is an Pool that caches Poolable objects for reuse. |
class |
HardResourceLimitingPool
This is a implementation of Pool that is thread safe. |
class |
InstrumentedResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
ResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
SingleThreadedPool
This is an Pool that caches Poolable objects for reuse. |
class |
SoftResourceLimitingPool
This is an Pool that caches Poolable objects for reuse. |
class |
ValidatedResourceLimitingPool
A ResourceLimitingPool which validates reused poolables before they are returned with a call get(). |
Uses of LogEnabled in org.apache.avalon.excalibur.testcase |
Classes in org.apache.avalon.excalibur.testcase that implement LogEnabled | |
class |
FullLifecycleComponent
Deprecated. ECM is no longer supported |
class |
LatchedThreadGroup
Deprecated. ECM is no longer supported |
Uses of LogEnabled in org.apache.avalon.excalibur.thread.impl |
Classes in org.apache.avalon.excalibur.thread.impl that implement LogEnabled | |
class |
DefaultThreadPool
This class is the public frontend for the thread pool code. |
class |
InstrumentedResourceLimitingThreadPool
A Thread Pool which can be configured to have a hard limit on the maximum number of threads which will be allocated. |
class |
ResourceLimitingThreadPool
|
Uses of LogEnabled in org.apache.avalon.fortress.examples.components |
Classes in org.apache.avalon.fortress.examples.components that implement LogEnabled | |
class |
TranslatorImpl
Simple implementation of the Translator component, which
maintains a simple mapping of keys to translated values, created during
configuration. |
Uses of LogEnabled in org.apache.avalon.fortress.examples.extended |
Classes in org.apache.avalon.fortress.examples.extended that implement LogEnabled | |
class |
ExtendedContainer
|
Uses of LogEnabled in org.apache.avalon.fortress.examples.extended.components |
Classes in org.apache.avalon.fortress.examples.extended.components that implement LogEnabled | |
class |
ExtendedComponentImpl
TestComponentImpl , demonstrating the use of a custom
lifecycle stage SecurityManageable . |
Uses of LogEnabled in org.apache.avalon.fortress.examples.extended.extensions |
Classes in org.apache.avalon.fortress.examples.extended.extensions that implement LogEnabled | |
class |
Extensions
Some custom extensions for this container's components. |
Uses of LogEnabled in org.apache.avalon.fortress.examples.servlet |
Classes in org.apache.avalon.fortress.examples.servlet that implement LogEnabled | |
class |
ServletContainer
Fortress based servlet example. |
Uses of LogEnabled in org.apache.avalon.fortress.examples.swing |
Classes in org.apache.avalon.fortress.examples.swing that implement LogEnabled | |
class |
SwingContainer
Simple Fortress based container containing a Swing implementation of Hello World. |
Uses of LogEnabled in org.apache.avalon.fortress.examples.viewer |
Classes in org.apache.avalon.fortress.examples.viewer that implement LogEnabled | |
class |
ComponentViewer
Simple Fortress container containing a Swing based viewer for performing lookups on registered components. |
Uses of LogEnabled in org.apache.avalon.fortress.impl |
Classes in org.apache.avalon.fortress.impl that implement LogEnabled | |
class |
AbstractContainer
This abstract implementation provides basic functionality for building an implementation of the Container interface. |
class |
DefaultContainer
This is the default implementation of Container ,
adding configuration markup semantics to the AbstractContainer . |
class |
DefaultECMContainer
Customize the Fortress container to handle ECM compatibility |
Uses of LogEnabled in org.apache.avalon.fortress.impl.extensions |
Classes in org.apache.avalon.fortress.impl.extensions that implement LogEnabled | |
class |
InstrumentableCreator
The InstrumentableCreator is used as a standard lifecycle extension for containers that support it. |
Uses of LogEnabled in org.apache.avalon.fortress.impl.handler |
Classes in org.apache.avalon.fortress.impl.handler that implement LogEnabled | |
class |
AbstractComponentHandler
AbstractComponentHandler class, ensures components are initialized and destroyed correctly. |
class |
ComponentFactory
Factory for Avalon components. |
class |
FactoryComponentHandler
The FactoryComponentHandler to make sure components are initialized and destroyed correctly. |
class |
PerThreadComponentHandler
The PerThreadComponentHandler implements a singleton with a slight difference: one single instance per thread. |
Uses of LogEnabled in org.apache.avalon.fortress.impl.role |
Classes in org.apache.avalon.fortress.impl.role that implement LogEnabled | |
class |
AbstractMetaInfoManager
Provides the foundation for MetaInfoManagers. |
class |
AbstractRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. |
class |
ConfigurableRoleManager
Configurable RoleManager implementation. |
class |
ECMMetaInfoManager
ECMMetaInfoManager |
class |
ECMRoleManager
This role manager implementation is able to read ECM based role files. |
class |
FortressRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. |
class |
ServiceMetaManager
ServiceMetaManager follows some simple rules to dynamically gather all services and the meta-information into one role manager. |
Uses of LogEnabled in org.apache.avalon.fortress.migration |
Classes in org.apache.avalon.fortress.migration that implement LogEnabled | |
class |
FortressAdapter
Fortress based component adapter. |
Uses of LogEnabled in org.apache.avalon.fortress.tools |
Classes in org.apache.avalon.fortress.tools that implement LogEnabled | |
class |
FortressBean
Bean for making it easier to run Fortress, for example as Ant task. |
Uses of LogEnabled in org.apache.avalon.fortress.util |
Classes in org.apache.avalon.fortress.util that implement LogEnabled | |
class |
FortressCommandFailureHandler
The default CommandFailureHandler used by Fortress to log any failures encountered while executing commands. |
class |
LifecycleExtensionManager
LifecycleExtensionManager class. |
class |
ReflectiveConfigurator
A creator that configures a component based on reflection. |
Uses of LogEnabled in org.apache.avalon.framework.logger |
Classes in org.apache.avalon.framework.logger that implement LogEnabled | |
class |
AbstractLogEnabled
Utility class to allow easy construction of components that will perform logging. |
Uses of LogEnabled in org.apache.avalon.lifecycle |
Classes in org.apache.avalon.lifecycle that implement LogEnabled | |
class |
AbstractAccessor
Abstract implementation of a Accessor . |
class |
AbstractCreator
Abstract implementation of a Creator . |
Uses of LogEnabled in org.apache.excalibur.event.command |
Classes in org.apache.excalibur.event.command that implement LogEnabled | |
static class |
AbstractThreadManager.PipelineRunner
The PipelineRunner class pulls all the events from the Source, and puts them in the EventHandler. |
class |
CommandManager
The CommandManager handles asynchronous commands from the rest of the system. |
class |
TPCThreadManager
This is a ThreadManager that uses a certain number of threads per processor. |
Uses of LogEnabled in org.apache.excalibur.instrument |
Classes in org.apache.excalibur.instrument that implement LogEnabled | |
class |
AbstractLogEnabledInstrumentable
Utility class to ease the construction of components that can be instrumented but must also implement LogEnabled. |
Uses of LogEnabled in org.apache.excalibur.instrument.client |
Classes in org.apache.excalibur.instrument.client that implement LogEnabled | |
(package private) class |
org.apache.excalibur.instrument.client.AbstractInternalFrame
|
class |
InstrumentManagerConnection
A Connection to the remote InstrumentManager. |
class |
InstrumentSampleFrame
|
Uses of LogEnabled in org.apache.excalibur.instrument.client.http |
Classes in org.apache.excalibur.instrument.client.http that implement LogEnabled | |
class |
HTTPInstrumentManagerConnection
A Connection to the remote InstrumentManager which connects using the HTTP connector. |
Uses of LogEnabled in org.apache.excalibur.instrument.manager.http |
Classes in org.apache.excalibur.instrument.manager.http that implement LogEnabled | |
class |
AbstractHandler
|
class |
AbstractHTMLHandler
|
class |
AbstractXMLHandler
|
class |
FavIconHandler
Serves up a favicon.ico file. |
class |
HTMLCreateSampleHandler
|
class |
HTMLGCHandler
|
class |
HTMLInstrumentableHandler
|
class |
HTMLInstrumentHandler
|
class |
HTMLInstrumentManagerHandler
|
class |
HTMLRootHandler
|
class |
HTMLSampleHandler
|
class |
HTMLSampleLeaseHandler
|
class |
InstrumentManagerHTTPConnector
An HTTP connector which allows a client to connect to the ServiceManager using the HTTP protocol. |
class |
SampleChartHandler
|
class |
XMLCreateSampleHandler
|
class |
XMLCreateSamplesHandler
Handler which can be used to create multiple samples at once. |
class |
XMLGCHandler
|
class |
XMLInstrumentableHandler
|
class |
XMLInstrumentHandler
|
class |
XMLInstrumentManagerHandler
|
class |
XMLSampleHandler
|
class |
XMLSampleLeaseHandler
|
class |
XMLSampleLeasesHandler
|
class |
XMLSnapshotHandler
|
class |
XMLSnapshotsHandler
|
Uses of LogEnabled in org.apache.excalibur.instrument.manager.http.server |
Classes in org.apache.excalibur.instrument.manager.http.server that implement LogEnabled | |
class |
AbstractHTTPURLHandler
|
class |
AbstractHTTPURLPrintWriterHandler
|
(package private) class |
org.apache.excalibur.instrument.manager.http.server.AbstractLogEnabledInstrumentableStartable
|
(package private) class |
org.apache.excalibur.instrument.manager.http.server.AbstractSocketServer
|
class |
HTTPServer
|
Uses of LogEnabled in org.apache.excalibur.instrument.manager.impl |
Classes in org.apache.excalibur.instrument.manager.impl that implement LogEnabled | |
class |
DefaultInstrumentManagerImpl
|
class |
InstrumentProxy
Instrumentables which do not implement ThreadSafe may have multiple instances created by the ComponentLocator. |
Uses of LogEnabled in org.apache.excalibur.source.impl |
Classes in org.apache.excalibur.source.impl that implement LogEnabled | |
class |
CommonsVFSSource
Source implementation that provides resolver access to all protocols supported by Commons VFS. |
class |
CommonsVFSSourceFactory
A factory for source types supported by Commons VFS. |
class |
FTPSourceFactory
A factory for an @link FTPSource. |
class |
HTTPClientSource
HTTP URL Source object, based on the Jakarta Commons HttpClient project. |
class |
HTTPClientSourceFactory
HTTPClientSource Factory class. |
class |
HTTPSClientSourceFactory
HTTPClientSource Factory class. |
class |
ResourceSourceFactory
A factory for the Resource protocol |
class |
SourceResolverImpl
This is the default implemenation of a SourceResolver . |
class |
URLSourceFactory
A factory for a URL wrapper |
Uses of LogEnabled in org.apache.excalibur.store.impl |
Classes in org.apache.excalibur.store.impl that implement LogEnabled | |
class |
AbstractFilesystemStore
Stores objects on the filesystem: String objects as text files, all other objects are serialized. |
class |
AbstractJispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
AbstractReadWriteStore
This is a base implementation for stores that are synchronized by using a read/write lock. |
class |
JispFilesystemStore
This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html). |
class |
MemoryStore
|
class |
MRUMemoryStore
This class provides a cache algorithm for the requested documents. |
class |
StoreJanitorImpl
This class is a implentation of a StoreJanitor. |
Uses of LogEnabled in org.apache.excalibur.xml |
Classes in org.apache.excalibur.xml that implement LogEnabled | |
class |
DefaultEntityResolver
A component that uses catalogs for resolving entities. |
Uses of LogEnabled in org.apache.excalibur.xml.dom |
Classes in org.apache.excalibur.xml.dom that implement LogEnabled | |
class |
DefaultDOMHandlerFactory
|
class |
DefaultDOMSerializer
|
Uses of LogEnabled in org.apache.excalibur.xml.impl |
Classes in org.apache.excalibur.xml.impl that implement LogEnabled | |
class |
JaxpParser
An XMLParser that is only dependant on JAXP 1.1 compliant parsers. |
class |
XercesParser
|
Uses of LogEnabled in org.apache.excalibur.xml.sax |
Classes in org.apache.excalibur.xml.sax that implement LogEnabled | |
class |
JTidyHTMLParser
Converter for transforming an input stream contain text/html data to SAX events. |
Uses of LogEnabled in org.apache.excalibur.xml.xpath |
Classes in org.apache.excalibur.xml.xpath that implement LogEnabled | |
class |
AbstractProcessorImpl
This class defines base class for the implementations of the XPathProcessor component. |
class |
JaxenProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
Saxon6ProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
Saxon7ProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
XPathProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
Uses of LogEnabled in org.apache.excalibur.xml.xslt |
Classes in org.apache.excalibur.xml.xslt that implement LogEnabled | |
class |
XSLTProcessorImpl
|
Uses of LogEnabled in org.apache.excalibur.xmlizer |
Classes in org.apache.excalibur.xmlizer that implement LogEnabled | |
class |
DefaultXMLizer
Converter for transforming any input stream with a given mime-type into SAX events. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |