A B C D E F G H I L M N O P R S T U V W X

A

ArrayListEditor - class org.apache.geronimo.common.propertyeditor.ArrayListEditor.
A property editor for ArrayList.
ArrayListEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ArrayListEditor
 
ArrayPropertyEditorAdapter - class org.apache.geronimo.common.propertyeditor.ArrayPropertyEditorAdapter.
Adapter for editing array types.
ArrayPropertyEditorAdapter(Class, PropertyEditor) - Constructor for class org.apache.geronimo.common.propertyeditor.ArrayPropertyEditorAdapter
 
add(int, Throwable) - Static method in class org.apache.geronimo.common.ThrowableHandler
Add a throwable that is to be handled.
add(Throwable) - Static method in class org.apache.geronimo.common.ThrowableHandler
Add a throwable that is to be handled with unknown type.
addError(Throwable) - Static method in class org.apache.geronimo.common.ThrowableHandler
Add a throwable that is to be handled with error type.
addThrowableListener(ThrowableListener) - Static method in class org.apache.geronimo.common.ThrowableHandler
Add a ThrowableListener to the listener list.
addWarning(Throwable) - Static method in class org.apache.geronimo.common.ThrowableHandler
Add a throwable that is to be handled with warning type.
appendEditorSearchPath(List) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Append package names to the property editor search path.
appendEditorSearchPath(String[]) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Append package names to the property editor search path.
appendEditorSearchPath(String) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Append a package name to the property editor search path.

B

BigDecimalEditor - class org.apache.geronimo.common.propertyeditor.BigDecimalEditor.
A property editor for BigDecimal.
BigDecimalEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.BigDecimalEditor
 
BooleanEditor - class org.apache.geronimo.common.propertyeditor.BooleanEditor.
 
BooleanEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.BooleanEditor
 
ByteEditor - class org.apache.geronimo.common.propertyeditor.ByteEditor.
 
ByteEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ByteEditor
 

C

CharacterEditor - class org.apache.geronimo.common.propertyeditor.CharacterEditor.
 
CharacterEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.CharacterEditor
 
ClassEditor - class org.apache.geronimo.common.propertyeditor.ClassEditor.
A property editor for Class.
ClassEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ClassEditor
 
CloneableObject - class org.apache.geronimo.common.CloneableObject.
A simple base-class for classes which need to be cloneable.
CloneableObject() - Constructor for class org.apache.geronimo.common.CloneableObject
 
CloneableObject.Cloneable - interface org.apache.geronimo.common.CloneableObject.Cloneable.
An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions...
CoercionException - exception org.apache.geronimo.common.CoercionException.
This exception is thrown to indicate that a problem has occured while trying to coerce an object.
CoercionException(String) - Constructor for class org.apache.geronimo.common.CoercionException
Construct a CoercionException with the specified detail message.
CoercionException(String, Throwable) - Constructor for class org.apache.geronimo.common.CoercionException
Construct a CoercionException with the specified detail message and nested Throwable.
CoercionException(Throwable) - Constructor for class org.apache.geronimo.common.CoercionException
Construct a CoercionException with the specified nested Throwable.
CoercionException() - Constructor for class org.apache.geronimo.common.CoercionException
Construct a CoercionException with no detail.
CollectionEditor - class org.apache.geronimo.common.propertyeditor.CollectionEditor.
A property editor for Collection.
CollectionEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.CollectionEditor
 
Counter - class org.apache.geronimo.common.Counter.
An integer counter class.
Counter(int) - Constructor for class org.apache.geronimo.common.Counter
Construct a Counter with a starting value.
Counter() - Constructor for class org.apache.geronimo.common.Counter
Construct a Counter.
checkForNull(String, Object) - Static method in class org.apache.geronimo.common.NullArgumentException
A simple helper method to check that the given argument value is not null.
clone() - Method in interface org.apache.geronimo.common.CloneableObject.Cloneable
 
clone() - Method in class org.apache.geronimo.common.CloneableObject
Clone the object via Object.clone().
createCollection() - Method in class org.apache.geronimo.common.propertyeditor.CollectionEditor
 
createCollection() - Method in class org.apache.geronimo.common.propertyeditor.ListEditor
 
createCollection() - Method in class org.apache.geronimo.common.propertyeditor.SetEditor
 
createList() - Method in class org.apache.geronimo.common.propertyeditor.ArrayListEditor
 
createList() - Method in class org.apache.geronimo.common.propertyeditor.LinkedListEditor
 
createList() - Method in class org.apache.geronimo.common.propertyeditor.ListEditor
 
createList() - Method in class org.apache.geronimo.common.propertyeditor.StackEditor
 
createList() - Method in class org.apache.geronimo.common.propertyeditor.VectorEditor
 
createSet() - Method in class org.apache.geronimo.common.propertyeditor.HashSetEditor
 
createSet() - Method in class org.apache.geronimo.common.propertyeditor.SetEditor
 
createSet() - Method in class org.apache.geronimo.common.propertyeditor.TreeSetEditor
 

D

DataConversionException - exception org.apache.geronimo.common.DataConversionException.
An exception throw to indicate a problem with some type of data conversion.
DataConversionException(String) - Constructor for class org.apache.geronimo.common.DataConversionException
Construct a DataConversionException with a specified detail message.
DataConversionException(String, Throwable) - Constructor for class org.apache.geronimo.common.DataConversionException
Construct a DataConversionException with a specified detail Throwable and message.
DataConversionException(Throwable) - Constructor for class org.apache.geronimo.common.DataConversionException
Construct a DataConversionException with a specified detail Throwable.
DataConversionException() - Constructor for class org.apache.geronimo.common.DataConversionException
Construct a DataConversionException with no specified detail message.
DateEditor - class org.apache.geronimo.common.propertyeditor.DateEditor.
A property editor for Date.
DateEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.DateEditor
 
DoubleEditor - class org.apache.geronimo.common.propertyeditor.DoubleEditor.
 
DoubleEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.DoubleEditor
 
decrement() - Method in class org.apache.geronimo.common.Counter
Decrement the counter.
decrement() - Method in class org.apache.geronimo.common.LongCounter
Decrement the counter.

E

ERROR - Static variable in interface org.apache.geronimo.common.ThrowableHandler.Type
Error throwable.
equals(Object) - Method in class org.apache.geronimo.common.Counter
Check if the given object is equal to this.
equals(Object) - Method in class org.apache.geronimo.common.LongCounter
Check if the given object is equal to this.
equals(double, double) - Static method in class org.apache.geronimo.common.Primitives
Test the equality of two doubles by converting their values into IEEE 754 floating-point "double format" long values.
equals(float, float) - Static method in class org.apache.geronimo.common.Primitives
Test the equality of two floats by converting their values into IEEE 754 floating-point "single precision" bit layouts.
equals(byte[], int, byte[], int, int) - Static method in class org.apache.geronimo.common.Primitives
Test the equality of a given sub-section of two byte arrays.
equals(byte[], byte[]) - Static method in class org.apache.geronimo.common.Primitives
Test the equality of two byte arrays.

F

FileEditor - class org.apache.geronimo.common.propertyeditor.FileEditor.
A property editor for File.
FileEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.FileEditor
 
FloatEditor - class org.apache.geronimo.common.propertyeditor.FloatEditor.
 
FloatEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.FloatEditor
 
findEditor(Class) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Locate a value editor for a given target type.
findEditor(String, ClassLoader) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Locate a value editor for a given target type.
fireOnThrowable(int, Throwable) - Static method in class org.apache.geronimo.common.ThrowableHandler
Fire onThrowable to all registered listeners.

G

getAsText() - Method in class org.apache.geronimo.common.propertyeditor.ArrayPropertyEditorAdapter
 
getCount() - Method in class org.apache.geronimo.common.Counter
Return the current value of the counter.
getCount() - Method in class org.apache.geronimo.common.LongCounter
Return the current value of the counter.
getEditor(Class) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Get a value editor for a given target type.
getEditorSearchPath() - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Gets the package names that will be searched for property editors.
getFormattedMessage(String, Object[]) - Static method in class org.apache.geronimo.common.ParameterizedException
Formats the given message
getIndex() - Method in class org.apache.geronimo.common.InvalidArgumentException
Returns the index associated with this argument.
getName() - Method in class org.apache.geronimo.common.InvalidArgumentException
Returns the name of the argument.
getValue() - Method in class org.apache.geronimo.common.InvalidArgumentException
Returns the value of the argument.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.BigDecimalEditor
Returns a BigDecimal for the input object converted to a string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.BooleanEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.ByteEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.CharacterEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.ClassEditor
Returns a Class for the input object converted to a string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.DateEditor
Returns a Date for the input object converted to a string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.DoubleEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.FileEditor
Returns a URL for the input object converted to a string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.FloatEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.InetAddressEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.IntegerEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.LongEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.ObjectNameEditor
Returns a ObjectName for the input object converted to a string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.PropertiesEditor
Returns a Properties object initialized with the input object as a properties file based string.
getValue() - Method in class org.apache.geronimo.common.propertyeditor.ShortEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.URIEditor
 
getValue() - Method in class org.apache.geronimo.common.propertyeditor.URLEditor
Returns a URL for the input object converted to a string.
getXmlObject(URL, SchemaType) - Static method in class org.apache.geronimo.common.xml.XmlBeansUtil
 

H

HashSetEditor - class org.apache.geronimo.common.propertyeditor.HashSetEditor.
A property editor for HashSet.
HashSetEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.HashSetEditor
 

I

InetAddressEditor - class org.apache.geronimo.common.propertyeditor.InetAddressEditor.
 
InetAddressEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.InetAddressEditor
 
IntegerEditor - class org.apache.geronimo.common.propertyeditor.IntegerEditor.
 
IntegerEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.IntegerEditor
 
InvalidArgumentException - exception org.apache.geronimo.common.InvalidArgumentException.
Thrown to inidcate an invalid value used for a method argument.
InvalidArgumentException(String, Object) - Constructor for class org.apache.geronimo.common.InvalidArgumentException
Construct a InvalidArgumentException.
InvalidArgumentException(String, Object, String) - Constructor for class org.apache.geronimo.common.InvalidArgumentException
Construct a InvalidArgumentException.
InvalidArgumentException(String, Object, Object, String) - Constructor for class org.apache.geronimo.common.InvalidArgumentException
Construct a InvalidArgumentException.
IteratorEditor - class org.apache.geronimo.common.propertyeditor.IteratorEditor.
A property editor for Iterator.
IteratorEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.IteratorEditor
 
increment() - Method in class org.apache.geronimo.common.Counter
Increment the counter.
increment() - Method in class org.apache.geronimo.common.LongCounter
Increment the counter.

L

LinkedListEditor - class org.apache.geronimo.common.propertyeditor.LinkedListEditor.
A property editor for LinkedList.
LinkedListEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.LinkedListEditor
 
ListEditor - class org.apache.geronimo.common.propertyeditor.ListEditor.
A property editor for List.
ListEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ListEditor
 
ListIteratorEditor - class org.apache.geronimo.common.propertyeditor.ListIteratorEditor.
A property editor for ListIterator.
ListIteratorEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ListIteratorEditor
 
LongCounter - class org.apache.geronimo.common.LongCounter.
A long integer counter class.
LongCounter(long) - Constructor for class org.apache.geronimo.common.LongCounter
Construct a LongCounter with a starting value.
LongCounter() - Constructor for class org.apache.geronimo.common.LongCounter
Construct a LongCounter.
LongEditor - class org.apache.geronimo.common.propertyeditor.LongEditor.
 
LongEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.LongEditor
 
listeners - Static variable in class org.apache.geronimo.common.ThrowableHandler
The list of listeners

M

makeDirectional(Counter, boolean) - Static method in class org.apache.geronimo.common.Counter
Returns a directional counter.
makeDirectional(LongCounter, boolean) - Static method in class org.apache.geronimo.common.LongCounter
Returns a directional counter.
makeSynchronized(Counter) - Static method in class org.apache.geronimo.common.Counter
Return a synchronized counter.
makeSynchronized(LongCounter) - Static method in class org.apache.geronimo.common.LongCounter
Return a synchronized counter.

N

NotCoercibleException - exception org.apache.geronimo.common.NotCoercibleException.
This exception is thrown to indicate that an object was not coercible.
NotCoercibleException(String) - Constructor for class org.apache.geronimo.common.NotCoercibleException
Construct a NotCoercibleException with the specified detail message.
NotCoercibleException(String, Throwable) - Constructor for class org.apache.geronimo.common.NotCoercibleException
Construct a NotCoercibleException with the specified detail message and nested Throwable.
NotCoercibleException(Throwable) - Constructor for class org.apache.geronimo.common.NotCoercibleException
Construct a NotCoercibleException with the specified nested Throwable.
NotCoercibleException() - Constructor for class org.apache.geronimo.common.NotCoercibleException
Construct a NotCoercibleException with no detail.
NotCoercibleException(Object) - Constructor for class org.apache.geronimo.common.NotCoercibleException
Construct a NotCoercibleException with an object detail.
NullArgumentException - exception org.apache.geronimo.common.NullArgumentException.
Thrown to indicate that a method argument was null and should not have been.
NullArgumentException(String) - Constructor for class org.apache.geronimo.common.NullArgumentException
Construct a NullArgumentException.
NullArgumentException(String, long) - Constructor for class org.apache.geronimo.common.NullArgumentException
Construct a NullArgumentException.
NullArgumentException(String, Object) - Constructor for class org.apache.geronimo.common.NullArgumentException
Construct a NullArgumentException.

O

ObjectNameEditor - class org.apache.geronimo.common.propertyeditor.ObjectNameEditor.
A property editor for ObjectName.
ObjectNameEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ObjectNameEditor
 
onThrowable(int, Throwable) - Method in interface org.apache.geronimo.common.ThrowableListener
Process a throwable.
org.apache.geronimo.common - package org.apache.geronimo.common
Common utilities classes used by other modules.
org.apache.geronimo.common.propertyeditor - package org.apache.geronimo.common.propertyeditor
 
org.apache.geronimo.common.xml - package org.apache.geronimo.common.xml
 

P

ParameterizedException - exception org.apache.geronimo.common.ParameterizedException.
Allows for an exception to be formatted using a given list of parameters.
ParameterizedException() - Constructor for class org.apache.geronimo.common.ParameterizedException
Default constructor.
ParameterizedException(String) - Constructor for class org.apache.geronimo.common.ParameterizedException
Exception with a given message.
ParameterizedException(String, Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedException
Exception with a given message and root cause.
ParameterizedException(Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedException
Exception with a root cause.
ParameterizedException(String, Object[]) - Constructor for class org.apache.geronimo.common.ParameterizedException
Exception with a formatted message
ParameterizedException(String, Object[], Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedException
Exception with a formatted message and root cause.
ParameterizedRuntimeException - exception org.apache.geronimo.common.ParameterizedRuntimeException.
Allows for an unchecked exception to be formatted using a given list of parameters.
ParameterizedRuntimeException() - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Default constructor.
ParameterizedRuntimeException(String) - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Exception with a given message.
ParameterizedRuntimeException(String, Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Exception with a given message and root cause.
ParameterizedRuntimeException(Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Exception with a root cause.
ParameterizedRuntimeException(String, Object[]) - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Exception with a formatted message
ParameterizedRuntimeException(String, Object[], Throwable) - Constructor for class org.apache.geronimo.common.ParameterizedRuntimeException
Exception with a formatted message and root cause.
Primitives - class org.apache.geronimo.common.Primitives.
Primitive utilities.
Primitives() - Constructor for class org.apache.geronimo.common.Primitives
 
PropertiesEditor - class org.apache.geronimo.common.propertyeditor.PropertiesEditor.
A property editor for Properties.
PropertiesEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.PropertiesEditor
 
PropertyEditorException - exception org.apache.geronimo.common.propertyeditor.PropertyEditorException.
An exception throw to indicate a problem with property editor conversion.
PropertyEditorException(String) - Constructor for class org.apache.geronimo.common.propertyeditor.PropertyEditorException
Construct a PropertyEditorException with a specified detail message.
PropertyEditorException(String, Throwable) - Constructor for class org.apache.geronimo.common.propertyeditor.PropertyEditorException
Construct a PropertyEditorException with a specified detail Throwable and message.
PropertyEditorException(Throwable) - Constructor for class org.apache.geronimo.common.propertyeditor.PropertyEditorException
Construct a PropertyEditorException with a specified detail Throwable.
PropertyEditorException() - Constructor for class org.apache.geronimo.common.propertyeditor.PropertyEditorException
Construct a PropertyEditorException with no specified detail message.
PropertyEditors - class org.apache.geronimo.common.propertyeditor.PropertyEditors.
A collection of PropertyEditor utilities.
PropertyEditors() - Constructor for class org.apache.geronimo.common.propertyeditor.PropertyEditors
 
parse(InputStream, SchemaType) - Static method in class org.apache.geronimo.common.xml.XmlBeansUtil
 

R

registerEditor(Class, Class) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Register an editor class to be used to editor values of a given target class.
registerEditor(String, String) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Register an editor class to be used to editor values of a given target class.
removeThrowableListener(ThrowableListener) - Static method in class org.apache.geronimo.common.ThrowableHandler
Remove a ThrowableListener from the listener list.
reset() - Method in class org.apache.geronimo.common.Counter
Reset the counter to zero.
reset() - Method in class org.apache.geronimo.common.LongCounter
Reset the counter to zero.

S

SetEditor - class org.apache.geronimo.common.propertyeditor.SetEditor.
A property editor for Set.
SetEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.SetEditor
 
ShortEditor - class org.apache.geronimo.common.propertyeditor.ShortEditor.
 
ShortEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.ShortEditor
 
StackEditor - class org.apache.geronimo.common.propertyeditor.StackEditor.
A property editor for Stack
StackEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.StackEditor
 
setAsText(String) - Method in class org.apache.geronimo.common.propertyeditor.ArrayPropertyEditorAdapter
 
setAsText(String) - Method in class org.apache.geronimo.common.propertyeditor.CollectionEditor
 
setAsText(String) - Method in class org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
Sets the property value by parsing a given String.
setEditorSearchPath(List) - Static method in class org.apache.geronimo.common.propertyeditor.PropertyEditors
Sets the package names that will be searched for property editors.
setValue(List) - Method in class org.apache.geronimo.common.propertyeditor.IteratorEditor
 
setValue(List) - Method in class org.apache.geronimo.common.propertyeditor.ListIteratorEditor
 
setValue(Set) - Method in class org.apache.geronimo.common.propertyeditor.SetEditor
 
setValue(Collection) - Method in class org.apache.geronimo.common.propertyeditor.SetEditor
 

T

TextPropertyEditorSupport - class org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport.
A property editor support class for textual properties.
TextPropertyEditorSupport(Object) - Constructor for class org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
 
TextPropertyEditorSupport() - Constructor for class org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
 
ThrowableHandler - class org.apache.geronimo.common.ThrowableHandler.
A static singleton that handles processing throwables that otherwise would be ignored or dumped to System.err.
ThrowableHandler.Type - interface org.apache.geronimo.common.ThrowableHandler.Type.
Container for throwable types.
ThrowableListener - interface org.apache.geronimo.common.ThrowableListener.
An interface used to handle Throwable events.
TreeSetEditor - class org.apache.geronimo.common.propertyeditor.TreeSetEditor.
A property editor for TreeSet.
TreeSetEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.TreeSetEditor
 
toInt(long) - Static method in class org.apache.geronimo.common.Primitives
Safely convert a long into a int value.
toString() - Method in class org.apache.geronimo.common.Counter
Return a string representation of this.
toString() - Method in class org.apache.geronimo.common.LongCounter
Return a string representation of this.

U

UNKNOWN - Static variable in interface org.apache.geronimo.common.ThrowableHandler.Type
Unknown throwable.
URIEditor - class org.apache.geronimo.common.propertyeditor.URIEditor.
 
URIEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.URIEditor
 
URLEditor - class org.apache.geronimo.common.propertyeditor.URLEditor.
A property editor for URL.
URLEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.URLEditor
 

V

VectorEditor - class org.apache.geronimo.common.propertyeditor.VectorEditor.
A property editor for Vector.
VectorEditor() - Constructor for class org.apache.geronimo.common.propertyeditor.VectorEditor
 

W

WARNING - Static variable in interface org.apache.geronimo.common.ThrowableHandler.Type
Warning throwable.

X

XmlBeansUtil - class org.apache.geronimo.common.xml.XmlBeansUtil.
 

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.