Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
O
P
R
S
T
W
A
AbstractLogEnabled
- class org.codehaus.dna.
AbstractLogEnabled
.
Abstract utility class that components can extend to make it easy to implement logging.
AbstractLogEnabled()
- Constructor for class org.codehaus.dna.
AbstractLogEnabled
Active
- interface org.codehaus.dna.
Active
.
Components should implement this interface if they need to be initialize resources at startup or deallocate resources during shutdown.
addChild(Configuration)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Add a child configuration element.
B
buildFromXML(InputSource)
- Static method in class org.codehaus.dna.impl.
ConfigurationUtil
Create a configuration object from specified XML InputSource.
C
Composable
- interface org.codehaus.dna.
Composable
.
The component implements this interface if it wishes to be supplied with services via ResourceLocator.
Configurable
- interface org.codehaus.dna.
Configurable
.
The component implements this interface if it wishes to be supplied with hierarchial configuration data.
Configuration
- interface org.codehaus.dna.
Configuration
.
The configuration object represents hierarchial configuration data.
ConfigurationException
- exception org.codehaus.dna.
ConfigurationException
.
The ConfigurationException is used to signal a problem with the configuration object.
ConfigurationException(String, String, String)
- Constructor for class org.codehaus.dna.
ConfigurationException
Create configuration exception with specified message, path and location.
ConfigurationException(String, Throwable)
- Constructor for class org.codehaus.dna.
ConfigurationException
Create configuration exception with specified message and cause.
ConfigurationException(String, String, String, Throwable)
- Constructor for class org.codehaus.dna.
ConfigurationException
Create configuration exception with specified message, path, location and cause.
ConfigurationUtil
- class org.codehaus.dna.impl.
ConfigurationUtil
.
Class containing utility methods to work with Configuration objects.
ConfigurationUtil()
- Constructor for class org.codehaus.dna.impl.
ConfigurationUtil
ConsoleLogger
- class org.codehaus.dna.impl.
ConsoleLogger
.
A simple logger facade that simply writes to the Console.
ConsoleLogger()
- Constructor for class org.codehaus.dna.impl.
ConsoleLogger
Create a Console Logger that logs all messages.
ConsoleLogger(int)
- Constructor for class org.codehaus.dna.impl.
ConsoleLogger
Create a Console Logger that logs at specified level.
ConsoleLogger(int, PrintStream)
- Constructor for class org.codehaus.dna.impl.
ConsoleLogger
Create a Console Logger that logs at specified level.
ContainerUtil
- class org.codehaus.dna.impl.
ContainerUtil
.
Utility class to make it easier to process a object through its lifecycle stages.
ContainerUtil()
- Constructor for class org.codehaus.dna.impl.
ContainerUtil
characters(char[], int, int)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Receive text data for current element.
clear()
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Reset internal state of handler in preapration for reuse.
compose(ResourceLocator)
- Method in interface org.codehaus.dna.
Composable
Supply the component with ResourceLocator object via which they can access any dependency services.
compose(Object, ResourceLocator)
- Static method in class org.codehaus.dna.impl.
ContainerUtil
Supply specified object with ResourceLocator if it implements the Composable interface.
configure(Configuration)
- Method in interface org.codehaus.dna.
Configurable
Supply the component with configuration data in form of a Configuration object.
configure(Object, Configuration)
- Static method in class org.codehaus.dna.impl.
ContainerUtil
Supply specified object with Configuration if it implements the Configurable interface.
contains(String)
- Method in interface org.codehaus.dna.
ResourceLocator
Return true if a resource exists with specified key.
contains(String)
- Method in class org.codehaus.dna.impl.
DefaultResourceLocator
Return true if a resource exists with specified key.
D
DefaultConfiguration
- class org.codehaus.dna.impl.
DefaultConfiguration
.
In memory Configuration implementation.
DefaultConfiguration(String, String, String)
- Constructor for class org.codehaus.dna.impl.
DefaultConfiguration
Create a DefaultConfiguration instance.
DefaultResourceLocator
- class org.codehaus.dna.impl.
DefaultResourceLocator
.
ResourceLocator implementation backed by a Map and optionally delegating to parent ResourceLocators.
DefaultResourceLocator()
- Constructor for class org.codehaus.dna.impl.
DefaultResourceLocator
Create a ResourceLocator with no parent.
DefaultResourceLocator(ResourceLocator)
- Constructor for class org.codehaus.dna.impl.
DefaultResourceLocator
Create a ResourceLocator with specified parent.
debug(String)
- Method in interface org.codehaus.dna.
Logger
Log a debug message.
debug(String, Throwable)
- Method in interface org.codehaus.dna.
Logger
Log a debug message with an associated throwable.
debug(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a debug message.
debug(String, Throwable)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a debug message with an associated throwable.
debug(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a debug message.
debug(String, Throwable)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a debug message with an associated throwable.
debug(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a debug message.
debug(String, Throwable)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a debug message with an associated throwable.
debug(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a debug message.
debug(String, Throwable)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a debug message with an associated throwable.
dispose()
- Method in interface org.codehaus.dna.
Active
Dispose the component.
dispose(Object)
- Static method in class org.codehaus.dna.impl.
ContainerUtil
Dispose specified object if it implements the Active interface.
E
enableLogging(Logger)
- Method in class org.codehaus.dna.
AbstractLogEnabled
Set the components logger.
enableLogging(Logger)
- Method in interface org.codehaus.dna.
LogEnabled
Supply the component with the logger.
enableLogging(Object, Logger)
- Static method in class org.codehaus.dna.impl.
ContainerUtil
Supply specified object with Logger if it implements the LogEnabled interface.
endElement(String, String, String)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
End an element and thus a Configuration object.
equals(Configuration, Configuration)
- Static method in class org.codehaus.dna.impl.
ConfigurationUtil
Test if two configuration objects are equal.
error(String)
- Method in interface org.codehaus.dna.
Logger
Log a error message.
error(String, Throwable)
- Method in interface org.codehaus.dna.
Logger
Log a error message with an associated throwable.
error(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a error message.
error(String, Throwable)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a error message with an associated throwable.
error(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a error message.
error(String, Throwable)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a error message with an associated throwable.
error(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a error message.
error(String, Throwable)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a error message with an associated throwable.
error(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a error message.
error(String, Throwable)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a error message with an associated throwable.
error(SAXParseException)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Rethrow exception and dont attempt to do any error handling.
F
Freezable
- interface org.codehaus.dna.impl.
Freezable
.
This interface is used internally to DNA framework implementation to indicate which classes can be "frozen" and be made read-only after being mutable.
fatalError(SAXParseException)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Rethrow exception and dont attempt to do any error handling.
G
generateLocation()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Generate a location string that postfixes autogenerated marker.
getAttribute(String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name.
getAttribute(String, String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name.
getAttribute(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name.
getAttribute(String, String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name.
getAttributeAsBoolean(String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as a boolean.
getAttributeAsBoolean(String, boolean)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as a boolean.
getAttributeAsBoolean(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as a boolean.
getAttributeAsBoolean(String, boolean)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as a boolean.
getAttributeAsFloat(String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as afloat.
getAttributeAsFloat(String, float)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as a float.
getAttributeAsFloat(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as afloat.
getAttributeAsFloat(String, float)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as a float.
getAttributeAsInteger(String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as an integer.
getAttributeAsInteger(String, int)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as an integer.
getAttributeAsInteger(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as an integer.
getAttributeAsInteger(String, int)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as an integer.
getAttributeAsLong(String)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as a long.
getAttributeAsLong(String, long)
- Method in interface org.codehaus.dna.
Configuration
Return attribute value with specified name as a long.
getAttributeAsLong(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as a long.
getAttributeAsLong(String, long)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return attribute value with specified name as a long.
getAttributeMap()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return the backing map for attributes.
getAttributeNames()
- Method in interface org.codehaus.dna.
Configuration
Return an array of all the attribute names.
getAttributeNames()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return an array of all the attribute names.
getCause()
- Method in class org.codehaus.dna.
ConfigurationException
Return the exception that caused this exception if any.
getCause()
- Method in class org.codehaus.dna.
MissingResourceException
Return the exception that caused this exception if any.
getChild(String)
- Method in interface org.codehaus.dna.
Configuration
Return a child Configuration element with specified name.
getChild(String, boolean)
- Method in interface org.codehaus.dna.
Configuration
Return a child Configuration element with specified name.
getChild(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return a child Configuration element with specified name.
getChild(String, boolean)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return a child Configuration element with specified name.
getChildList()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return the list of child configuration objects.
getChildLogger(String)
- Method in interface org.codehaus.dna.
Logger
Get the child logger with specified name.
getChildLogger(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Get the child logger with specified name.
getChildLogger(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Get the child logger with specified name.
getChildLogger(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Get the child logger with specified name.
getChildLogger(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Get the child logger with specified name.
getChildren()
- Method in interface org.codehaus.dna.
Configuration
Return an array of all the child elements.
getChildren(String)
- Method in interface org.codehaus.dna.
Configuration
Return an array of all the child elements with specified name.
getChildren()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return an array of all the child elements.
getChildren(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return an array of all the child elements with specified name.
getConfiguration()
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Return the configuration created by handler.
getKey()
- Method in class org.codehaus.dna.
MissingResourceException
Return the resource key that caused the problem.
getLocation()
- Method in interface org.codehaus.dna.
Configuration
Return the location of configuration element.
getLocation()
- Method in class org.codehaus.dna.
ConfigurationException
Return a string describing the location of the configuration element that caused the exception.
getLocation()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return the location of configuration element.
getLocationDescription()
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Utility method to derive current location of XML parser.
getLogger()
- Method in class org.codehaus.dna.
AbstractLogEnabled
Return the components logger.
getName()
- Method in interface org.codehaus.dna.
Configuration
Return the name of the configuration element.
getName()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return the name of the configuration element.
getParent()
- Method in class org.codehaus.dna.impl.
DefaultResourceLocator
Return the parent ResourceLocator if any.
getPath()
- Method in interface org.codehaus.dna.
Configuration
Return the path to the configuration element.
getPath()
- Method in class org.codehaus.dna.
ConfigurationException
The xpath to the configuration element that caused the exception.
getPath()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return the path to the configuration element.
getResourceMap()
- Method in class org.codehaus.dna.impl.
DefaultResourceLocator
Return the map used to store resources.
getValue()
- Method in interface org.codehaus.dna.
Configuration
Return text value of element.
getValue(String)
- Method in interface org.codehaus.dna.
Configuration
Return text value of element.
getValue()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element.
getValue(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element.
getValueAsBoolean()
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a boolean.
getValueAsBoolean(boolean)
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a boolean.
getValueAsBoolean()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a boolean.
getValueAsBoolean(boolean)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a boolean.
getValueAsFloat()
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a float.
getValueAsFloat(float)
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a float.
getValueAsFloat()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a float.
getValueAsFloat(float)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a float.
getValueAsInteger()
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as an integer.
getValueAsInteger(int)
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as an integer.
getValueAsInteger()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as an integer.
getValueAsInteger(int)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as an integer.
getValueAsLong()
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a long.
getValueAsLong(long)
- Method in interface org.codehaus.dna.
Configuration
Return text value of element as a long.
getValueAsLong()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a long.
getValueAsLong(long)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Return text value of element as a long.
I
info(String)
- Method in interface org.codehaus.dna.
Logger
Log a info message.
info(String, Throwable)
- Method in interface org.codehaus.dna.
Logger
Log a info message with an associated throwable.
info(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a info message.
info(String, Throwable)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a info message with an associated throwable.
info(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a info message.
info(String, Throwable)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a info message with an associated throwable.
info(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a info message.
info(String, Throwable)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a info message with an associated throwable.
info(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a info message.
info(String, Throwable)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a info message with an associated throwable.
initialize()
- Method in interface org.codehaus.dna.
Active
Initialialize the component.
initialize(Object)
- Static method in class org.codehaus.dna.impl.
ContainerUtil
Initialize specified object if it implements the Active interface.
isDebugEnabled()
- Method in interface org.codehaus.dna.
Logger
Return true if a debug message will be logged.
isDebugEnabled()
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Return true if a debug message will be logged.
isDebugEnabled()
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Return true if a debug message will be logged.
isDebugEnabled()
- Method in class org.codehaus.dna.impl.
Log4JLogger
Return true if a debug message will be logged.
isDebugEnabled()
- Method in class org.codehaus.dna.impl.
LogkitLogger
Return true if a debug message will be logged.
isErrorEnabled()
- Method in interface org.codehaus.dna.
Logger
Return true if a error message will be logged.
isErrorEnabled()
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Return true if a error message will be logged.
isErrorEnabled()
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Return true if a error message will be logged.
isErrorEnabled()
- Method in class org.codehaus.dna.impl.
Log4JLogger
Return true if a error message will be logged.
isErrorEnabled()
- Method in class org.codehaus.dna.impl.
LogkitLogger
Return true if a error message will be logged.
isInfoEnabled()
- Method in interface org.codehaus.dna.
Logger
Return true if an info message will be logged.
isInfoEnabled()
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Return true if an info message will be logged.
isInfoEnabled()
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Return true if an info message will be logged.
isInfoEnabled()
- Method in class org.codehaus.dna.impl.
Log4JLogger
Return true if an info message will be logged.
isInfoEnabled()
- Method in class org.codehaus.dna.impl.
LogkitLogger
Return true if an info message will be logged.
isTraceEnabled()
- Method in interface org.codehaus.dna.
Logger
Return true if a trace message will be logged.
isTraceEnabled()
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Return true if a trace message will be logged.
isTraceEnabled()
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Return true if a trace message will be logged.
isTraceEnabled()
- Method in class org.codehaus.dna.impl.
Log4JLogger
Return true if a trace message will be logged.
isTraceEnabled()
- Method in class org.codehaus.dna.impl.
LogkitLogger
Return true if a trace message will be logged.
isWarnEnabled()
- Method in interface org.codehaus.dna.
Logger
Return true if a warn message will be logged.
isWarnEnabled()
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Return true if a warn message will be logged.
isWarnEnabled()
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Return true if a warn message will be logged.
isWarnEnabled()
- Method in class org.codehaus.dna.impl.
Log4JLogger
Return true if a warn message will be logged.
isWarnEnabled()
- Method in class org.codehaus.dna.impl.
LogkitLogger
Return true if a warn message will be logged.
J
Jdk14Logger
- class org.codehaus.dna.impl.
Jdk14Logger
.
Logging facade implmentation for JDK1.4 logging toolkit.
Jdk14Logger(Logger)
- Constructor for class org.codehaus.dna.impl.
Jdk14Logger
Create an instance of JDK14Logger facade.
L
LEVEL_ALL
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels.
LEVEL_DEBUG
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels DEBUG and above.
LEVEL_ERROR
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels ERROR and above.
LEVEL_INFO
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels INFO and above.
LEVEL_NONE
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must not log any messages.
LEVEL_TRACE
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels TRACE and above.
LEVEL_WARN
- Static variable in class org.codehaus.dna.impl.
ConsoleLogger
Constant to indicate that the logger must log all levels WARN and above.
Log4JLogger
- class org.codehaus.dna.impl.
Log4JLogger
.
Logging facade implmentation for Apache Log4J project.
Log4JLogger(Logger)
- Constructor for class org.codehaus.dna.impl.
Log4JLogger
Create an instance of Log4J facade.
LogEnabled
- interface org.codehaus.dna.
LogEnabled
.
Components implement this interface to be supplied with a Logger.
Logger
- interface org.codehaus.dna.
Logger
.
This interface was a facade for different Logger subsystems.
LogkitLogger
- class org.codehaus.dna.impl.
LogkitLogger
.
Logging facade implmentation for Apache Logkit project.
LogkitLogger(Logger)
- Constructor for class org.codehaus.dna.impl.
LogkitLogger
Create an instance of LogKit logger facade.
lookup(String)
- Method in interface org.codehaus.dna.
ResourceLocator
Return resource registered with specified key.
lookup(String)
- Method in class org.codehaus.dna.impl.
DefaultResourceLocator
Return resource registered with specified key.
M
MissingResourceException
- exception org.codehaus.dna.
MissingResourceException
.
The MissingResourceException is used to signal a problem retrieving a resource from the ResourceLocator object.
MissingResourceException(String, String)
- Constructor for class org.codehaus.dna.
MissingResourceException
Create a MissingResourceException with specified message and key.
MissingResourceException(String, String, Throwable)
- Constructor for class org.codehaus.dna.
MissingResourceException
Create a MissingResourceException with specified message, key and cause.
makeReadOnly()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Mark the configuration and child configurations as read only.
makeReadOnly()
- Method in interface org.codehaus.dna.impl.
Freezable
Make resource read-only.
O
org.codehaus.dna
- package org.codehaus.dna
The DNA API package contains interfaces and contracts for DNA components.
org.codehaus.dna.impl
- package org.codehaus.dna.impl
The DNA implementation package contains basic utility classes to implement containers for DNA components.
P
PATH_SEPARATOR
- Static variable in class org.codehaus.dna.impl.
ConfigurationUtil
Constant defining separator for paths in document.
processAttributeText(Configuration, String, String)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Users may subclass this method to process attribute prior to it being set.
processValueText(Configuration, String)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Users may subclass this method to process content prior to it being set.
put(String, Object)
- Method in class org.codehaus.dna.impl.
DefaultResourceLocator
Add a resource to resource locator.
R
ROOT_PATH
- Static variable in class org.codehaus.dna.impl.
ConfigurationUtil
Constant defining root path of document.
ReleaseUtil
- class org.codehaus.dna.
ReleaseUtil
.
Utility class to signal to the container that a resource is no longer going to be used by the component.
ReleaseUtil()
- Constructor for class org.codehaus.dna.
ReleaseUtil
ReleaseUtil.Releaseable
- interface org.codehaus.dna.
ReleaseUtil.Releaseable
.
Utility interface used to mark resources that can be released.
ResourceLocator
- interface org.codehaus.dna.
ResourceLocator
.
This is the interface via which component resources can be accessed via keys.
release()
- Method in interface org.codehaus.dna.
ReleaseUtil.Releaseable
Indicate to the container that component no longer needs resources.
release(Object)
- Static method in class org.codehaus.dna.
ReleaseUtil
The component invokes this method to indicate to the container that it no longer needs specified resource.
S
SAXConfigurationHandler
- class org.codehaus.dna.impl.
SAXConfigurationHandler
.
The SAXConfigurationHandler builds a Configuration tree from SAX events.
SAXConfigurationHandler()
- Constructor for class org.codehaus.dna.impl.
SAXConfigurationHandler
SAXConfigurationSerializer
- class org.codehaus.dna.impl.
SAXConfigurationSerializer
.
Utility class that serializes a Configuration object to a SAX2 compliant ContentHandler.
SAXConfigurationSerializer()
- Constructor for class org.codehaus.dna.impl.
SAXConfigurationSerializer
serialize(Configuration, ContentHandler)
- Method in class org.codehaus.dna.impl.
SAXConfigurationSerializer
Serialize the configuration to as a Document to the specified ContentHandler.
serializeToResult(Result, Configuration)
- Static method in class org.codehaus.dna.impl.
ConfigurationUtil
Serialize Configuration object to sepcified Result object.
setAttribute(String, String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Set an attribute of configuration.
setDocumentLocator(Locator)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Let the XML parser specify locator for when events arrive at handler.
setValue(String)
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Set the value of the configuration element.
setupLogger(Object)
- Method in class org.codehaus.dna.
AbstractLogEnabled
Utility method to setup specified object with current components logger.
setupLogger(Object, String)
- Method in class org.codehaus.dna.
AbstractLogEnabled
Utility method to setup specified object with a child logger of components current logger with specified name.
startElement(String, String, String, Attributes)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Start an element and thus a Configuration object.
T
throwMixedContentException()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Throw an IllegalStateException warning about mixed content.
toConfiguration(Element)
- Static method in class org.codehaus.dna.impl.
ConfigurationUtil
Convert specified Element into a configuration object.
toElement(Configuration)
- Static method in class org.codehaus.dna.impl.
ConfigurationUtil
Convert specified Configuration object into a Element.
toString()
- Method in class org.codehaus.dna.
ConfigurationException
Return the string representation of exception.
toString()
- Method in class org.codehaus.dna.impl.
DefaultConfiguration
Overide toString to improve ability to debug implementation.
trace(String)
- Method in interface org.codehaus.dna.
Logger
Log a trace message.
trace(String, Throwable)
- Method in interface org.codehaus.dna.
Logger
Log a trace message with an associated throwable.
trace(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a trace message.
trace(String, Throwable)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a trace message with an associated throwable.
trace(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a trace message.
trace(String, Throwable)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a trace message with an associated throwable.
trace(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a trace message.
trace(String, Throwable)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a trace message with an associated throwable.
trace(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a trace message.
trace(String, Throwable)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a trace message with an associated throwable.
W
warn(String)
- Method in interface org.codehaus.dna.
Logger
Log a warn message.
warn(String, Throwable)
- Method in interface org.codehaus.dna.
Logger
Log a warn message with an associated throwable.
warn(String)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a warn message.
warn(String, Throwable)
- Method in class org.codehaus.dna.impl.
ConsoleLogger
Log a warn message with an associated throwable.
warn(String)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a warn message.
warn(String, Throwable)
- Method in class org.codehaus.dna.impl.
Jdk14Logger
Log a warn message with an associated throwable.
warn(String)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a warn message.
warn(String, Throwable)
- Method in class org.codehaus.dna.impl.
Log4JLogger
Log a warn message with an associated throwable.
warn(String)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a warn message.
warn(String, Throwable)
- Method in class org.codehaus.dna.impl.
LogkitLogger
Log a warn message with an associated throwable.
warning(SAXParseException)
- Method in class org.codehaus.dna.impl.
SAXConfigurationHandler
Rethrow exception and dont attempt to do any error handling.
A
B
C
D
E
F
G
I
J
L
M
O
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2004 Codehaus. All Rights Reserved.