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

A

AbstractGetController - Class in net.sourceforge.xconf.toolbox.spring.mvc
This controller only supports HTTP GET requests.
AbstractGetController() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.AbstractGetController
 
AbstractPostController - Class in net.sourceforge.xconf.toolbox.spring.mvc
This controller only supports HTTP POST requests and implements a redirect-after-post workflow, where all POST requests result in a redirect.
AbstractPostController() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.AbstractPostController
 
accept(T) - Method in interface net.sourceforge.xconf.toolbox.generic.Filter
Returns true if the item is accepted.
accept(T) - Method in class net.sourceforge.xconf.toolbox.generic.filters.AndFilter
Returns true if all filters accept the item.
accept(T) - Method in class net.sourceforge.xconf.toolbox.generic.filters.InFilter
Returns true if the given item exists in the collection.
accept(T) - Method in class net.sourceforge.xconf.toolbox.generic.filters.NotFilter
 
accept(T) - Method in class net.sourceforge.xconf.toolbox.generic.filters.OrFilter
Returns true if any filter accepts the item.
Action - Interface in net.sourceforge.xconf.toolbox.spring.action
This interface is not necessary for ActionCommandController actions, but it does provide an example of what is required to implement a command bean (ie.
ACTION_METHOD_NAME - Static variable in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
Default method that will be invoked on any command object (ie.
ActionCommandController - Class in net.sourceforge.xconf.toolbox.spring.action
This controller uses commands like WebWork/Maverick-style prototypes that get populated with request parameters, executed to determine a view, and thrown away afterwards.
ActionCommandController() - Constructor for class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
ActionResult - Class in net.sourceforge.xconf.toolbox.spring.action
A result object returned by all ActionCommandController actions.
ActionResult(String) - Constructor for class net.sourceforge.xconf.toolbox.spring.action.ActionResult
 
ActionResult(String, Map) - Constructor for class net.sourceforge.xconf.toolbox.spring.action.ActionResult
 
ActionResult(String, String, Object) - Constructor for class net.sourceforge.xconf.toolbox.spring.action.ActionResult
 
add(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Money addition.
addAll(Map<K, V>, Pair<K, V>...) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Adds all the given key and value pairs to the given map.
addElement(Element, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementBuilder
 
addElement(Element, String, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementBuilder
 
addParam(String, String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Adds a value to the current list of values for the given parameter.
addParams(String, Collection) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Adds a number of string values to the current list of values for the given parameter.
addParams(QueryString) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Invokes QueryString.addParams(String, Collection) on each key and list of values from the given QueryString.
allocate(int) - Method in class net.sourceforge.xconf.toolbox.Money
Allocates the amount (almost) evenly amongst a number of targets without losing any cents.
allocate(long[]) - Method in class net.sourceforge.xconf.toolbox.Money
Allocates this amount according to the given ratio without losing any cents.
and(Filter<T>...) - Method in class net.sourceforge.xconf.toolbox.generic.filters.Filters
Returns an AndFilter
AndFilter<T> - Class in net.sourceforge.xconf.toolbox.generic.filters
AND Filter chain.
AndFilter(Filter<T>...) - Constructor for class net.sourceforge.xconf.toolbox.generic.filters.AndFilter
 
AndRule - Class in net.sourceforge.xconf.toolbox.rules
AND predicate.
AndRule(List) - Constructor for class net.sourceforge.xconf.toolbox.rules.AndRule
 
AndRule(Rule, Rule) - Constructor for class net.sourceforge.xconf.toolbox.rules.AndRule
 
ANONYMOUS_GENERIC - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
ANONYMOUS_QUEUE - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
ANONYMOUS_TOPIC - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
apply(T) - Method in interface net.sourceforge.xconf.toolbox.generic.Closure
Perform an action on the given item.
applyClientID(Connection) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Set the clientID for the connection if required.
assemble(Serializable, Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns the cached instance without modification.
assertSameCurrency(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Asserts that the given object is of the same currency as this instance.

B

Base64 - Class in net.sourceforge.xconf.toolbox
Simple utility class to perform Base64 byte array encoding and decoding.
Base64() - Constructor for class net.sourceforge.xconf.toolbox.Base64
 
BinderRegistrar - Interface in net.sourceforge.xconf.toolbox.spring.action
Implemented by classes to perform custom binder initialisation for ActionCommandControllers.
BooleanYesNoType - Class in net.sourceforge.xconf.toolbox.hibernate3
Hibernate UserType to persist Boolean instances as 'Y' and 'N' string values.
BooleanYesNoType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.BooleanYesNoType
 

C

checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.xconf.toolbox.ssl.EasyX509TrustManager
No-op implementation.
checkFactoryMatchesDomain() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.xconf.toolbox.ssl.EasyX509TrustManager
No-op implementation.
CHUNK_SEPARATOR - Static variable in class net.sourceforge.xconf.toolbox.Base64
Chunk separator per RFC 2045 section 2.1.
CHUNK_SIZE - Static variable in class net.sourceforge.xconf.toolbox.Base64
Chunk size per RFC 2045 section 6.8.
ClassMockFactory - Class in net.sourceforge.xconf.toolbox.easymock
Wraps the org.easymock.classextension.EasyMock class to create mock objects for concrete classes.
ClassMockFactory() - Constructor for class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
Cleanup - Class in net.sourceforge.xconf.toolbox
Utility class to provide common cleanup methods that are usually invoked in finally blocks as part of resource cleanup.
Cleanup() - Constructor for class net.sourceforge.xconf.toolbox.Cleanup
 
clear() - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
clear() - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
clear() - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Unregisters all mock objects managed by this factory.
clear() - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Clear all created mock objects.
clear() - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.clear().
clear() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Clears out all created controls.
clear() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Clear all created MockControls and mock objects.
clear() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Clear all created MockControls and mock objects.
Clock - Interface in net.sourceforge.xconf.toolbox
Many classes require access to the current date or time.
close() - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
Shuts down the connection pool.
closeConnection(Connection) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeInputStream(InputStream) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeOutputStream(OutputStream) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeReader(Reader) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeResultSet(ResultSet) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeSocket(Socket) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeSQL(ResultSet, Statement, Connection) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeStatement(Statement) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
closeWriter(Writer) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
Closure<T> - Interface in net.sourceforge.xconf.toolbox.generic
Generic closure interface.
compareTo(Pair<L, R>) - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
compareTo(Object) - Method in class net.sourceforge.xconf.toolbox.Money
Compares this Money instance to another Object.
compareTo(Object) - Method in class net.sourceforge.xconf.toolbox.Pair
 
compile(String) - Static method in class net.sourceforge.xconf.toolbox.web.URITemplate
Compiles a template from the given path.
CompositeValidator - Class in net.sourceforge.xconf.toolbox.spring
This class permits the processing of a single object by a number of validators, thus allowing for composition and reuse of validation logic, especially if you also use the ConditionalValidator to further specify when an individual validator is invoked.
CompositeValidator() - Constructor for class net.sourceforge.xconf.toolbox.spring.CompositeValidator
 
ConditionalValidator - Class in net.sourceforge.xconf.toolbox.spring
This class uses a Rule to determine if a given object should be validated by a delegate Validator.
ConditionalValidator() - Constructor for class net.sourceforge.xconf.toolbox.spring.ConditionalValidator
 
ConditionalValidatorContext - Class in net.sourceforge.xconf.toolbox.spring
Context object passed by the ConditionalValidator to its condition rule for evaluation.
ConditionalValidatorContext(Object, Errors) - Constructor for class net.sourceforge.xconf.toolbox.spring.ConditionalValidatorContext
 
ConnectionPoolFactory - Class in net.sourceforge.xconf.toolbox.jms
Creates JMS Connection instances for a connection pool using a given ConnectionFactory.
ConnectionPoolFactory(ConnectionFactory) - Constructor for class net.sourceforge.xconf.toolbox.jms.ConnectionPoolFactory
 
ConnectionPoolKey - Class in net.sourceforge.xconf.toolbox.jms
Key used to identify a pooled JMS connection.
ConnectionPoolKey(String, String, int) - Constructor for class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
control(Object) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Returns the MockControl instance associated with the given mock object.
control(Object) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Returns the MockControl instance associated with the given mock object.
ControllerBeanNameHandlerMapping - Class in net.sourceforge.xconf.toolbox.spring.mvc
This class differs from the BeanNameUrlHandlerMapping by registering all beans that implement the Controller and ThrowawayController interfaces, regardless of the format of the alias or bean name.
ControllerBeanNameHandlerMapping() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
 
ControllerTransactionException - Exception in net.sourceforge.xconf.toolbox.spring.mvc
RuntimeException class used to temporarily wrap checked exceptions within ReadOnlyGetController and ReadWritePostController transactional handler methods.
ControllerTransactionException(Throwable) - Constructor for exception net.sourceforge.xconf.toolbox.spring.mvc.ControllerTransactionException
 
convert(From) - Method in interface net.sourceforge.xconf.toolbox.generic.Converter
Returns a transformed item.
convert(Collection<From>, Converter<From, To>, Collection<To>) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Adds all converted source items to destination.
convert(Collection<To>, Converter<From, To>, From...) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Adds all converted source items to destination.
convert(List<From>, Converter<From, To>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a new converted list.
convert(Converter<From, To>, From...) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a new converted list.
convert(Set<From>, Converter<From, To>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a new converted set.
convert(Converter<From, To>, From...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a new converted set.
Converter<From,To> - Interface in net.sourceforge.xconf.toolbox.generic
Generic converter/transformer interface.
copy(InputStream, OutputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from input stream and write them to the output stream.
Counter - Class in net.sourceforge.xconf.toolbox
Simple general purpose counter object.
Counter() - Constructor for class net.sourceforge.xconf.toolbox.Counter
Starts at zero.
Counter(int) - Constructor for class net.sourceforge.xconf.toolbox.Counter
 
create(L, R) - Static method in class net.sourceforge.xconf.toolbox.generic.Pair
 
create(String) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
Creates a new context-relative instance without any query parameters.
create(String, Map) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
Creates a new context-relative instance with the given query parameters.
create(URITemplate) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any parameters.
create(URITemplate, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any query parameters.
create(URITemplate, Map<String, String>, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance with both template and query parameters.
create(URITemplateRegistry, String) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any parameters.
create(URITemplateRegistry, Class<?>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any parameters.
create(URITemplateRegistry, String, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any query parameters.
create(URITemplateRegistry, Class<?>, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance without any query parameters.
create(URITemplateRegistry, String, Map<String, String>, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance with both template and query parameters.
create(URITemplateRegistry, Class<?>, Map<String, String>, Map<String, String>) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new context-relative instance with both template and query parameters.
createConnection() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Creates a JMS Connection.
createConnection() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createConnection() - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createConnection(String, String) - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createConsumer(Session, Destination) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Creates a MessageConsumer for the given session and destination.
createConsumer(Session, Destination) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Creates and caches a MockControl instance with default behaviour semantics for the given class.
createControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Creates a MockControl instance with default behaviour semantics for the given class.
createDestination(Session) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Resolves the configured destination name to a JMS Queue or Topic.
createDestination(Session) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createElement(String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementBuilder
 
createMessageSelector() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Creates a message selector string to use to create a new MessageConsumer.
createMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
createMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
createMock(Class<T>) - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Creates and registers an EasyMock mock object with default behaviour semantics for the given class.
createMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Creates an EasyMock mock object with default behaviour semantics for the given class.
createMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.createMock(Class).
createMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Creates a default mock object for the given class.
createMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Creates a default mock object for the given class.
createModelAndView(ActionResult, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
createNiceControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Creates and caches a MockControl instance with nice behaviour semantics for the given class.
createNiceControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Creates a MockControl instance with nice behaviour semantics for the given class.
createNiceMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
createNiceMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
createNiceMock(Class<T>) - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Creates and registers an EasyMock mock object with nice behaviour semantics for the given class.
createNiceMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Creates an EasyMock mock object with nice behaviour semantics for the given class.
createNiceMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.createNiceMock(Class).
createNiceMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Creates a nice mock object for the given class.
createNiceMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Creates a nice mock object for the given class.
createProxy(ConnectionPoolKey, KeyedObjectPool) - Static method in class net.sourceforge.xconf.toolbox.jms.JmsProxyFactory
 
createProxy(Object, JmsProxy) - Static method in class net.sourceforge.xconf.toolbox.jms.JmsProxyFactory
 
createQueueConnection() - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createQueueConnection(String, String) - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createQueueReceiver(QueueSession, Queue, String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createSession(Connection) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Create a JMS Session from the given connection.
createSession(Connection) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createSoapAction(Element) - Static method in class net.sourceforge.xconf.toolbox.xml.DocumentUtils
Creates a string in the following format: namespace-uri/message.name
createSocketFactory() - Static method in class net.sourceforge.xconf.toolbox.ssl.EasySSLUtils
Creates a very trusting JDK 1.4+ SSLv3 socket factory.
createSocketFactory() - Static method in class net.sourceforge.xconf.toolbox.ssl.OldEasySSLUtils
Creates a very trusting old JSSE TLS socket factory.
createStrictControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Creates and caches a MockControl instance with strict behaviour semantics for the given class.
createStrictControl(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Creates a MockControl instance with strict behaviour semantics for the given class.
createStrictMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
createStrictMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
createStrictMock(Class<T>) - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Creates and registers an EasyMock mock object with strict behaviour semantics for the given class.
createStrictMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Creates an EasyMock mock object with strict behaviour semantics for the given class.
createStrictMock(Class<T>) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.createStrictMock(Class).
createStrictMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Creates a strict mock object for the given class.
createStrictMock(Class) - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Creates a strict mock object for the given class.
createTopicConnection() - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createTopicConnection(String, String) - Method in class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
createTopicSubscriber(TopicSession, Topic, String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
createUrlForName(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Prepends a '/' if required and appends the url suffix to the name.

D

decode(String) - Method in class net.sourceforge.xconf.toolbox.Base64
Returns the byte array represented by the given base64 encoded string.
decode(char[]) - Static method in class net.sourceforge.xconf.toolbox.Hex
Returns the byte array represented by the given array of hexadecimal characters.
decode(String) - Static method in class net.sourceforge.xconf.toolbox.web.URLCodec
URL decodes given text using UTF-8 character set.
decodeHex(String) - Static method in class net.sourceforge.xconf.toolbox.Hex
Returns the byte array represented by the given hexadecimal string.
decrement() - Method in class net.sourceforge.xconf.toolbox.Counter
 
deepCopy(Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.ImmutableUserType
Returns the given value without modification.
deepCopy(Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns the given value without modification.
DEFAULT_DELIMETER - Static variable in class net.sourceforge.xconf.toolbox.editors.ListPropertyEditor
Handles comma-separated values by default
destroy() - Method in class net.sourceforge.xconf.toolbox.web.LoggingFilter
 
destroyObject(Object, Object) - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolFactory
Closes the JMS Connection.
detectControllers() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Detect all the Controller and ThrowawayController beans registered in the ApplicationContext and register a URL path mapping for each one based on rules defined here.
determineUrlsForHandler(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Creates URLs from the bean name and aliases for the bean.
digest(String, byte[]) - Static method in class net.sourceforge.xconf.toolbox.DigestUtils
Returns the results of performing a digest on the given byte array using the given digest algorithm.
DigestUtils - Class in net.sourceforge.xconf.toolbox
Convenience methods to perform cryptographic digests.
DigestUtils() - Constructor for class net.sourceforge.xconf.toolbox.DigestUtils
 
disassemble(Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns the value (following a cast).
DocumentUtils - Class in net.sourceforge.xconf.toolbox.xml
Common JDOM document operations useful when writing your own SOAP services.
DocumentUtils() - Constructor for class net.sourceforge.xconf.toolbox.xml.DocumentUtils
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sourceforge.xconf.toolbox.web.LoggingFilter
 

E

each(Collection<T>, Closure<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Execute the closure on each item.
each(Closure<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Execute the closure on each item.
each(List<T>, Closure<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Execute the closure on each item.
each(Closure<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Execute the closure on each item.
each(Map<K, V>, Closure<Pair<K, V>>) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Excecute the closure on each key/value pair.
each(Set<T>, Closure<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Execute the closure on each item.
EasyHostnameVerifier - Class in net.sourceforge.xconf.toolbox.ssl
JDK 1.4+ version of a HostnameVerifier that accepts all hostnames.
EasyHostnameVerifier() - Constructor for class net.sourceforge.xconf.toolbox.ssl.EasyHostnameVerifier
 
EasySSLUtils - Class in net.sourceforge.xconf.toolbox.ssl
JDK 1.4+ utility class to setup very trusting SSL connections.
EasySSLUtils() - Constructor for class net.sourceforge.xconf.toolbox.ssl.EasySSLUtils
 
EasyX509TrustManager - Class in net.sourceforge.xconf.toolbox.ssl
JDK 1.4+ version of an X509TrustManager that trusts all certificates.
EasyX509TrustManager() - Constructor for class net.sourceforge.xconf.toolbox.ssl.EasyX509TrustManager
 
ElementBuilder - Class in net.sourceforge.xconf.toolbox.xml
Namespace-aware JDOM Element builder.
ElementBuilder() - Constructor for class net.sourceforge.xconf.toolbox.xml.ElementBuilder
 
ElementBuilder(String) - Constructor for class net.sourceforge.xconf.toolbox.xml.ElementBuilder
 
ElementParser - Class in net.sourceforge.xconf.toolbox.xml
Namespace-aware JDOM XPath element parser.
ElementParser() - Constructor for class net.sourceforge.xconf.toolbox.xml.ElementParser
 
ElementParser(String, String) - Constructor for class net.sourceforge.xconf.toolbox.xml.ElementParser
Creates a parser for the given namespace prefix and uri.
ElementParser(Map<String, String>) - Constructor for class net.sourceforge.xconf.toolbox.xml.ElementParser
Creates a parser for the given namespace prefix and uri pairs.
empty() - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns an empty mutable list.
empty(int) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns an empty mutable list.
empty() - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Creates a mutable empty unordered map.
empty() - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a mutable empty set.
emptyLinked() - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Creates a mutable empty ordered map.
emptyLinked() - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a mutable ordered empty set.
emptySorted() - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a mutable sorted empty set.
emptySorted(Comparator<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a mutable sorted empty set.
encode(byte[]) - Method in class net.sourceforge.xconf.toolbox.Base64
Returns a base64 encoded representation of the given byte array.
encode(byte[]) - Static method in class net.sourceforge.xconf.toolbox.Hex
Returns a character array of hexadecimal characters representing the given byte array.
encode(String) - Static method in class net.sourceforge.xconf.toolbox.web.URLCodec
URL encodes given text using UTF-8 character set.
encodeChunked(byte[]) - Method in class net.sourceforge.xconf.toolbox.Base64
Returns a base64-chunked representation of the given byte array.
encodeHex(byte[]) - Static method in class net.sourceforge.xconf.toolbox.Hex
Returns a hexadecimal string representing the given byte array.
EnumCallback - Class in net.sourceforge.xconf.toolbox.ibatis
Base class for iBatis callbacks that persist Enum instances.
EnumCallback(Enum) - Constructor for class net.sourceforge.xconf.toolbox.ibatis.EnumCallback
Requires an instance of the Enum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
EnumLookup - Class in net.sourceforge.xconf.toolbox.generic
This class is a generic-enabled wrapper around the Commons-Lang EnumUtils class.
EnumLookup() - Constructor for class net.sourceforge.xconf.toolbox.generic.EnumLookup
 
EnumPropertyEditor - Class in net.sourceforge.xconf.toolbox.editors
Custom property editor to resolve Enum instances.
EnumPropertyEditor(Enum) - Constructor for class net.sourceforge.xconf.toolbox.editors.EnumPropertyEditor
Requires an instance of the Enum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
EnumType - Class in net.sourceforge.xconf.toolbox.hibernate
Base class for Hibernate types that persist Enum subclasses as VARCHAR fields.
EnumType(Enum) - Constructor for class net.sourceforge.xconf.toolbox.hibernate.EnumType
Requires an instance of the Enum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
EnumType - Class in net.sourceforge.xconf.toolbox.hibernate3
Base class for Hibernate types that persist Enum subclasses as VARCHAR fields.
EnumType(Enum) - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.EnumType
Requires an instance of the Enum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
equals(Object) - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
equals(Object, Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.ImmutableUserType
Null-safe equality check.
equals(Object, Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Null-safe check for equality.
equals(Object) - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
equals(Object) - Method in class net.sourceforge.xconf.toolbox.Money
Compares this Money instance to the specified object.
equals(Object) - Method in class net.sourceforge.xconf.toolbox.Pair
 
ERROR_REF - Static variable in class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
Model key for the error reference value.
ErrorsAware - Interface in net.sourceforge.xconf.toolbox.spring.action
Implemented by actions that need to perform extra validation or require knowledge of any binding or validation errors that may have occurred.
ErrorsHandler - Interface in net.sourceforge.xconf.toolbox.spring.action
An extension to the ErrorsAware interface that allows actions to provide an ActionResult to display binding and validation errors.
errorsResult() - Method in interface net.sourceforge.xconf.toolbox.spring.action.ErrorsHandler
 
escape(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Escape all HTML characters in the given object's string representation so that it can be displayed properly on a html page.
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.AndRule
Returns true if all rules in the list evaluate to true.
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.FalseRule
 
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.IfElseRule
If the ifRule evaluates to true this method returns the evaluation of the thenRule, otherwise this method returns the evaluation of the elseRule.
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.NotRule
Returns the negation of the evaluation of the wrapped rule.
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.OrRule
Returns true if any rule in the list evaluates to true.
evaluate(Object) - Method in interface net.sourceforge.xconf.toolbox.rules.Rule
 
evaluate(Object) - Method in class net.sourceforge.xconf.toolbox.rules.TrueRule
 
execute() - Method in interface net.sourceforge.xconf.toolbox.spring.action.Action
 
expand(Map<String, String>) - Method in class net.sourceforge.xconf.toolbox.web.URITemplate
Uses the given map of parameters as replacement tokens to construct a URI that can be matched by this URITemplate instance.
expect(T) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Convenience method that delegates to EasyMock.expect(Object) and therefore avoids having to import EasyMock in the actual test case.
expectLastCall() - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Convenience method that delegates to EasyMock.expectLastCall() and therefore avoids having to import EasyMock in the actual test case.
exposeTemplateAndParameters(String, URITemplate, HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Expose the path within the current mapping, the template used to match the path, and the parameters parsed from the path as request attributes.
extractPathWithinPattern(String, String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplatePathMatcher
Just returns the given path.

F

FactoryException - Exception in net.sourceforge.xconf.toolbox.easymock
Exception thrown by MockObjectFactory methods.
FactoryException(String) - Constructor for exception net.sourceforge.xconf.toolbox.easymock.FactoryException
 
FactoryException(Throwable) - Constructor for exception net.sourceforge.xconf.toolbox.easymock.FactoryException
 
FakeClock - Class in net.sourceforge.xconf.toolbox
Fake implementation of a clock to allow the provision of preset dates and times to objects that require access to the current date and time.
FakeClock() - Constructor for class net.sourceforge.xconf.toolbox.FakeClock
 
FalseRule - Class in net.sourceforge.xconf.toolbox.rules
Returns false whenever invoked.
FalseRule() - Constructor for class net.sourceforge.xconf.toolbox.rules.FalseRule
 
Filter<T> - Interface in net.sourceforge.xconf.toolbox.generic
Generic filter/predicate interface.
filter(Collection<T>, Filter<T>, Collection<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Adds all items accepted by the filter from source to destination.
filter(Collection<T>, Filter<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.Iterations
Adds all items accepted by the filter from source to destination.
filter(List<T>, Filter<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a new filtered list.
filter(Filter<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a new filtered list.
filter(Map<K, V>, Filter<Pair<K, V>>) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Returns a new filtered map.
filter(Map<K, V>, Filter<Pair<K, V>>, Map<K, V>) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Adds all accepted source key/value pairs to destination.
filter(Set<T>, Filter<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a new filtered set.
filter(Filter<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Returns a new filtered set.
Filters - Class in net.sourceforge.xconf.toolbox.generic.filters
Convenience factory methods for filter creation.
Filters() - Constructor for class net.sourceforge.xconf.toolbox.generic.filters.Filters
 
findByBeanName(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
 
findByBeanName(String) - Method in interface net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRegistry
Returns a template for the given bean name.
findByBeanType(Class<?>) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
Uses the ApplicationContext to retrieve bean names associated with a given type of bean.
findByBeanType(Class<?>) - Method in interface net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRegistry
Returns a template for the given bean type.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns null.
findItem(Object, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementParser
 
findItems(Object, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementParser
 
findNode(Object, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementParser
 
findNodes(Object, String) - Method in class net.sourceforge.xconf.toolbox.xml.ElementParser
 
first(List<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns the first item in the list or null if list is empty.
first(List<T>, T) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns the first item in the list or defaultValue if list is empty.
FixedTimeZoneResolver - Class in net.sourceforge.xconf.toolbox.spring
Default implementation of a TimeZoneResolver.
FixedTimeZoneResolver() - Constructor for class net.sourceforge.xconf.toolbox.spring.FixedTimeZoneResolver
 
format(Money) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
Returns a formatted representation of the given Money instance.
FORMAT_HTML - Static variable in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Format using Text.getAsHTML()
FORMAT_JS - Static variable in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Format using Text.getAsJavaScript()
FORMAT_NONE - Static variable in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Format using Text.getPlain()
FORMAT_URL - Static variable in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Format using Text.getAsURL()
FORMAT_XML - Static variable in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Format using Text.getAsXML()
formatDecimal(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Format the given object as a decimal number (with a minimum of 2 fraction digits) in the current locale.
formatMoney(Money) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Format the given Money instance as a currency amount (symbol + decimal amount) in the current locale.
formatPercent(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Format the given object as a percent in the current locale.
FormatTool - Class in net.sourceforge.xconf.toolbox.spring
Velocity view toolbox tool to provide common string manipulations and number formatting.
FormatTool() - Constructor for class net.sourceforge.xconf.toolbox.spring.FormatTool
 
fromMap(Map) - Static method in class net.sourceforge.xconf.toolbox.web.QueryString
Creates a new instance from a map, allowing for multiple non-unique values for the same key.
fromMap(Map, boolean) - Static method in class net.sourceforge.xconf.toolbox.web.QueryString
Creates a new instance from a map.

G

GENERIC - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
get(List<T>, int, T) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns the item at the given index in the list, or the defaultValue if there is no item at the given index.
get(Map<K, V>, K, V) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Returns a value in the map for the given key, or the defaultValue if the key does not map to a value.
getAcceptedIssuers() - Method in class net.sourceforge.xconf.toolbox.ssl.EasyX509TrustManager
Returns an empty array.
getAcceptedIssuers() - Method in class net.sourceforge.xconf.toolbox.ssl.OldEasyX509TrustManager
 
getAcknowledgeMode() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
getAmount() - Method in class net.sourceforge.xconf.toolbox.Money
Returns the base amount represented by this instance.
getAsHTML() - Method in class net.sourceforge.xconf.toolbox.web.Text
Returns the HTML-encoded version of the wrapped string.
getAsJavaScript() - Method in class net.sourceforge.xconf.toolbox.web.Text
Returns the JavaScript-encoded version of the wrapped string.
getAsText() - Method in class net.sourceforge.xconf.toolbox.editors.EnumPropertyEditor
 
getAsText() - Method in class net.sourceforge.xconf.toolbox.editors.ListPropertyEditor
 
getAsText() - Method in class net.sourceforge.xconf.toolbox.editors.MoneyPropertyEditor
Returns a text representation of a Money instance.
getAsText() - Method in class net.sourceforge.xconf.toolbox.editors.MultiCurrencyMoneyPropertyEditor
Returns a text representation of a Money instance.
getAsText() - Method in class net.sourceforge.xconf.toolbox.editors.ValuedEnumPropertyEditor
 
getAsURL() - Method in class net.sourceforge.xconf.toolbox.web.Text
Returns the URL-encoded version of the wrapped string.
getAsXML() - Method in class net.sourceforge.xconf.toolbox.web.Text
Returns the XML-encoded version of the wrapped string.
getBeanNamesForType(Class) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Returns the names of all beans in the current DispatcherServlet's ApplicationContext that are of the given type.
getChildNode(String) - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getChildNodes(String) - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getChildNodes() - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getChildText(String) - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getClock() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
getCommand(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
Delegates to the configured command bean name resolver (and retrieves the bean from the current application context) if present, otherwise creates a command using the default superclass implementation.
getConnectionFactory() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
getCurrency() - Method in class net.sourceforge.xconf.toolbox.Money
Returns the currency of this instance.
getCurrentDate() - Method in interface net.sourceforge.xconf.toolbox.Clock
Returns a Date object and initialised it so that it represents the time at which it was created, measured to the nearest millisecond.
getCurrentDate() - Method in class net.sourceforge.xconf.toolbox.FakeClock
 
getCurrentDate() - Method in class net.sourceforge.xconf.toolbox.SystemClock
 
getCurrentPage() - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
getCurrentTimeMillis() - Method in interface net.sourceforge.xconf.toolbox.Clock
Returns the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
getCurrentTimeMillis() - Method in class net.sourceforge.xconf.toolbox.FakeClock
 
getCurrentTimeMillis() - Method in class net.sourceforge.xconf.toolbox.SystemClock
 
getDecimalAmount() - Method in class net.sourceforge.xconf.toolbox.Money
Returns the amount as a currency-adjusted decimal value.
getDefaultEnum(T, String) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns an Enum that matches the given name or defaultValue if no match found.
getDefaultEnum(T, int) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns a ValuedEnum that matches the given value or defaultValue if no match found.
getDefinitionsFactoryKey(String, ServletRequest, ServletContext) - Method in class net.sourceforge.xconf.toolbox.spring.SpringI18nFactorySet
Uses Spring's RequestContextUtils to resolve the locale, rather than simply checking the current session for a struts locale.
getDelegate() - Method in class net.sourceforge.xconf.toolbox.jms.JmsProxy
 
getDestinationName() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
getElement() - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getEnum(T, String) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns an Enum that matches the given name or null if no match found.
getEnum(T, int) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns a ValuedEnum that matches the given value or null if no match found.
getEnumList(T) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns an unmodifiable List of all Enum objects of the same class as the prototype.
getEnumMap(T) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns an unmodifiable Map of all Enum objects of the same class as the protorype by name.
getErrors() - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidatorContext
Returns the errors container for the currently-validated object.
getField(Object, String) - Static method in class net.sourceforge.xconf.toolbox.ReflectUtils
Attempts to return the value of the named field in the given instance.
getFieldValue(String) - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidatorContext
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
getFirstRowForPage(int) - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
Convenience method to return the first row from the result set that will be displayed on the given page.
getFormViewName() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
 
getHandler(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SupportedMethodHandlerMapping
 
getHandlerInternal(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMethodName(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.action.StaticMethodNameResolver
 
getInstance() - Static method in class net.sourceforge.xconf.toolbox.RandomUtils
Convienience singleton instance accessor.
getInstance() - Static method in class net.sourceforge.xconf.toolbox.SystemClock
 
getKeys() - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns the set of parameter keys for this instance.
getLanguage() - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Returns the current language used to format currencies, numbers and percents.
getLeft() - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
getLeft() - Method in class net.sourceforge.xconf.toolbox.Pair
 
getLocale() - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
 
getLocale() - Method in class net.sourceforge.xconf.toolbox.spring.SpringDateTool
 
getLookupPath(HttpServletRequest) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHelper
Accessor for HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE.
getModel() - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionResult
Returns the model to be used by the ActionCommandController to create a ModelAndView instance.
getObject() - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidatorContext
Returns the object currently being validated.
getOrder() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
 
getOrder() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
 
getPageLinks() - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
Returns a list of PageLink instances, each representing a link to a page of results.
getParam(String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns the first value for the given parameter or null if the parameter does not have any values.
getParam(String, String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns the first value for the given parameter or defaultValue if the parameter does not have any values.
getParameters(HttpServletRequest) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHelper
Accessor for URITemplateHandlerMapping.PARAMETERS_ATTRIBUTE.
getParams(String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns a copy of the list of values for the given parameter.
getPassword() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
getPath() - Method in class net.sourceforge.xconf.toolbox.web.URITemplate
Returns the path used to compile this URITemplate instance.
getPingResult() - Method in class net.sourceforge.xconf.toolbox.Ping
Attempts to invoke the native ping command and returns its output.
getPlain() - Method in class net.sourceforge.xconf.toolbox.web.Text
Returns the wrapped string without any encoding.
getQueryParameters() - Method in interface net.sourceforge.xconf.toolbox.spring.mvc.Redirect
Returns the model that is used to form any query parameters for the redirect.
getQueryParameters() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
 
getQueryParameters() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
 
getReachableResult() - Method in class net.sourceforge.xconf.toolbox.Ping
Attempts to create an InetAddress to retrieve a canonical hostname, ip address and to test reachability using InetAddress.isReachable(int).
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.EnumCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.JavaEnumCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateTimeCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalTimeCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.ValuedEnumCallback
 
getResult(ResultGetter) - Method in class net.sourceforge.xconf.toolbox.ibatis.YesNoCallback
 
getRight() - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
getRight() - Method in class net.sourceforge.xconf.toolbox.Pair
 
getRowsPerPage() - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
getSelector() - Method in interface net.sourceforge.xconf.toolbox.jms.MessageSelector
 
getSelector() - Method in class net.sourceforge.xconf.toolbox.jms.SimpleMessageSelector
 
getSize() - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns the number of parameters stored in this instance.
getSubscriberName() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
getSuccessRedirectUrl() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
 
getTargetPage() - Method in class net.sourceforge.xconf.toolbox.web.PageLink
 
getTemplate(HttpServletRequest) - Static method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHelper
Accessor for URITemplateHandlerMapping.TEMPLATE_ATTRIBUTE.
getText() - Method in class net.sourceforge.xconf.toolbox.xml.Node
 
getTimeZone() - Method in class net.sourceforge.xconf.toolbox.spring.SpringDateTool
 
getTimeZone(HttpServletRequest) - Static method in class net.sourceforge.xconf.toolbox.spring.TimeZoneUtils
Resolves a timeZone based on the current request.
getTimeZoneResolver(HttpServletRequest) - Static method in class net.sourceforge.xconf.toolbox.spring.TimeZoneUtils
Looks up a TimeZoneResolver instance in the request's attributes.
getTotalPages() - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
getTotalRowCount() - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
getType() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
getUrl() - Method in interface net.sourceforge.xconf.toolbox.spring.mvc.Redirect
Returns the URL to redirect to.
getUrl() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
 
getUrl() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
 
getUsername() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
getValue() - Method in class net.sourceforge.xconf.toolbox.Counter
 
getViewName() - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionResult
Returns the name of the view to be used by the ActionCommandController to create a ModelAndView instance.
greaterThan(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Convenience implementation of greater than function.

H

handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
Injects all aware setters, checks for binding and validation errors, uses the configured command method name resolver to retrieve the name of the action method to invoke, then invokes the action method and uses the returned ActionResult to create a ModelAndView.
handleAtomicPost(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadWritePostController
Handle an atomic HTTP POST request.
handleGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.AbstractGetController
Handle a HTTP GET request.
handleGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadOnlyGetController
Executes ReadOnlyGetController.handleReadOnlyGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) in a transactional block where any changes to the database are rolled-back.
handleMethodMissing(HttpServletRequest, HttpServletResponse, NoSuchRequestHandlingMethodException) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
Handler invoked when unable to resolve an action method.
handlePost(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.AbstractPostController
Handle a HTTP POST request.
handlePost(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadWritePostController
Executes ReadWritePostController.handleAtomicPost(javax.servlet.http.HttpServletRequest) in a transactional block to attempt to ensure atomic effects of a POST on persistent state.
handleReadOnlyGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadOnlyGetController
Handle a read-only HTTP GET request.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.AbstractGetController
This method ensures that the request is supported, sets up http cache headers and then delegates to AbstractGetController.handleGet(HttpServletRequest, HttpServletResponse) to process the request.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.AbstractPostController
This method delegates to AbstractPostController.handlePost(HttpServletRequest) and creates a RedirectView from the returned Redirect.
hashCode() - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
hashCode(Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns the hashCode() value of x.
hashCode() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
hashCode() - Method in class net.sourceforge.xconf.toolbox.Money
A hash code for a Money instance is computed using its fully-qualified classname, amount value and currency.
hashCode() - Method in class net.sourceforge.xconf.toolbox.Pair
 
head(List<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a pair containing the first item in the list, and a copy of the rest of the list.
Hex - Class in net.sourceforge.xconf.toolbox
Simple utility class to encode byte arrays into hexadecimal strings, where each byte is represented by two characters, and decode hexadecimal strings back into byte arrays.
Hex() - Constructor for class net.sourceforge.xconf.toolbox.Hex
 

I

IfElseRule - Class in net.sourceforge.xconf.toolbox.rules
This class provides an if/then/else construct.
IfElseRule() - Constructor for class net.sourceforge.xconf.toolbox.rules.IfElseRule
 
ImmutableUserType - Class in net.sourceforge.xconf.toolbox.hibernate
 
ImmutableUserType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate.ImmutableUserType
 
ImmutableUserType - Class in net.sourceforge.xconf.toolbox.hibernate3
Convienient base class for immutable UserType implementations.
ImmutableUserType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
 
in(Collection<T>) - Method in class net.sourceforge.xconf.toolbox.generic.filters.Filters
Returns a InFilter
increment() - Method in class net.sourceforge.xconf.toolbox.Counter
 
InFilter<T> - Class in net.sourceforge.xconf.toolbox.generic.filters
Compares given items against a collection.
InFilter(Collection<T>) - Constructor for class net.sourceforge.xconf.toolbox.generic.filters.InFilter
 
init(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Initialise using a org.apache.velocity.tools.view.context.ViewContext.
init(Object) - Method in class net.sourceforge.xconf.toolbox.spring.SpringDateTool
 
init(FilterConfig) - Method in class net.sourceforge.xconf.toolbox.web.LoggingFilter
 
initApplicationContext() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Calls the ControllerBeanNameHandlerMapping.detectControllers() method in addition to the superclass's initialization.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
Delegates to the configured BinderRegistrar if present.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in interface net.sourceforge.xconf.toolbox.spring.action.BinderRegistrar
 
instantiate(Class, Serializable) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns null.
InterceptorAdaptor - Class in net.sourceforge.xconf.toolbox.hibernate
Convenience base class for Hibernate interceptors.
InterceptorAdaptor() - Constructor for class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
 
InterfaceMockFactory - Class in net.sourceforge.xconf.toolbox.easymock
Wraps the org.easymock.EasyMock class to create mock objects for interfaces.
InterfaceMockFactory() - Constructor for class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
invalidate() - Method in class net.sourceforge.xconf.toolbox.jms.JmsProxy
 
invalidate() - Method in class net.sourceforge.xconf.toolbox.jms.PooledJmsProxy
 
invoke(Object, Method, Object[]) - Method in class net.sourceforge.xconf.toolbox.jms.JmsProxy
 
invokeAction(Object, String) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
IOUtils - Class in net.sourceforge.xconf.toolbox.generic
Common IO utility methods for file/stream reading and writing.
IOUtils() - Constructor for class net.sourceforge.xconf.toolbox.generic.IOUtils
 
IOUtils - Class in net.sourceforge.xconf.toolbox
Common IO utility methods for file/stream reading and writing.
IOUtils() - Constructor for class net.sourceforge.xconf.toolbox.IOUtils
 
isAnonymous() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
isAppendErrors() - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionResult
If true, the ActionCommandController will create a ModelAndView instance that contains both the model returned by this class and the BindException model containing any validation errors, otherwise only the model returned by this class will be used.
isClientTrusted(X509Certificate[]) - Method in class net.sourceforge.xconf.toolbox.ssl.OldEasyX509TrustManager
Returns true.
isContextRelative() - Method in interface net.sourceforge.xconf.toolbox.spring.mvc.Redirect
Returns whether to interpret the given URL as relative to the current ServletContext.
isContextRelative() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
 
isContextRelative() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
 
isCurrent() - Method in class net.sourceforge.xconf.toolbox.web.PageLink
 
isEmpty(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Useful implementation of the JSTL empty function.
isEmpty() - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns true if this instance does not have any parameters.
isEquals(Object, Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Null-safe implementation of an equality check.
isMutable() - Method in class net.sourceforge.xconf.toolbox.hibernate.ImmutableUserType
Returns false.
isMutable() - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns false.
isNegative() - Method in class net.sourceforge.xconf.toolbox.Money
Returns true if this instance represents a negative value (ie.
isNotEmpty(Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Negation of FormatTool.isEmpty(Object).
isNotEquals(Object, Object) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Negation of FormatTool.isEquals(Object, Object).
isNotZero() - Method in class net.sourceforge.xconf.toolbox.Money
Returns true if this instance represents a non-zero value.
isPattern(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplatePathMatcher
Always returns true.
isPositive() - Method in class net.sourceforge.xconf.toolbox.Money
Returns true if this instance represents a postive value (ie.
isPubSubDomain() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
isServerTrusted(X509Certificate[]) - Method in class net.sourceforge.xconf.toolbox.ssl.OldEasyX509TrustManager
Returns true.
isShowIsoCode() - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
 
isShowSymbol() - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
 
isTransacted() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
isUnsaved(Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns null.
isUseBracketsForNegative() - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
 
isUseGrouping() - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
 
isZero() - Method in class net.sourceforge.xconf.toolbox.Money
Returns true if this instance represents a zero value.
Iterations - Class in net.sourceforge.xconf.toolbox.generic
Common iterative operations.
Iterations() - Constructor for class net.sourceforge.xconf.toolbox.generic.Iterations
 
iterator(T) - Static method in class net.sourceforge.xconf.toolbox.generic.EnumLookup
Returns an unmodifiable Iterator of all Enum objects of the same class as the prototype.

J

JavaEnumCallback - Class in net.sourceforge.xconf.toolbox.ibatis
Base class for iBatis callbacks that persist java.lang.Enum instances.
JavaEnumCallback(Class<? extends Enum>) - Constructor for class net.sourceforge.xconf.toolbox.ibatis.JavaEnumCallback
 
JavaEnumType - Class in net.sourceforge.xconf.toolbox.hibernate3
Base class for Hibernate user types that persist java.lang.Enum instances.
JavaEnumType(Class<? extends Enum>) - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.JavaEnumType
 
JmsProxy - Class in net.sourceforge.xconf.toolbox.jms
 
JmsProxy(Object, JmsProxy) - Constructor for class net.sourceforge.xconf.toolbox.jms.JmsProxy
 
JmsProxyFactory - Class in net.sourceforge.xconf.toolbox.jms
 
JmsProxyFactory() - Constructor for class net.sourceforge.xconf.toolbox.jms.JmsProxyFactory
 

L

last(List<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns the last item in the list or null if the list is empty.
last(List<T>, T) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns the last item in the list or defaultValue if the list is empty.
lessThan(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Convenience implementation of less than function.
ListPropertyEditor - Class in net.sourceforge.xconf.toolbox.editors
Custom property editor to resolve delimited strings to a list of object instances using a delegate PropertyEditor to convert each token into an object.
ListPropertyEditor(PropertyEditor) - Constructor for class net.sourceforge.xconf.toolbox.editors.ListPropertyEditor
Uses a default delimeter.
ListPropertyEditor(PropertyEditor, String) - Constructor for class net.sourceforge.xconf.toolbox.editors.ListPropertyEditor
 
ListUtils - Class in net.sourceforge.xconf.toolbox.generic
Common methods on generic lists.
ListUtils() - Constructor for class net.sourceforge.xconf.toolbox.generic.ListUtils
 
LocalDateCallback - Class in net.sourceforge.xconf.toolbox.ibatis
iBatis callback to persist org.joda.time.LocalDate instances as SQL timestamps set to midnight.
LocalDateCallback() - Constructor for class net.sourceforge.xconf.toolbox.ibatis.LocalDateCallback
 
LocalDateTimeCallback - Class in net.sourceforge.xconf.toolbox.ibatis
iBatis callback to persist org.joda.time.LocalDateTime instances as SQL timestamps.
LocalDateTimeCallback() - Constructor for class net.sourceforge.xconf.toolbox.ibatis.LocalDateTimeCallback
 
LocalDateTimeType - Class in net.sourceforge.xconf.toolbox.hibernate3
Hibernate UserType to persist org.joda.time.LocalDateTime instances as SQL timestamps.
LocalDateTimeType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.LocalDateTimeType
 
LocalDateType - Class in net.sourceforge.xconf.toolbox.hibernate3
Hibernate UserType to persist org.joda.time.LocalDate instances as SQL timestamps set to midnight.
LocalDateType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.LocalDateType
 
LocalTimeCallback - Class in net.sourceforge.xconf.toolbox.ibatis
iBatis callback to persist org.joda.time.LocalTime instances as 'HH:mm' formatted string values.
LocalTimeCallback() - Constructor for class net.sourceforge.xconf.toolbox.ibatis.LocalTimeCallback
 
LocalTimeType - Class in net.sourceforge.xconf.toolbox.hibernate3
Hibernate UserType to persist org.joda.time.LocalTime instances as 'HH:mm' formatted string values.
LocalTimeType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.LocalTimeType
 
lockCurrentThread() - Static method in class net.sourceforge.xconf.toolbox.ThreadUtils
This method locks the current thread and waits to be interrupted.
LoggingFilter - Class in net.sourceforge.xconf.toolbox.web
Trivial filter implementation to clear out Log4j's nested diagnostic context at the end of each request, since we don't want a previous context's information appearing in the log file if a request processing thread is reused.
LoggingFilter() - Constructor for class net.sourceforge.xconf.toolbox.web.LoggingFilter
 

M

main(String[]) - Static method in class net.sourceforge.xconf.toolbox.Ping
Attempts to invoke Ping.getReachableResult() and Ping.getPingResult() for www.google.com.
makeObject(Object) - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolFactory
Creates a new JMS Connection using credentials supplied by a ConnectionPoolKey.
MapUtils - Class in net.sourceforge.xconf.toolbox.generic
Common methods on generic maps.
MapUtils() - Constructor for class net.sourceforge.xconf.toolbox.generic.MapUtils
 
match(String, String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplatePathMatcher
Returns true if the given text matches the given pattern.
matches(String) - Method in class net.sourceforge.xconf.toolbox.web.URITemplate
Returns true if the given URI can be matched by this URITemplate instance.
md5(byte[]) - Static method in class net.sourceforge.xconf.toolbox.DigestUtils
Returns the MD5 digest of the given byte array.
md5Hex(String) - Static method in class net.sourceforge.xconf.toolbox.DigestUtils
Convenience method to perform a MD5 digest on the bytes of the given value, and return the result as a hexadecimal string.
MessageListenerDriver - Class in net.sourceforge.xconf.toolbox.jms
A simple driver for message-driven POJOs using the JMS 1.1+ API.
MessageListenerDriver() - Constructor for class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
MessageListenerDriver102 - Class in net.sourceforge.xconf.toolbox.jms
A simple driver for message-driven POJOs using the JMS 1.0.2 API.
MessageListenerDriver102() - Constructor for class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
MessageProcessor - Interface in net.sourceforge.xconf.toolbox.jms
Alternative interface to MessageListener that does not require implementing classes to catch all exceptions.
MessageProcessorAdaptor - Class in net.sourceforge.xconf.toolbox.jms
Wraps a MessageListener so that it can be used by the MessageListenerDriver.
MessageProcessorAdaptor(MessageListener) - Constructor for class net.sourceforge.xconf.toolbox.jms.MessageProcessorAdaptor
 
MessageSelector - Interface in net.sourceforge.xconf.toolbox.jms
Strategy class to provide message selectors to the MessageListenerDriver.
MockControlFactory - Class in net.sourceforge.xconf.toolbox.mockcontrol
This factory wraps a MockFactory so that you can invoke replay(), reset() or verify() on multiple MockControls with one method call.
MockControlFactory() - Constructor for class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
 
MockFactory - Interface in net.sourceforge.xconf.toolbox.easymock
Implemented by classes that create mock objects.
MockFactory - Class in net.sourceforge.xconf.toolbox.mockcontrol
MockControl can mock up interfaces, but if you add the org.easymock.classextension.MockClassControl library to your classpath, this factory will also attempt mock up non-interface classes.
MockFactory() - Constructor for class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
 
MockObjectFactory - Class in net.sourceforge.xconf.toolbox.easymock
This class wraps both an InterfaceMockFactory and a ClassMockFactory, and dynamically figures out which MockFactory to use to create a mock object for a given class.
MockObjectFactory() - Constructor for class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
 
MockObjectFactory - Class in net.sourceforge.xconf.toolbox.mockcontrol
This class wraps a MockFactory instance and allows you to easily keep track of MockControls for mock objects without needing to create a test variable for each control.
MockObjectFactory() - Constructor for class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
 
MockTestCase - Class in net.sourceforge.xconf.toolbox.easymock
A convenient base class for JUnit tests that require mock objects.
MockTestCase() - Constructor for class net.sourceforge.xconf.toolbox.easymock.MockTestCase
JUnit TestCase constructor.
MockTestCase(String) - Constructor for class net.sourceforge.xconf.toolbox.easymock.MockTestCase
JUnit TestCase constructor.
MockTestCase - Class in net.sourceforge.xconf.toolbox.mockcontrol
A convenient base class for JUnit tests that require mock objects.
MockTestCase() - Constructor for class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
JUnit TestCase constructor.
MockTestCase(String) - Constructor for class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
JUnit TestCase constructor.
Money - Class in net.sourceforge.xconf.toolbox
This class is based on the Money(488) pattern in "Patterns of Enterprise Application Architecture" by Martin Fowler, Addison-Wesley, 2002.
Money() - Constructor for class net.sourceforge.xconf.toolbox.Money
For Hibernate.
Money(long, Currency) - Constructor for class net.sourceforge.xconf.toolbox.Money
Creates an instance from the given fractional amount and currency.
Money(long, String) - Constructor for class net.sourceforge.xconf.toolbox.Money
Convenience constructor to create an instance using the given fractional amount and a currency represented by the given ISO 4217 currency code.
Money(double, Currency) - Constructor for class net.sourceforge.xconf.toolbox.Money
Creates an instance from the given decimal amount and currency.
Money(double, String) - Constructor for class net.sourceforge.xconf.toolbox.Money
Convenience constructor to create an instance using the given decimal amount and a currency represented by the given ISO 4217 currency code.
MoneyFormat - Class in net.sourceforge.xconf.toolbox
Formatter for Money instances.
MoneyFormat() - Constructor for class net.sourceforge.xconf.toolbox.MoneyFormat
Create an instance using the platform default locale.
MoneyFormat(Locale) - Constructor for class net.sourceforge.xconf.toolbox.MoneyFormat
Create an instance using the given locale.
MoneyParser - Class in net.sourceforge.xconf.toolbox
Parser for Money instances.
MoneyParser() - Constructor for class net.sourceforge.xconf.toolbox.MoneyParser
Creates a parser that will use the platform default locale and expect amounts without grouping separators.
MoneyParser(Locale, boolean) - Constructor for class net.sourceforge.xconf.toolbox.MoneyParser
Creates a new parser.
MoneyPropertyEditor - Class in net.sourceforge.xconf.toolbox.editors
Custom property editor to resolve Money instances for a single known currency.
MoneyPropertyEditor(Currency, Locale) - Constructor for class net.sourceforge.xconf.toolbox.editors.MoneyPropertyEditor
 
MoneyPropertyEditor(Currency, Locale, boolean) - Constructor for class net.sourceforge.xconf.toolbox.editors.MoneyPropertyEditor
 
MultiCurrencyMoneyPropertyEditor - Class in net.sourceforge.xconf.toolbox.editors
Multi-currency version of a property editor to resolve Money instances.
MultiCurrencyMoneyPropertyEditor(Locale) - Constructor for class net.sourceforge.xconf.toolbox.editors.MultiCurrencyMoneyPropertyEditor
 
MultiCurrencyMoneyPropertyEditor(Locale, boolean) - Constructor for class net.sourceforge.xconf.toolbox.editors.MultiCurrencyMoneyPropertyEditor
 
multiply(long) - Method in class net.sourceforge.xconf.toolbox.Money
Money multiplication without any rounding.
multiply(double) - Method in class net.sourceforge.xconf.toolbox.Money
Money multiplication with a default rounding mode.
multiply(BigDecimal) - Method in class net.sourceforge.xconf.toolbox.Money
Money multiplication with a default rounding mode.
multiply(BigDecimal, int) - Method in class net.sourceforge.xconf.toolbox.Money
Money multiplication with user specified rounding mode.

N

negate() - Method in class net.sourceforge.xconf.toolbox.Money
Convert a negative amount into a positive, and vice versa.
net.sourceforge.xconf.toolbox - package net.sourceforge.xconf.toolbox
Miscellaneous utility classes, such as Base64 and Hex encoders, IO cleanup classes, system clock abstractions, and an implementation of a Money primitive type.
net.sourceforge.xconf.toolbox.easymock - package net.sourceforge.xconf.toolbox.easymock
EasyMock 2.x utility classes.
net.sourceforge.xconf.toolbox.editors - package net.sourceforge.xconf.toolbox.editors
Custom property editors for enumerated types and other funky data types.
net.sourceforge.xconf.toolbox.generic - package net.sourceforge.xconf.toolbox.generic
Utility classes modified to use generics and other enhancements available in JDK 1.5+ libraries.
net.sourceforge.xconf.toolbox.generic.filters - package net.sourceforge.xconf.toolbox.generic.filters
Common reusable filter implementations.
net.sourceforge.xconf.toolbox.hibernate - package net.sourceforge.xconf.toolbox.hibernate
Miscellaneous Hibernate2 utility classes, including custom user types for Commons-Lang enumerations.
net.sourceforge.xconf.toolbox.hibernate3 - package net.sourceforge.xconf.toolbox.hibernate3
Miscellaneous Hibernate3 utility classes, including custom user types for Commons-Lang enumerations.
net.sourceforge.xconf.toolbox.ibatis - package net.sourceforge.xconf.toolbox.ibatis
Custom iBatis persistance callbacks to map Commons-Lang (and other) types.
net.sourceforge.xconf.toolbox.jms - package net.sourceforge.xconf.toolbox.jms
JMS Connection pools, drivers for POJO message-driven beans and Spring JmsTemplates that support connection pools.
net.sourceforge.xconf.toolbox.mockcontrol - package net.sourceforge.xconf.toolbox.mockcontrol
EasyMock 1.x utility classes.
net.sourceforge.xconf.toolbox.rules - package net.sourceforge.xconf.toolbox.rules
Components for a configurable and reusable rule framework.
net.sourceforge.xconf.toolbox.spring - package net.sourceforge.xconf.toolbox.spring
Miscellaneous Spring framework utility classes, such as an implementation of a Struts Tiles definition factory that plays nicely with Spring Framework's localisation mechanism and a TimeZone resolution strategy.
net.sourceforge.xconf.toolbox.spring.action - package net.sourceforge.xconf.toolbox.spring.action
An implementation of a Spring Framework AbstractCommandController that allows us to use Spring-managed beans as command objects, This controller permits these beans to have their own execution methods invoked automatically following property binding.
net.sourceforge.xconf.toolbox.spring.mvc - package net.sourceforge.xconf.toolbox.spring.mvc
Miscellaneous Spring MVC framework addon classes.
net.sourceforge.xconf.toolbox.ssl - package net.sourceforge.xconf.toolbox.ssl
JDK 1.4+ and old JSSE versions of SSL and HTTPS configuration utility classes.
net.sourceforge.xconf.toolbox.web - package net.sourceforge.xconf.toolbox.web
Miscellaneous web utility classes, such as a UTF-8 Query String builer/parser, a URITemplate class to create and parse RESTful URLs, and a little class to help you to create a list of page numbers for paging through large result sets.
net.sourceforge.xconf.toolbox.xml - package net.sourceforge.xconf.toolbox.xml
Utility classes for JDOM Element and Document manipulation.
newInstance(Class) - Static method in class net.sourceforge.xconf.toolbox.ReflectUtils
Attempts to create an instance of the given class using a no-argument constructor.
nextBytes(int) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a byte array of size n filled with random bytes.
nextBytes(byte[]) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextInt() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextInt(int) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextLong() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextRandomUUID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a completely random UUID (ie.
nextSecureBytes(int) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a byte array of size n filled with random bytes.
nextSecureBytes(byte[]) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextSecureInt() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextSecureInt(int) - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextSecureLong() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
 
nextSecureRandomUUID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a completely random UUID (ie.
nextSecureUniqueID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a string suitable to be used as unique ID, generated by Base62-encoding 16 random bytes provided by a java.security.SecureRandom instance.
nextSecureUUID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a UUID in its canonical form, generated from a MD5 hash of: Local machine address Current time in milliseconds Random long using RandomUtils.nextSecureLong() For example: EBCE62BC-8EB7-D4EC-78FB-C9C54D282834
nextUniqueID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a string suitable to be used as unique ID, generated by Base62-encoding 16 random bytes provided by a java.util.Random instance.
nextUUID() - Method in class net.sourceforge.xconf.toolbox.RandomUtils
Returns a UUID in its canonical form, generated from a MD5 hash of: Local machine address Current time in milliseconds Random long using RandomUtils.nextLong() For example: 20F66819-55B6-28CE-D1EF-7B3DD524E639
Node - Class in net.sourceforge.xconf.toolbox.xml
Namespace-aware JDOM Element wrapper.
Node(Element) - Constructor for class net.sourceforge.xconf.toolbox.xml.Node
 
not(Filter<T>) - Method in class net.sourceforge.xconf.toolbox.generic.filters.Filters
Returns a NotFilter
NotFilter<T> - Class in net.sourceforge.xconf.toolbox.generic.filters
Simply reverses the result of the delegate filter.
NotFilter(Filter<T>) - Constructor for class net.sourceforge.xconf.toolbox.generic.filters.NotFilter
 
NotRule - Class in net.sourceforge.xconf.toolbox.rules
NOT predicate.
NotRule(Rule) - Constructor for class net.sourceforge.xconf.toolbox.rules.NotRule
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.EnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.ValuedEnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate.ZeroForNullLongType
Returns zero if the mapped value was actually null.
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.BooleanYesNoType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.EnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.JavaEnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateTimeType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalTimeType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ValuedEnumType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ZeroForNullLongType
Returns zero if the mapped value was actually null.
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate.EnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate.ValuedEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate.ZeroForNullLongType
Sets zero if the given value is a null object.
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.BooleanYesNoType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.EnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.JavaEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateTimeType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalTimeType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ValuedEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ZeroForNullLongType
Sets zero if the given value is a null object.

O

OldEasyHostnameVerifier - Class in net.sourceforge.xconf.toolbox.ssl
Old JSSE version of a HostnameVerifier that accepts all hostnames.
OldEasyHostnameVerifier() - Constructor for class net.sourceforge.xconf.toolbox.ssl.OldEasyHostnameVerifier
 
OldEasySSLUtils - Class in net.sourceforge.xconf.toolbox.ssl
Old JSSE utility class to setup very trusting SSL connections.
OldEasySSLUtils() - Constructor for class net.sourceforge.xconf.toolbox.ssl.OldEasySSLUtils
 
OldEasyX509TrustManager - Class in net.sourceforge.xconf.toolbox.ssl
Old JSSE version of an X509TrustManager that accepts all certificates.
OldEasyX509TrustManager() - Constructor for class net.sourceforge.xconf.toolbox.ssl.OldEasyX509TrustManager
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Empty implementation.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns false.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns false.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Returns false.
onSubmit(HttpServletRequest, Object, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
To be overwritten by implementing classes.
onSubmit(Object, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
To be overwritten by implementing classes.
onSubmit(Object) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
To be overwritten by implementing classes.
or(Filter<T>...) - Method in class net.sourceforge.xconf.toolbox.generic.filters.Filters
Returns an OrFilter
OrFilter<T> - Class in net.sourceforge.xconf.toolbox.generic.filters
OR Filter chain.
OrFilter(Filter<T>...) - Constructor for class net.sourceforge.xconf.toolbox.generic.filters.OrFilter
 
OrRule - Class in net.sourceforge.xconf.toolbox.rules
OR predicate.
OrRule(List) - Constructor for class net.sourceforge.xconf.toolbox.rules.OrRule
 
OrRule(Rule, Rule) - Constructor for class net.sourceforge.xconf.toolbox.rules.OrRule
 

P

PageLink - Class in net.sourceforge.xconf.toolbox.web
Represents a link to a page of results.
PageLink(int, boolean) - Constructor for class net.sourceforge.xconf.toolbox.web.PageLink
 
PageLinkCalculator - Class in net.sourceforge.xconf.toolbox.web
Simple class to perform paging calculations and page link creation.
PageLinkCalculator(int, int) - Constructor for class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
Pair<L,R> - Class in net.sourceforge.xconf.toolbox.generic
Generic holder class for when you absolutely need to return more than one object from a method, or when you need to use more than one object as a map key or collection entry.
Pair() - Constructor for class net.sourceforge.xconf.toolbox.generic.Pair
 
Pair(L, R) - Constructor for class net.sourceforge.xconf.toolbox.generic.Pair
 
Pair - Class in net.sourceforge.xconf.toolbox
Holder class for when you absolutely need to return more than one object from a method, or when you need to use more than one object as a map key or collection entry.
Pair() - Constructor for class net.sourceforge.xconf.toolbox.Pair
 
Pair(Object, Object) - Constructor for class net.sourceforge.xconf.toolbox.Pair
 
PARAMETERS_ATTRIBUTE - Static variable in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Request attribute key used to retrieve parameter map parsed from the current request's path.
parse(String) - Static method in class net.sourceforge.xconf.toolbox.web.QueryString
Creates a new instance from the given UTF-8 encoded query string, allowing for multiple non-unique values for the same key.
parse(String, boolean) - Static method in class net.sourceforge.xconf.toolbox.web.QueryString
Creates a new instance from the given UTF-8 encoded query string.
parse(String) - Method in class net.sourceforge.xconf.toolbox.web.URITemplate
Returns a map of key-value parameter pairs parsed from the given URI.
parseMoney(String) - Method in class net.sourceforge.xconf.toolbox.MoneyParser
Expects amounts to be in the following format: currency-code decimal-amount, where the currency-code is an ISO 4217 currency code.
parseMoney(String, String) - Method in class net.sourceforge.xconf.toolbox.MoneyParser
Parse a decimal amount into a Money object in the currency represented by the given ISO 4217 currency code.
parseMoney(String, Currency) - Method in class net.sourceforge.xconf.toolbox.MoneyParser
Parse a decimal amount into a Money object in the given currency.
Ping - Class in net.sourceforge.xconf.toolbox
This class implements a couple of ways of testing whether a given address is reachable.
Ping() - Constructor for class net.sourceforge.xconf.toolbox.Ping
 
PooledConnectionFactory - Class in net.sourceforge.xconf.toolbox.jms
Wraps a given ConnectionFactory to allow pooling of JMS connections.
PooledConnectionFactory(ConnectionFactory) - Constructor for class net.sourceforge.xconf.toolbox.jms.PooledConnectionFactory
 
PooledJmsProxy - Class in net.sourceforge.xconf.toolbox.jms
 
PooledJmsProxy(Object, ConnectionPoolKey, KeyedObjectPool) - Constructor for class net.sourceforge.xconf.toolbox.jms.PooledJmsProxy
 
postFlush(Iterator) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Empty implementation.
preFlush(Iterator) - Method in class net.sourceforge.xconf.toolbox.hibernate.InterceptorAdaptor
Empty implementation.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class net.sourceforge.xconf.toolbox.spring.TimeZoneInterceptor
Binds the configured TimeZoneResolver instance into each request as an attribute using the TimeZoneResolver's class name as the attribute's key.
process(Message) - Method in interface net.sourceforge.xconf.toolbox.jms.MessageProcessor
 
process(Message) - Method in class net.sourceforge.xconf.toolbox.jms.MessageProcessorAdaptor
Delegates to MessageListener.onMessage(Message).
processAwareSetters(Object, HttpServletRequest, HttpServletResponse, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
This method delegates to RedirectAfterSubmitFormController.onSubmit(HttpServletRequest, Object, BindException) and creates a RedirectView from the returned Redirect.
processJmsAccessException(JMSException, Connection) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Logs the exception as a warning.
processMessage(Session, Message) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Processes the given message using the configured MessageProcessor and, if required, commits the session or acknowledges the message.

Q

queryProperties(Map) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewWithoutModel
Returns an empty map to stop RedirectView from appending model entries as query string parameters.
QueryString - Class in net.sourceforge.xconf.toolbox.web
This JDK 1.4+ class be used to build and parse a query string encoded message.
QueryString(boolean) - Constructor for class net.sourceforge.xconf.toolbox.web.QueryString
This constructor allows the creation of an instance that permits only unique values for the same key.
QueryString() - Constructor for class net.sourceforge.xconf.toolbox.web.QueryString
Creates a new instance that allows multiple non-unique values for the same key.
QUEUE - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 

R

RandomUtils - Class in net.sourceforge.xconf.toolbox
Performs common random number and ID generation tasks.
RandomUtils() - Constructor for class net.sourceforge.xconf.toolbox.RandomUtils
Initialises random number generators.
read(String) - Static method in class net.sourceforge.xconf.toolbox.xml.DocumentUtils
Attempts to read a document from the given xml string.
readBytes(File) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the file.
readBytes(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the input stream.
readBytesAndClose(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the input stream.
readLines(File) - Static method in class net.sourceforge.xconf.toolbox.generic.IOUtils
Read all lines from the file using default platform end-of-line characters and the default platform character set.
readLines(InputStream) - Static method in class net.sourceforge.xconf.toolbox.generic.IOUtils
Read all lines from the input stream using default platform end-of-line characters and the default platform character set.
readLines(File) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all lines from the file using default platform end-of-line characters and the default platform character set.
readLines(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all lines from the input stream using default platform end-of-line characters and the default platform character set.
readLinesAndClose(InputStream) - Static method in class net.sourceforge.xconf.toolbox.generic.IOUtils
Read all lines from the input stream using default platform end-of-line characters and the default platform character set.
readLinesAndClose(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all lines from the input stream using default platform end-of-line characters and the default platform character set.
ReadOnlyGetController - Class in net.sourceforge.xconf.toolbox.spring.mvc
Controller that handles HTTP GET requests and ensures that any database transaction used to prepare the ModelAndView for rendering is rolled back, so that GETs have no effect on persistent state.
ReadOnlyGetController() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.ReadOnlyGetController
 
readText(File) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the file and return them as a string using the default platform character set.
readText(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the input stream and return them as a string using the default platform character set.
readTextAndClose(InputStream) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Read all bytes from the input stream and return them as a string using the default platform character set.
ReadWritePostController - Class in net.sourceforge.xconf.toolbox.spring.mvc
This controller only supports HTTP POST requests and implements a redirect-after-post workflow, where all POST requests result in a redirect.
ReadWritePostController() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.ReadWritePostController
 
receive(MessageConsumer) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Receives a Message - if the receiveTimeoutSeconds is greater than zero this method will only block for the given number of seconds before returning, otherwise this method will block indefinitely.
receiveMessages() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Main method.
Redirect - Interface in net.sourceforge.xconf.toolbox.spring.mvc
Returned by POST request handling methods to redirect a caller following form submission.
RedirectAfterSubmitFormController - Class in net.sourceforge.xconf.toolbox.spring.mvc
This controller implements a redirect-after-post workflow, where all form submissions result in a redirect.
RedirectAfterSubmitFormController() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
 
RedirectViewResolver - Class in net.sourceforge.xconf.toolbox.spring.mvc
A ViewResolver implementation that maps view names to redirect URLs.
RedirectViewResolver() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
 
RedirectViewWithoutModel - Class in net.sourceforge.xconf.toolbox.spring.mvc
Spring Framework's default RedirectView appends all model entries as query string parameters.
RedirectViewWithoutModel() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewWithoutModel
Delegates to RedirectView constructor.
RedirectViewWithoutModel(String, boolean, boolean) - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewWithoutModel
Delegates to RedirectView constructor.
RedirectViewWithoutModel(String, boolean) - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewWithoutModel
Delegates to RedirectView constructor.
RedirectViewWithoutModel(String) - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewWithoutModel
Delegates to RedirectView constructor.
ReflectUtils - Class in net.sourceforge.xconf.toolbox
Utility class to aid in the creation and manipulation of objects by reflection.
ReflectUtils() - Constructor for class net.sourceforge.xconf.toolbox.ReflectUtils
 
refreshConsumer(MessageConsumer, Session, Destination) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
If required, this method periodically closes and recreates the MessageConsumer.
register(Object) - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
register(Object) - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
register(Object) - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Register a mock object to be managed by this factory.
register(Object) - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Register a mock object to be managed by this factory.
register(Object) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.register(Object).
registerControllers(Class) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Register all controllers of the given type, searching the current DispatcherServlet's ApplicationContext for matching beans.
removeParam(String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Removes the list of values for the given parameter.
replace(Object, Object, Object) - Method in class net.sourceforge.xconf.toolbox.hibernate3.ImmutableUserType
Returns the original object without modification.
replay() - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
replay() - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
replay() - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Invokes EasyMock.replay() on all mock objects created by this factory.
replay() - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Invokes EasyMock.replay() on all mock objects created by this factory.
replay() - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.replay().
replay() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Invokes replay() on all controls created by this factory.
replay() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Invokes replay() on all MockControls created by this factory.
replay() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Invokes replay() on all MockControls created by this test.
replayAllControls(Collection) - Static method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Invokes replay() on all controls in the given collection.
RequestAware - Interface in net.sourceforge.xconf.toolbox.spring.action
Implemented by actions that need to have access to the current request.
reset() - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
reset() - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
reset() - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Invokes EasyMock.reset() on all mock objects created by this factory.
reset() - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Invokes EasyMock.reset() on all mock objects created by this factory.
reset() - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.reset().
reset() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Invokes reset() on all controls created by this factory.
reset() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Invokes reset() on all MockControls created by this factory.
reset() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Invokes reset() on all MockControls created by this test.
resetAllControls(Collection) - Static method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Invokes reset() on all controls in the given collection.
resetAutoCommit(Connection, boolean) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
Creates a random error reference, logs the given exception with the reference number and request URI, and returns a ModelAndView with the configured error view and generated error reference.
resolveTimeZone(HttpServletRequest) - Method in class net.sourceforge.xconf.toolbox.spring.FixedTimeZoneResolver
Simply returns the default time zone.
resolveTimeZone(HttpServletRequest) - Method in interface net.sourceforge.xconf.toolbox.spring.TimeZoneResolver
Resolve the current time zone via the given request.
resolveViewName(String, Locale) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
Returns the configured RedirectView, or null if no view is found for the name.
ResponseAware - Interface in net.sourceforge.xconf.toolbox.spring.action
Implemented by actions that need to have access to the current response.
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate.EnumType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate.ValuedEnumType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate.ZeroForNullLongType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.BooleanYesNoType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.EnumType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.JavaEnumType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateTimeType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalTimeType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.ValuedEnumType
 
returnedClass() - Method in class net.sourceforge.xconf.toolbox.hibernate3.ZeroForNullLongType
 
rollbackConnection(Connection, boolean) - Static method in class net.sourceforge.xconf.toolbox.Cleanup
Convenience method to rollback a connection if the connection is not null and shouldRollback is true.
Rule - Interface in net.sourceforge.xconf.toolbox.rules
Base interface for the framework.
run() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Runnable loop.

S

sameCurrency(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Returns true if the given object is of the same currency as this instance.
setAcknowledgeClientMessages(boolean) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
If the session is set to Session.CLIENT_ACKNOWLEDGE should this driver acknowledge messages that are processed by the MessageListener without any errors.
setAcknowledgeMode(int) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Default is Session.AUTO_ACKNOWLEDGE.
setAddress(String) - Method in class net.sourceforge.xconf.toolbox.Ping
Sets the address to check.
setAlwaysUseFullPath(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Set if URL lookup should always use the full path within the current servlet context.
setAmount(long) - Method in class net.sourceforge.xconf.toolbox.Money
For Hibernate.
setAppendErrors(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionResult
 
setAppendModelParams(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
Set whether to return a RedirectView that appends model parameters to the query string (true by default).
setApplicationContext(ApplicationContext) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
 
setAsText(String) - Method in class net.sourceforge.xconf.toolbox.editors.EnumPropertyEditor
 
setAsText(String) - Method in class net.sourceforge.xconf.toolbox.editors.ListPropertyEditor
 
setAsText(String) - Method in class net.sourceforge.xconf.toolbox.editors.MoneyPropertyEditor
Parse the given text into a Money instance.
setAsText(String) - Method in class net.sourceforge.xconf.toolbox.editors.MultiCurrencyMoneyPropertyEditor
Parse the given text into a Money instance.
setAsText(String) - Method in class net.sourceforge.xconf.toolbox.editors.ValuedEnumPropertyEditor
 
setBinderRegistrar(BinderRegistrar) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setClientId(String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the id for a JMS connection.
setClock(Clock) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
setCommandBeanName(String) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setCommandBeanNameResolver(MethodNameResolver) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setCommandMethodMissingViewName(String) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setCommandMethodName(String) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setCommandMethodNameResolver(MethodNameResolver) - Method in class net.sourceforge.xconf.toolbox.spring.action.ActionCommandController
 
setCondition(Rule) - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidator
 
setConnectionFactory(ConnectionFactory) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
 
setConsumerRefreshSeconds(int) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the interval in seconds between recreations of the MessageConsumer.
setContextRelative(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
Set whether to interpret the given URL as relative to the current ServletContext (false by default).
setCurrency(Currency) - Method in class net.sourceforge.xconf.toolbox.Money
For Hibernate.
setCurrentDate(Date) - Method in class net.sourceforge.xconf.toolbox.FakeClock
 
setCurrentMillis(long) - Method in class net.sourceforge.xconf.toolbox.FakeClock
 
setCurrentPage(int) - Method in class net.sourceforge.xconf.toolbox.web.PageLinkCalculator
 
setDefaultTimeZone(String) - Method in class net.sourceforge.xconf.toolbox.spring.FixedTimeZoneResolver
 
setDelegate(Validator) - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidator
 
setDelegate(HandlerMapping) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SupportedMethodHandlerMapping
 
setDestinationName(String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the name of the Queue or Topic to receive messages.
setDetectHandlersInAncestorContexts(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Set whether to detect handler beans in ancestor ApplicationContexts.
setElseRule(Rule) - Method in class net.sourceforge.xconf.toolbox.rules.IfElseRule
Default: FalseRule
setErrors(Errors) - Method in interface net.sourceforge.xconf.toolbox.spring.action.ErrorsAware
 
setErrorView(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
 
setFactory(MockFactory) - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Set the MockFactory to use to create mock objects.
setField(Object, String, Object) - Static method in class net.sourceforge.xconf.toolbox.ReflectUtils
Attempts to set the named field in the given instance to the given value.
setFormViewName(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
 
setHttp10Compatible(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
Set whether to stay compatible with HTTP 1.0 clients (true by default).
setIfRule(Rule) - Method in class net.sourceforge.xconf.toolbox.rules.IfElseRule
Default: FalseRule
setLeft(L) - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
setLeft(Object) - Method in class net.sourceforge.xconf.toolbox.Pair
 
setLocale(Locale) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
Set the locale for this instance that will be used to provide the rules to format currencies and decimal amounts.
setMappings(Properties) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
Map URL paths to handler bean names.
setMappings(Map<String, String>) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
Map URL paths to handler bean names.
setMappings(Properties) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Map URL paths to handler bean names.
setMappings(Map<String, String>) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Map URL paths to handler bean names.
setMessageListener(MessageListener) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the message-driven bean to use to process received messages.
setMessageProcessor(MessageProcessor) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the message-driven bean to use to process received messages.
setMessageSelector(String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the default message selector to use when creating a MessageProducer.
setOrder(int) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
 
setOrder(int) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
 
setParam(String, String) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Replaces the current list of values for the given parameter with a new list containing the given value.
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.EnumCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.JavaEnumCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateTimeCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalTimeCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.ValuedEnumCallback
 
setParameter(ParameterSetter, Object) - Method in class net.sourceforge.xconf.toolbox.ibatis.YesNoCallback
 
setParams(String, Collection) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Replaces the current list of values for the given parameter with the given collection of string values.
setParams(QueryString) - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Invokes QueryString.setParams(String, Collection) on each key and list of values from the given QueryString.
setPubSubDomain(boolean) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
If true this receiver will connect to a Topic, otherwise this receiver will connect to a Queue.
setReceiveTimeoutSeconds(int) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the timeout in seconds for reception of JMS messages via a MessageConsumer.
setReconnectWaitSeconds(int) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the wait in seconds between reconnection attempts in the event of JMS connection errors.
setRequest(HttpServletRequest) - Method in interface net.sourceforge.xconf.toolbox.spring.action.RequestAware
 
setResolver(TimeZoneResolver) - Method in class net.sourceforge.xconf.toolbox.spring.TimeZoneInterceptor
Default is a FixedTimeZoneResolver that uses the platform's default timezone.
setResponse(HttpServletResponse) - Method in interface net.sourceforge.xconf.toolbox.spring.action.ResponseAware
 
setRight(R) - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
setRight(Object) - Method in class net.sourceforge.xconf.toolbox.Pair
 
setSelector(MessageSelector) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the default selector to use when creating a MessageProducer.
setShowIsoCode(boolean) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
Sets whether this instance should prefix the decimal amount with the ISO 4217 currency code of the Money instance.
setShowSymbol(boolean) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
Returns whether this instance prefix the decimal amount with the currency symbol of the Money instance.
setSubscriberName(String) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Sets the name of a durable JMS topic subscriber.
setSuccessRedirectUrl(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
 
setSupportedMethod(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SupportedMethodHandlerMapping
 
setSupportedMethods(Set) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SupportedMethodHandlerMapping
 
setThenRule(Rule) - Method in class net.sourceforge.xconf.toolbox.rules.IfElseRule
Default: FalseRule
setTimeZone(HttpServletRequest, HttpServletResponse, TimeZone) - Method in class net.sourceforge.xconf.toolbox.spring.FixedTimeZoneResolver
Null implementation.
setTimeZone(HttpServletRequest, HttpServletResponse, TimeZone) - Method in interface net.sourceforge.xconf.toolbox.spring.TimeZoneResolver
Set the current time zone to the given one.
setTransacted(boolean) - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Default is false - JMS sessions are not transacted.
setTransactionTemplate(TransactionOperations) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadOnlyGetController
 
setTransactionTemplate(TransactionOperations) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ReadWritePostController
 
setupHttps(URLConnection) - Static method in class net.sourceforge.xconf.toolbox.ssl.EasySSLUtils
Sets up a very trusting SSL connection.
setupHttps(URLConnection) - Static method in class net.sourceforge.xconf.toolbox.ssl.OldEasySSLUtils
Sets up a very trusting SSL connection.
setupHttpsDefaults() - Static method in class net.sourceforge.xconf.toolbox.ssl.EasySSLUtils
Configures JDK 1.4+ to use very trusting SSL connections by default.
setupHttpsDefaults() - Static method in class net.sourceforge.xconf.toolbox.ssl.OldEasySSLUtils
Configures old JSSE to use very trusting SSL connections by default.
setupJSSEProperties() - Static method in class net.sourceforge.xconf.toolbox.ssl.OldEasySSLUtils
Setup the JSSE protocol handler and add the Sun SSL security provider.
setUrlDecode(boolean) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Set if context path and request URI should be URL-decoded.
setUrlSuffix(String) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.ControllerBeanNameHandlerMapping
Set an optional suffix to append to all generated url mappings.
setUseBracketsForNegative(boolean) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
By default, negative amounts are prefixed with a minus sign.
setUseGrouping(boolean) - Method in class net.sourceforge.xconf.toolbox.MoneyFormat
Set whether this instance should format decimal amounts using a locale-specific grouping separator.
SetUtils - Class in net.sourceforge.xconf.toolbox.generic
Common methods on generic sets.
SetUtils() - Constructor for class net.sourceforge.xconf.toolbox.generic.SetUtils
 
setValidators(List) - Method in class net.sourceforge.xconf.toolbox.spring.CompositeValidator
Sets the list of validators to use.
setValue(int) - Method in class net.sourceforge.xconf.toolbox.Counter
 
setViews(Properties) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectViewResolver
Set view name / redirect URL pairs.
sha1(byte[]) - Static method in class net.sourceforge.xconf.toolbox.DigestUtils
Returns the SHA1 digest of the given byte array.
sha1Hex(String) - Static method in class net.sourceforge.xconf.toolbox.DigestUtils
Convenience method to perform a SHA1 digest on the bytes of the given value, and return the result as a hexadecimal string.
shouldInvoke(Method) - Method in class net.sourceforge.xconf.toolbox.jms.JmsProxy
 
shouldInvoke(Method) - Method in class net.sourceforge.xconf.toolbox.jms.PooledJmsProxy
 
shouldRefreshConsumer() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Returns true if the consumer should be refreshed.
showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class net.sourceforge.xconf.toolbox.spring.mvc.RedirectAfterSubmitFormController
To be overwritten by implementing classes.
SimpleMessageSelector - Class in net.sourceforge.xconf.toolbox.jms
Default implementation of a MessageSelector.
SimpleMessageSelector(String) - Constructor for class net.sourceforge.xconf.toolbox.jms.SimpleMessageSelector
 
SimpleRedirect - Class in net.sourceforge.xconf.toolbox.spring.mvc
Default implementation of a Redirect.
SimpleRedirect(String, boolean, Map) - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
Creates a new instance.
SOAP_NS - Static variable in class net.sourceforge.xconf.toolbox.xml.DocumentUtils
 
split(String) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Tokenize a given string using an end-of-line as the delimiting character.
split(String, String) - Method in class net.sourceforge.xconf.toolbox.spring.FormatTool
Tokenize a given string using a specified set of delimiting characters.
SpringDateTool - Class in net.sourceforge.xconf.toolbox.spring
Uses Spring's LocaleResolver and our TimeZoneResolver to resolve the Locale and TimeZone for each request.
SpringDateTool() - Constructor for class net.sourceforge.xconf.toolbox.spring.SpringDateTool
 
SpringI18nFactorySet - Class in net.sourceforge.xconf.toolbox.spring
Overrides default Tiles behaviour of using a Struts locale for internationalisation in favour of using Spring Framework's RequestContextUtils to resolve a locale.
SpringI18nFactorySet() - Constructor for class net.sourceforge.xconf.toolbox.spring.SpringI18nFactorySet
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate.EnumType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate.ValuedEnumType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate.ZeroForNullLongType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.BooleanYesNoType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.EnumType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.JavaEnumType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateTimeType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalDateType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.LocalTimeType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.ValuedEnumType
 
sqlTypes() - Method in class net.sourceforge.xconf.toolbox.hibernate3.ZeroForNullLongType
 
start() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Validates configuration and starts the runnable loop.
StaticMethodNameResolver - Class in net.sourceforge.xconf.toolbox.spring.action
This implementation simply returns its configured method name.
StaticMethodNameResolver(String) - Constructor for class net.sourceforge.xconf.toolbox.spring.action.StaticMethodNameResolver
 
stop() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Stops message reception and interrupts the runnable loop.
subtract(Money) - Method in class net.sourceforge.xconf.toolbox.Money
Money subtraction.
SupportedMethodHandlerMapping - Class in net.sourceforge.xconf.toolbox.spring.mvc
Only permits the delegate HandlerMapping to resolve a request if the request's method is supported by this class.
SupportedMethodHandlerMapping() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.SupportedMethodHandlerMapping
 
supports(Class) - Method in class net.sourceforge.xconf.toolbox.spring.CompositeValidator
Always returns true.
supports(Class) - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidator
Delegates to the underlying validator.
SystemClock - Class in net.sourceforge.xconf.toolbox
Provides the actual system date and time.

T

tail(List<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Returns a pair containing the last item in the list, and a copy of the rest of the list.
TEMPLATE_ATTRIBUTE - Static variable in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
Request attribute key used to retrieve the URITemplate that matched the current request.
Text - Class in net.sourceforge.xconf.toolbox.web
Simple wrapper object for String objects passed into various presentation templates (eg.
Text(String) - Constructor for class net.sourceforge.xconf.toolbox.web.Text
Creates a new instance that wraps the given string.
ThreadUtils - Class in net.sourceforge.xconf.toolbox
Thread handling utility methods.
ThreadUtils() - Constructor for class net.sourceforge.xconf.toolbox.ThreadUtils
 
TimeZoneInterceptor - Class in net.sourceforge.xconf.toolbox.spring
Spring HandlerInterceptor implementation to bind a configured TimeZoneResolver instance into each request as an attribute using the TimeZoneResolver's class name as the attribute's key.
TimeZoneInterceptor() - Constructor for class net.sourceforge.xconf.toolbox.spring.TimeZoneInterceptor
 
TimeZoneResolver - Interface in net.sourceforge.xconf.toolbox.spring
Interface for web-based time zone resolution strategies that allows for both time zone resolution via the request and time zone modification via request and response.
TimeZoneUtils - Class in net.sourceforge.xconf.toolbox.spring
Utility class to perform common TimeZone resolution operations.
TimeZoneUtils() - Constructor for class net.sourceforge.xconf.toolbox.spring.TimeZoneUtils
 
toLinkedMap(K, V) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Wraps the given key and value in a mutable ordered map.
toLinkedSet(Collection<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Creates an ordered set from the given collection.
toLinkedSet(T...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Wraps the given items in a mutable ordered set.
toList(Collection<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Creates a list from the given collection.
toList(T...) - Static method in class net.sourceforge.xconf.toolbox.generic.ListUtils
Wraps the given items in a mutable list.
toList(Object) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given object in a mutable list.
toMap(K, V) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Wraps the given key and value in a mutable unordered map.
toMap(Pair<K, V>...) - Static method in class net.sourceforge.xconf.toolbox.generic.MapUtils
Wraps the given key and value pairs in a mutable unordered map.
toMap(Object, Object) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given key and value in a mutable map.
TOPIC - Static variable in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
toProperties(String, String) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given key and value in a mutable properties instance.
toSet(Collection<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Creates a set from the given collection.
toSet(T...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Wraps the given items in a mutable unordered set.
toSet(Object) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given object in a mutable set.
toSortedSet(Collection<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Creates a sorted set from the given collection.
toSortedSet(Collection<T>, Comparator<T>) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Creates a sorted set from the given collection, sorted by the given comparator.
toSortedSet(T...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Wraps the given items in a mutable sorted set.
toSortedSet(Comparator<T>, T...) - Static method in class net.sourceforge.xconf.toolbox.generic.SetUtils
Wraps the given items in a mutable sorted set using the given comparator.
toSortedSet(Object) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given object in a mutable sorted set.
toSortedSet(Object, Comparator) - Static method in class net.sourceforge.xconf.toolbox.WrapUtils
Wraps the given object in a mutable sorted set using the given comparator.
toString() - Method in class net.sourceforge.xconf.toolbox.generic.Pair
 
toString() - Method in class net.sourceforge.xconf.toolbox.jms.ConnectionPoolKey
 
toString() - Method in class net.sourceforge.xconf.toolbox.Money
Uses the platform default locale.
toString(Locale) - Method in class net.sourceforge.xconf.toolbox.Money
Returns the ISO 4217 currency code followed by a localised string representation of this instance's decimal amount.
toString() - Method in class net.sourceforge.xconf.toolbox.Pair
 
toString() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.SimpleRedirect
 
toString() - Method in class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
 
toString() - Method in class net.sourceforge.xconf.toolbox.web.QueryString
Returns a UTF-8 encoded query string formed from all parameters and their values currently held by this instance.
toString() - Method in class net.sourceforge.xconf.toolbox.web.Text
Delegates to Text.getAsHTML()
toString() - Method in class net.sourceforge.xconf.toolbox.web.URITemplate
Delegates to URITemplate.getPath().
toString(Object) - Method in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Converts the given object to a string using the configured default format.
toString(Object, String) - Method in class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Converts the given object to a string using the given format.
TrueRule - Class in net.sourceforge.xconf.toolbox.rules
Returns true whenever invoked.
TrueRule() - Constructor for class net.sourceforge.xconf.toolbox.rules.TrueRule
 

U

UnhandledExceptionResolver - Class in net.sourceforge.xconf.toolbox.spring.mvc
A default exception resolver that simply logs any exception and then returns a the configured error view, as well as a reference number that can be used to match the exception in the log file with an error reported by a user upon viewing the error view.
UnhandledExceptionResolver() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.UnhandledExceptionResolver
 
updateNextConsumerRefresh() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Advances the next consumer refresh timestamp by the configured number of seconds.
URITemplate - Class in net.sourceforge.xconf.toolbox.web
Implementation of the URI Template specification.
URITemplateApplicationRegistry - Class in net.sourceforge.xconf.toolbox.spring.mvc
This implementation uses the ApplicationContext to retrieve bean names associated with a given type of bean.
URITemplateApplicationRegistry() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateApplicationRegistry
 
URITemplateHandlerMapping - Class in net.sourceforge.xconf.toolbox.spring.mvc
HandlerMapping implementation to match URITemplate patterns.
URITemplateHandlerMapping() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHandlerMapping
 
URITemplateHelper - Class in net.sourceforge.xconf.toolbox.spring.mvc
Utility class to access HttpServletRequest attributes.
URITemplateHelper() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateHelper
 
URITemplatePathMatcher - Class in net.sourceforge.xconf.toolbox.spring.mvc
A PathMatcher implementation that can be used to match URITemplate patterns.
URITemplatePathMatcher() - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.URITemplatePathMatcher
 
URITemplateRedirect - Class in net.sourceforge.xconf.toolbox.spring.mvc
Implementation of a Redirect that uses a URITemplate to create the URL for the redirect.
URITemplateRedirect(URITemplate, Map<String, String>, Map<String, String>, boolean) - Constructor for class net.sourceforge.xconf.toolbox.spring.mvc.URITemplateRedirect
Creates a new instance.
URITemplateRegistry - Interface in net.sourceforge.xconf.toolbox.spring.mvc
Allows for type-safe (and name-safe) creation of URLs to specific controller implementations.
URLCodec - Class in net.sourceforge.xconf.toolbox.web
Common methods to encode and decode URL strings.
URLCodec() - Constructor for class net.sourceforge.xconf.toolbox.web.URLCodec
 

V

validate(Object, Errors) - Method in class net.sourceforge.xconf.toolbox.spring.CompositeValidator
Iterates over the underlying list of validators, passing the given object and errors instance to every validator instance that supports the object's class.
validate(Object, Errors) - Method in class net.sourceforge.xconf.toolbox.spring.ConditionalValidator
Invokes the underlying validator only if the condition rule evaluates to true.
validateProperties() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver
Validates that all required properties have been appropriately set.
validateProperties() - Method in class net.sourceforge.xconf.toolbox.jms.MessageListenerDriver102
 
ValuedEnumCallback - Class in net.sourceforge.xconf.toolbox.ibatis
Base class for iBatis callbacks that persist ValuedEnum instances.
ValuedEnumCallback(ValuedEnum) - Constructor for class net.sourceforge.xconf.toolbox.ibatis.ValuedEnumCallback
Requires an instance of the ValuedEnum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
ValuedEnumPropertyEditor - Class in net.sourceforge.xconf.toolbox.editors
Custom property editor to resolve ValuedEnum instances.
ValuedEnumPropertyEditor(ValuedEnum) - Constructor for class net.sourceforge.xconf.toolbox.editors.ValuedEnumPropertyEditor
Requires an instance of the ValuedEnum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
ValuedEnumType - Class in net.sourceforge.xconf.toolbox.hibernate
Base class for Hibernate types that persist ValuedEnum subclasses as INTEGER fields.
ValuedEnumType(ValuedEnum) - Constructor for class net.sourceforge.xconf.toolbox.hibernate.ValuedEnumType
Requires an instance of the ValuedEnum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
ValuedEnumType - Class in net.sourceforge.xconf.toolbox.hibernate3
Base class for Hibernate types that persist ValuedEnum subclasses as INTEGER fields.
ValuedEnumType(ValuedEnum) - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.ValuedEnumType
Requires an instance of the ValuedEnum subclass to resolve rather than the subclass' Class element to avoid bizzare uninitialised errors that occur on JDK 1.5 with Commons-Lang 2.1 EnumUtils utility methods.
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.EnumCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.JavaEnumCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalDateTimeCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.LocalTimeCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.ValuedEnumCallback
 
valueOf(String) - Method in class net.sourceforge.xconf.toolbox.ibatis.YesNoCallback
 
verify() - Method in class net.sourceforge.xconf.toolbox.easymock.ClassMockFactory
 
verify() - Method in class net.sourceforge.xconf.toolbox.easymock.InterfaceMockFactory
 
verify() - Method in interface net.sourceforge.xconf.toolbox.easymock.MockFactory
Invokes EasyMock.verify() on all mock objects created by this factory.
verify() - Method in class net.sourceforge.xconf.toolbox.easymock.MockObjectFactory
Invokes EasyMock.verify() on all mock objects created by this factory.
verify() - Method in class net.sourceforge.xconf.toolbox.easymock.MockTestCase
Delegates to MockFactory.verify().
verify() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockControlFactory
Invokes verify() on all controls created by this factory.
verify() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockObjectFactory
Invokes verify() on all MockControls created by this factory.
verify() - Method in class net.sourceforge.xconf.toolbox.mockcontrol.MockTestCase
Invokes verify() on all MockControls created by this test.
verify(String, SSLSession) - Method in class net.sourceforge.xconf.toolbox.ssl.EasyHostnameVerifier
Returns true.
verify(String, String) - Method in class net.sourceforge.xconf.toolbox.ssl.OldEasyHostnameVerifier
Returns true.
verifyAllControls(Collection) - Static method in class net.sourceforge.xconf.toolbox.mockcontrol.MockFactory
Invokes verify() on all controls in the given collection.

W

WebAttributeRenderer - Class in net.sourceforge.xconf.toolbox.web
Can be used by StringTemplate as a default renderer for all attributes.
WebAttributeRenderer() - Constructor for class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Creates a new instance using WebAttributeRenderer.FORMAT_HTML as the default format.
WebAttributeRenderer(String) - Constructor for class net.sourceforge.xconf.toolbox.web.WebAttributeRenderer
Creates a new instance using the given default format.
wrap(Element) - Static method in class net.sourceforge.xconf.toolbox.xml.Node
 
wrap(List<Element>) - Static method in class net.sourceforge.xconf.toolbox.xml.Node
 
wrapInSoapDocument(Element) - Static method in class net.sourceforge.xconf.toolbox.xml.DocumentUtils
Wraps the given element in a SOAP Envelope and Body
WrapUtils - Class in net.sourceforge.xconf.toolbox
Common methods to wrap single objects in mutable collections.
WrapUtils() - Constructor for class net.sourceforge.xconf.toolbox.WrapUtils
 
write(Document) - Static method in class net.sourceforge.xconf.toolbox.xml.DocumentUtils
Writes out the given document as a compact string.
writeBytes(File, byte[]) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Writes the given byte array to the file.
writeLines(File, List<String>) - Static method in class net.sourceforge.xconf.toolbox.generic.IOUtils
Writes the given lines of text to the file using the platform default character set and the platform default end-of-line characters.
writeLines(OutputStream, List<String>) - Static method in class net.sourceforge.xconf.toolbox.generic.IOUtils
Writes the given lines of text to the OutputStream using the platform default character set and the platform default end-of-line characters.
writeLines(File, List) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Writes the given lines of text to the file using the platform default character set and the platform default end-of-line characters.
writeLines(OutputStream, List) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Writes the given lines of text to the OutputStream using the platform default character set and the platform default end-of-line characters.
writeText(File, String) - Static method in class net.sourceforge.xconf.toolbox.IOUtils
Writes the given text to the file using the platform default character set.

Y

YesNoCallback - Class in net.sourceforge.xconf.toolbox.ibatis
iBatis callback to persist Boolean instances as Y or N string values.
YesNoCallback() - Constructor for class net.sourceforge.xconf.toolbox.ibatis.YesNoCallback
 

Z

ZeroForNullLongType - Class in net.sourceforge.xconf.toolbox.hibernate
User type to convert all null BIGINT fields to zeros.
ZeroForNullLongType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate.ZeroForNullLongType
 
ZeroForNullLongType - Class in net.sourceforge.xconf.toolbox.hibernate3
User type to convert all null BIGINT fields to zeros.
ZeroForNullLongType() - Constructor for class net.sourceforge.xconf.toolbox.hibernate3.ZeroForNullLongType
 

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

Copyright © 2007 Thomas Czarniecki. All Rights Reserved.