Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
A
addAll(Collection, Enumeration)
- Static method in class gnu.beanfactory.util.
CollectionsUtil
Adds the elements in an enumeration to a collection.
addAll(Collection, Iterator)
- Static method in class gnu.beanfactory.util.
CollectionsUtil
addBeanDefinition(BeanDefinition)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
ANONYMOUS_URL
- Static variable in class gnu.beanfactory.
BeanContext
APPLICATION_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
APPLICATION_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
assertMutable()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Asserts that the bean definition has not been frozen.
B
Base64
- class gnu.beanfactory.util.
Base64
.
Provides Base64 encode/decode methods.
Base64()
- Constructor for class gnu.beanfactory.util.
Base64
BaseFormat
- class gnu.beanfactory.taglib.format.
BaseFormat
.
A base class for custom formatters.
BaseFormat()
- Constructor for class gnu.beanfactory.taglib.format.
BaseFormat
BasicConnectionPool
- class gnu.beanfactory.jdbc.
BasicConnectionPool
.
Implementation of the ConnectionPool interface that does not implement pooling.
BasicConnectionPool()
- Constructor for class gnu.beanfactory.jdbc.
BasicConnectionPool
BeanContext
- class gnu.beanfactory.
BeanContext
.
BeanContext is the primary public interface to the runtime system.
BeanContext()
- Constructor for class gnu.beanfactory.
BeanContext
Default Constructor
BeanContextTestCase
- class gnu.beanfactory.
BeanContextTestCase
.
JUnit Test Case
BeanContextTestCase(String)
- Constructor for class gnu.beanfactory.
BeanContextTestCase
BeanDefinition
- interface gnu.beanfactory.
BeanDefinition
.
Defines the URL, class name, scope and initial properties for a bean.
BeanDefinitionImpl
- class gnu.beanfactory.
BeanDefinitionImpl
.
Defines the URL, class name, scope and initial properties for a bean.
BeanDefinitionImpl()
- Constructor for class gnu.beanfactory.
BeanDefinitionImpl
BeanDefinitionTestCase
- class gnu.beanfactory.
BeanDefinitionTestCase
.
JUnit Test Case
BeanDefinitionTestCase(String)
- Constructor for class gnu.beanfactory.
BeanDefinitionTestCase
BeanEvent
- class gnu.beanfactory.servlet.
BeanEvent
.
Models "events" that are sent from the browser to the server.
BeanEvent(String, String[])
- Constructor for class gnu.beanfactory.servlet.
BeanEvent
Constructs a BeanEvent by parsing a a marshalled string.
BeanEventTestCase
- class gnu.beanfactory.servlet.
BeanEventTestCase
.
JUnit Test Case
BeanEventTestCase(String)
- Constructor for class gnu.beanfactory.servlet.
BeanEventTestCase
BEANFACTORY_BOOTSTRAP_CONFIGPATH_PROPERTY
- Static variable in class gnu.beanfactory.
BeanContext
BEANFACTORY_BOOTSTRAP_RESOURCE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
BEANFACTORY_CONFIGPATH_PROPERTY
- Static variable in class gnu.beanfactory.
BeanContext
BEANFACTORY_RESOURCE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
BeanFactoryDaemonService
- class gnu.beanfactory.
BeanFactoryDaemonService
.
Daemon thread to service the internals of the container.
BeanFactoryDaemonService()
- Constructor for class gnu.beanfactory.
BeanFactoryDaemonService
BeanFactoryDaemonTask
- class gnu.beanfactory.scheduler.
BeanFactoryDaemonTask
.
This task is internal to the runtime system.
BeanFactoryDaemonTask()
- Constructor for class gnu.beanfactory.scheduler.
BeanFactoryDaemonTask
BeanFactoryException
- exception gnu.beanfactory.
BeanFactoryException
.
Abstract base class for all BeanFactory-related exceptions.
BeanFactoryException()
- Constructor for class gnu.beanfactory.
BeanFactoryException
BeanFactoryException(String)
- Constructor for class gnu.beanfactory.
BeanFactoryException
BeanFactoryFilter
- class gnu.beanfactory.servlet.
BeanFactoryFilter
.
BeanFactoryFilter()
- Constructor for class gnu.beanfactory.servlet.
BeanFactoryFilter
BeanNotFoundException
- exception gnu.beanfactory.
BeanNotFoundException
.
Thrown to indicated that a particular bean definition cannot be found.
BeanNotFoundException(String)
- Constructor for class gnu.beanfactory.
BeanNotFoundException
BeanSetter
- class gnu.beanfactory.
BeanSetter
.
A class for manipulating JavaBeans using reflection APIs.
bind()
- Static method in class gnu.beanfactory.
ScopeManager
Binds the current thread to its thread scope.
bind(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext)
- Static method in class gnu.beanfactory.
ScopeManager
bind(ServletContext)
- Static method in class gnu.beanfactory.
ScopeManager
bindScope()
- Method in class gnu.beanfactory.
BeanContext
Binds the "thread" scope to the calling thread.
bindScope(ServletContext)
- Method in class gnu.beanfactory.
BeanContext
bindScope(ServletContext, HttpSession, HttpServletRequest, HttpServletResponse)
- Method in class gnu.beanfactory.
BeanContext
Binds thread, request, session, and application scopes to the calling thread.
BitmechanicConnectionPool
- class gnu.beanfactory.jdbc.
BitmechanicConnectionPool
.
Implementation of ConnectionPool that ships with BeanFactory.
BitmechanicConnectionPool()
- Constructor for class gnu.beanfactory.jdbc.
BitmechanicConnectionPool
BootstrapDefinitionLoader
- class gnu.beanfactory.
BootstrapDefinitionLoader
.
This properties-based implementation is responsible for building the environment used to configure the BeanFactory.
BootstrapDefinitionLoader()
- Constructor for class gnu.beanfactory.
BootstrapDefinitionLoader
C
CachedQuery
- class gnu.beanfactory.jdbc.
CachedQuery
.
Query implementation with caching behavior.
CachedQuery()
- Constructor for class gnu.beanfactory.jdbc.
CachedQuery
cacheResults(Query.CacheKey, Object[])
- Method in class gnu.beanfactory.jdbc.
Query
cacheResults(Query.CacheKey, Object[])
- Method in class gnu.beanfactory.jdbc.
CachedQuery
CollectionsUtil
- class gnu.beanfactory.util.
CollectionsUtil
.
Utility methods for manipulating java collections.
CollectionsUtil()
- Constructor for class gnu.beanfactory.util.
CollectionsUtil
columnToPropertyName(String)
- Method in class gnu.beanfactory.jdbc.
Query
compareTo(Object)
- Method in class gnu.beanfactory.servlet.
BeanEvent
ConfigurationException
- exception gnu.beanfactory.
ConfigurationException
.
Indicates that there was a problem with BeanFactory container configuration.
ConfigurationException(String)
- Constructor for class gnu.beanfactory.
ConfigurationException
ConnectionAdapter
- class gnu.beanfactory.jdbc.
ConnectionAdapter
.
Allows connections to be obtained directly using BeanContext.lookup().
ConnectionAdapter()
- Constructor for class gnu.beanfactory.jdbc.
ConnectionAdapter
ConnectionPool
- interface gnu.beanfactory.jdbc.
ConnectionPool
.
ConnectionPool is a generic interface for configuring and providing access to JDBC connections.
ConnectionPoolTestCase
- class gnu.beanfactory.jdbc.
ConnectionPoolTestCase
.
JUnit Test Case
ConnectionPoolTestCase(String)
- Constructor for class gnu.beanfactory.jdbc.
ConnectionPoolTestCase
Container
- class gnu.beanfactory.
Container
.
Container is the preferred API to access to the BeanContext container.
copy()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
createBean()
- Method in interface gnu.beanfactory.
FactoryAdapter
Emits a bean.
createBean()
- Method in class gnu.beanfactory.jdbc.
ConnectionAdapter
createBean()
- Method in class gnu.beanfactory.rmi.
RMIReferenceAdapter
createBeanDefinitions(Properties)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
CurrentContext
- class gnu.beanfactory.
CurrentContext
.
Relates context information to the currently executing thread.
CurrentContext()
- Constructor for class gnu.beanfactory.
CurrentContext
D
decode(String)
- Static method in class gnu.beanfactory.util.
Base64
Decodes a base64-encoded string into an array of bytes.
decodeString(String)
- Static method in class gnu.beanfactory.util.
Base64
Decodes a base64-encoded string.
DEFAULT_RESOURCE_NAME
- Static variable in class gnu.beanfactory.
ServletContextDefinitionLoader
DefinitionLoader
- interface gnu.beanfactory.
DefinitionLoader
.
Interface that defines the interface for loading bean definitions.
DefinitionLoaderTestCase
- class gnu.beanfactory.
DefinitionLoaderTestCase
.
JUnit Test Case
DefinitionLoaderTestCase(String)
- Constructor for class gnu.beanfactory.
DefinitionLoaderTestCase
destroy()
- Method in class gnu.beanfactory.servlet.
BeanFactoryFilter
DigestSecurity
- class gnu.beanfactory.servlet.
DigestSecurity
.
Responsible for securing URLs against tampering.
DigestSecurity()
- Constructor for class gnu.beanfactory.servlet.
DigestSecurity
DigestSecurityTestCase
- class gnu.beanfactory.servlet.
DigestSecurityTestCase
.
JUnit Test Case
DigestSecurityTestCase(String)
- Constructor for class gnu.beanfactory.servlet.
DigestSecurityTestCase
dispatch(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext)
- Static method in class gnu.beanfactory.servlet.
Dispatcher
This method will attach the request, response, session and application contexts to the currently executing thread and proceed to process any form input.
Dispatcher
- class gnu.beanfactory.servlet.
Dispatcher
.
Dispatcher is the "controller" of the MVC subsystem.
Dispatcher()
- Constructor for class gnu.beanfactory.servlet.
Dispatcher
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class gnu.beanfactory.servlet.
BeanFactoryFilter
doSelect(Query.CacheKey)
- Method in class gnu.beanfactory.jdbc.
Query
E
EncapsulatedException
- exception gnu.beanfactory.
EncapsulatedException
.
Thrown to encapsulate another exception.
EncapsulatedException(Throwable)
- Constructor for class gnu.beanfactory.
EncapsulatedException
EncapsulatedJspException
- exception gnu.beanfactory.servlet.
EncapsulatedJspException
.
Thrown to encapsulate another exception.
EncapsulatedJspException(Throwable)
- Constructor for class gnu.beanfactory.servlet.
EncapsulatedJspException
EncapsulatedRuntimeException
- exception gnu.beanfactory.
EncapsulatedRuntimeException
.
Piggyback a checked exception on a RuntimException.
EncapsulatedRuntimeException(Throwable)
- Constructor for class gnu.beanfactory.
EncapsulatedRuntimeException
EncapsulatedSQLException
- exception gnu.beanfactory.jdbc.
EncapsulatedSQLException
.
Thrown to encapsulate another exception.
EncapsulatedSQLException(Throwable)
- Constructor for class gnu.beanfactory.jdbc.
EncapsulatedSQLException
encode(byte[])
- Static method in class gnu.beanfactory.util.
Base64
Encodes a byte array as a base64-encoded string.
encodeString(String)
- Static method in class gnu.beanfactory.util.
Base64
Encodes a String and returns a base64-encoded string.
equals(Object)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Determines whether two bean definitions define the same instance.
equals(Object)
- Method in class gnu.beanfactory.jdbc.
Query.CacheKey
ESCAPE_GREATER_THAN_HTML
- Static variable in class gnu.beanfactory.util.
Regex
ESCAPE_LESS_THAN_HTML
- Static variable in class gnu.beanfactory.util.
Regex
escapeHtml(String)
- Static method in class gnu.beanfactory.util.
Regex
escapeHtmlAttribute(String)
- Static method in class gnu.beanfactory.util.
Regex
execRunnableBean(String, String[])
- Static method in class gnu.beanfactory.
Startup
existsInstance(String)
- Method in class gnu.beanfactory.
BeanContext
Returns true if the specified bean already exists in the BeanFactory container.
F
FactoryAdapter
- interface gnu.beanfactory.
FactoryAdapter
.
An adapter interface for instantiating beans that are emitted from their own factories.
findInstance(String)
- Method in class gnu.beanfactory.
BeanContext
Finds an
existing
bean in the container.
FINGERPRINT_KEY
- Static variable in class gnu.beanfactory.servlet.
DigestSecurity
flushCache()
- Method in class gnu.beanfactory.jdbc.
Query
flushCache()
- Method in class gnu.beanfactory.jdbc.
CachedQuery
flushCache(Query.CacheKey)
- Method in class gnu.beanfactory.jdbc.
Query
flushCache(Query.CacheKey)
- Method in class gnu.beanfactory.jdbc.
CachedQuery
forClass(Class)
- Static method in class gnu.beanfactory.
BeanSetter
Gets the BeanSetter for a particlar class.
format(Object, StringBuffer, FieldPosition)
- Method in class gnu.beanfactory.taglib.format.
BaseFormat
format(Object, StringBuffer, FieldPosition)
- Method in class gnu.beanfactory.taglib.format.
ToUpperFormat
format(Object, StringBuffer, FieldPosition)
- Method in class gnu.beanfactory.taglib.format.
ToLowerFormat
format(Object, StringBuffer, FieldPosition)
- Method in class gnu.beanfactory.taglib.format.
ToStringFormat
FormHandler
- class gnu.beanfactory.servlet.
FormHandler
.
FormHandler is an abstract base class that provides a standard mechanism for processing HTML form input.
FormHandler()
- Constructor for class gnu.beanfactory.servlet.
FormHandler
forThread()
- Static method in class gnu.beanfactory.
CurrentContext
forward(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
Convenience method to forward the request to a local resource.
forwardToFormErrorURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
Convenience method to forward the request to the proper page.
forwardToNextURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
Convenience method to forward the request to the proper page.
forwardToPrevURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
Convenience method to forward the request to the proper page.
G
get(String)
- Method in interface gnu.beanfactory.
ScopeDictionary
Retrieves a value from the namespace by string key.
getAccessCount()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Gives an approximate number of times that this bean has been requested.
getAge()
- Method in class gnu.beanfactory.jdbc.
Query.CacheKey
getAutoCommit()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getAutoCommit()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
getBeanContext()
- Static method in class gnu.beanfactory.
BeanContext
Please use Container.getBeanContext() instead.
getBeanContext()
- Static method in class gnu.beanfactory.
Container
This is the preferred method that application developers should use to obtain a reference to the singleton BeanContext.
getBeanDefinition(String)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
getBeanDefinition(String)
- Method in class gnu.beanfactory.
ServletContextDefinitionLoader
getBeanDefinition(String)
- Method in interface gnu.beanfactory.
DefinitionLoader
Look up a bean definition by name.
getBeanDefinitionNames()
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
getBeanDefinitionNames()
- Method in interface gnu.beanfactory.
DefinitionLoader
Get a set of bean names.
getBeanFactory()
- Method in class gnu.beanfactory.
BeanContext
Obtains a reference to the BeanFactory implementation.
getBeanName()
- Method in class gnu.beanfactory.servlet.
BeanEvent
getBeanSetter()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains a BeanSetter instance for the current bean.
getBeanSetter()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getCacheRowCount()
- Method in class gnu.beanfactory.jdbc.
CachedQuery
getCacheRowCountMax()
- Method in class gnu.beanfactory.jdbc.
CachedQuery
getCacheStatements()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getCacheStatements()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Statement Cache
getCacheTTL()
- Method in class gnu.beanfactory.jdbc.
CachedQuery
getCheckoutTimeout()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getCheckoutTimeout()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of seconds a connection can be checked out from the pool.
getClassLoader()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getClassName()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the fully qualified class name for this definition.
getClassName()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the fully qualified class name for this definition.
getClazz()
- Method in interface gnu.beanfactory.
BeanDefinition
Get the class definition for this bean.
getClazz()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getConfigSources()
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
getConfigSources()
- Method in interface gnu.beanfactory.
DefinitionLoader
getConnectionPool()
- Method in class gnu.beanfactory.jdbc.
Query
getConnectionPool()
- Method in class gnu.beanfactory.jdbc.
ConnectionAdapter
getDaemon()
- Method in class gnu.beanfactory.
Service
getDataBeanClass()
- Method in class gnu.beanfactory.jdbc.
Query
getDaysOfWeek()
- Method in class gnu.beanfactory.scheduler.
Task
getDefinitionLoader()
- Method in class gnu.beanfactory.
BeanContext
Obtains a reference to the DefintionLoader.
getDelimiter()
- Method in interface gnu.beanfactory.
BeanDefinition
getDelimiter()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getDigest()
- Method in class gnu.beanfactory.servlet.
DigestSecurity
getDigestKey()
- Method in class gnu.beanfactory.servlet.
SecurityConfig
getDriver()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getDriver()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Underlying JDBC driver class name.
getEnabled()
- Method in class gnu.beanfactory.scheduler.
Task
getError(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
getErrorMessage()
- Method in class gnu.beanfactory.servlet.
FormHandler
getFormErrorURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
URL that the FormHandler should redirect to if there is a form error.
getFullyQualifiedName()
- Method in class gnu.beanfactory.servlet.
BeanEvent
getHours()
- Method in class gnu.beanfactory.scheduler.
Task
getIdleTimeout()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getIdleTimeout()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of seconds a connection can sit unused before it is closed.
getIndexedProperty(Object, String, int)
- Method in class gnu.beanfactory.
BeanSetter
Insert the method's description here.
getIndexedProperty(String, int)
- Method in interface gnu.beanfactory.
Handle
getInstance()
- Static method in class gnu.beanfactory.
BeanContext
Please use Container.getBeanContext() instead.
getMaxCheckout()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getMaxCheckout()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of times a particular connection can be used before it is closed.
getMaxConnections()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getMaxConnections()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max allowable number of open connections.
getMessage()
- Method in class gnu.beanfactory.servlet.
FormHandler
A simple property to store a message.
getMethodName()
- Method in class gnu.beanfactory.servlet.
BeanEvent
getMinutes()
- Method in class gnu.beanfactory.scheduler.
Task
getName()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the URL for this definition.
getName()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the URL for this definition.
getName()
- Method in class gnu.beanfactory.
Service
getName()
- Method in class gnu.beanfactory.scheduler.
Task
getNestedProperty(Object, String)
- Method in class gnu.beanfactory.
BeanSetter
getNextURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
getObject()
- Method in interface gnu.beanfactory.
Handle
Obtain a reference to the underlying bean.
getOriginalProperties()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getParent()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the URL of this definition's "parent".
getParent()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the URL of this definition's "parent".
getPartialMap()
- Method in class gnu.beanfactory.
CurrentContext
getPassword()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getPassword()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Password used to connect to the database.
getPerl5Util()
- Method in class gnu.beanfactory.servlet.
FormHandler
Convenience method to get an instance of the ORO Perl Regex engine.
getPooledUrl()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getPooledUrl()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
If the connection pool exposes the connections through a "virtual" driver, this read-only property will provide the name.
getPooledUrl()
- Method in class gnu.beanfactory.jdbc.
BitmechanicConnectionPool
getPoolName()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getPoolName()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Name of the pool.
getPrevURL()
- Method in class gnu.beanfactory.servlet.
FormHandler
getPriority()
- Method in class gnu.beanfactory.servlet.
BeanEvent
getProperties()
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
getProperties()
- Method in class gnu.beanfactory.
BootstrapDefinitionLoader
getProperties()
- Method in interface gnu.beanfactory.
DefinitionLoader
Gets the configuration properties for this definition loader.
getProperty(Object, String)
- Method in class gnu.beanfactory.
BeanSetter
getProperty(String)
- Method in interface gnu.beanfactory.
Handle
Obtains the value of a property by name.
getPropertyMap()
- Method in class gnu.beanfactory.jdbc.
Query
getPropertyName()
- Method in class gnu.beanfactory.servlet.
BeanEvent
getPropertyNames()
- Method in interface gnu.beanfactory.
BeanDefinition
Returns a set of initialized property names.
getPropertyNames()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains a set of property names (Strings) defined for this bean.
getPropertyValue(String)
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the String value for a particular property.
getPropertyValue(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the String value for a particular property.
getRequest()
- Method in class gnu.beanfactory.servlet.
FormHandler
A convenience method to obtain the current ServletRequest.
getResponse()
- Method in class gnu.beanfactory.servlet.
FormHandler
A convenience method to obtain the current ServletResponse.
getResults()
- Method in class gnu.beanfactory.jdbc.
Query.CacheKey
getResultsFromCache(Query.CacheKey)
- Method in class gnu.beanfactory.jdbc.
Query
getResultsFromCache(Query.CacheKey)
- Method in class gnu.beanfactory.jdbc.
CachedQuery
getRootCause()
- Method in class gnu.beanfactory.
EncapsulatedException
getRootCause()
- Method in class gnu.beanfactory.
EncapsulatedRuntimeException
getRootCause()
- Method in class gnu.beanfactory.jdbc.
EncapsulatedSQLException
getRootCause()
- Method in class gnu.beanfactory.servlet.
EncapsulatedJspException
getScopeCode()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the int code for this definition's scope.
getScopeCode()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the int code for this definition's scope.
getScopeDictionary(BeanDefinition)
- Static method in class gnu.beanfactory.
ScopeManager
getScopeDictionary(CurrentContext, BeanDefinition)
- Static method in class gnu.beanfactory.
ScopeManager
Gets the proper scope for a set of BeanAttributes.
getScopeManager()
- Method in class gnu.beanfactory.
CurrentContext
getScopeName()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the name of this definition's defined scope.
getScopeName()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the name of this definition's defined scope.
getSpawnOnInit()
- Method in class gnu.beanfactory.
Service
getSql()
- Method in class gnu.beanfactory.jdbc.
Query
getStartup()
- Method in interface gnu.beanfactory.
BeanDefinition
Boolean flag indicating whether this bean will be loaded when the BeanFactory container is initialzied.
getStartup()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
getStaticProperties()
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
getTaskScheduler()
- Method in class gnu.beanfactory.scheduler.
Task
getThreadGroup()
- Method in class gnu.beanfactory.
Service
getThreadGroup()
- Method in class gnu.beanfactory.scheduler.
TaskScheduler
getTracing()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getTracing()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
getUrl()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getUrl()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
JDBC URL to the database.
getUrl()
- Method in class gnu.beanfactory.rmi.
RMIReferenceAdapter
RMI URL to the remote object.
getURL()
- Method in interface gnu.beanfactory.
BeanDefinition
Obtains the URL for this definition.
getURL()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Obtains the URL for this definition.
getUser()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
getUser()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Username used to connect to the database.
getValues()
- Method in class gnu.beanfactory.servlet.
BeanEvent
gnu.beanfactory
- package gnu.beanfactory
Main package contains the BeanFactory container.
gnu.beanfactory.jdbc
- package gnu.beanfactory.jdbc
JDBC related classes for connection pooling
gnu.beanfactory.rmi
- package gnu.beanfactory.rmi
RMI Utility Classes
gnu.beanfactory.scheduler
- package gnu.beanfactory.scheduler
Scheduling system similar to cron.
gnu.beanfactory.servlet
- package gnu.beanfactory.servlet
Controller classes for MVC subsystem.
gnu.beanfactory.taglib.format
- package gnu.beanfactory.taglib.format
Beans that format data displayed by taglibs
gnu.beanfactory.util
- package gnu.beanfactory.util
Utility Classes
H
Handle
- interface gnu.beanfactory.
Handle
.
Provides a level of indirection for manipulating java beans through a set of accessor methods.
HandleTestCase
- class gnu.beanfactory.
HandleTestCase
.
Junit Test Case
HandleTestCase(String)
- Constructor for class gnu.beanfactory.
HandleTestCase
hashCode()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Computes hashcode based on the definition's URL.
hashCode()
- Method in class gnu.beanfactory.jdbc.
Query.CacheKey
I
IllegalBeanDefinitionException
- exception gnu.beanfactory.
IllegalBeanDefinitionException
.
Thrown to indicate a particular bean definition was illegal.
IllegalBeanDefinitionException(String)
- Constructor for class gnu.beanfactory.
IllegalBeanDefinitionException
importDefinitions(DefinitionLoader)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
inherit(DefinitionLoader, Set)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
init()
- Method in class gnu.beanfactory.servlet.
DigestSecurity
init(DefinitionLoader, ServletContext)
- Method in class gnu.beanfactory.
ServletContextDefinitionLoader
init(FilterConfig)
- Method in class gnu.beanfactory.servlet.
BeanFactoryFilter
init(ServletConfig)
- Method in class gnu.beanfactory.servlet.
Dispatcher
initialize(Object, BeanDefinition)
- Method in class gnu.beanfactory.
BeanSetter
Initializes an object given a context and a set of bean attributes.
initializeAndInvokeMain(String, String[])
- Static method in class gnu.beanfactory.
Startup
invoke(Object, String)
- Method in class gnu.beanfactory.
BeanSetter
invoke(String)
- Method in interface gnu.beanfactory.
Handle
Invoke a no-arg method.
isMutable()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
isScopeExplicit()
- Method in interface gnu.beanfactory.
BeanDefinition
Returns true if the scope has been explicitly set.
isScopeExplicit()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
isScopeJ2EE()
- Method in interface gnu.beanfactory.
BeanDefinition
Returns true if the scope is: application, session, or request.
isScopeJ2EE()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
isValid()
- Method in interface gnu.beanfactory.
BeanDefinition
Returns true if this BeanDefinition has been validated.
isValid()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
isValid()
- Method in class gnu.beanfactory.servlet.
FormHandler
Checks to see if this instance has any form errors.
L
load()
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
load()
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
load()
- Method in class gnu.beanfactory.
BootstrapDefinitionLoader
loadBeanDefinitions(Properties)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
lookup(String)
- Method in class gnu.beanfactory.
BeanContext
Finds a bean by its URL.
lookup(String)
- Static method in class gnu.beanfactory.
Container
Looks up a bean by its URL.
lookupHandle(String)
- Method in class gnu.beanfactory.
BeanContext
Obtains a handle to a bean reference.
lookupScope(String)
- Static method in class gnu.beanfactory.
ScopeManager
Insert the method's description here.
M
main(String[])
- Static method in class gnu.beanfactory.
Startup
match(String, String)
- Static method in class gnu.beanfactory.util.
Regex
mergeFromLDAP(Properties)
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
mergeFromLDAP(String, String, String, String, Properties)
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
mergeFromSystemProperties(Properties)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
mergeServletResource(ServletContext, String, Properties)
- Method in class gnu.beanfactory.
ServletContextDefinitionLoader
MethodNotFoundException
- exception gnu.beanfactory.
MethodNotFoundException
.
Thrown to indicate that a method could not be found or accessed.
MethodNotFoundException(String)
- Constructor for class gnu.beanfactory.
MethodNotFoundException
myMessage
- Variable in class gnu.beanfactory.servlet.
FormHandler
N
NestedNullPointerException
- exception gnu.beanfactory.
NestedNullPointerException
.
Special kind of NPE that is used by BeanFactory.resolve().
NestedNullPointerException()
- Constructor for class gnu.beanfactory.
NestedNullPointerException
NestedNullPointerException(String)
- Constructor for class gnu.beanfactory.
NestedNullPointerException
newAnonymousInstance(BeanDefinition)
- Method in class gnu.beanfactory.
BeanContext
Creates an anonymous instance.
newAnonymousInstance(String)
- Method in class gnu.beanfactory.
BeanContext
Creates a new transient instance based on a parent bean.
newInstance(BeanDefinition)
- Method in class gnu.beanfactory.
BeanContext
Deprecated.
use newAnonymousInstance instead
newPartialMap()
- Method in class gnu.beanfactory.
CurrentContext
newRowBean()
- Method in class gnu.beanfactory.jdbc.
Query
NOT_EMPTY
- Static variable in class gnu.beanfactory.util.
Regex
O
obtainConnection()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
obtainConnection()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Obtains a connection from the pool.
obtainConnection()
- Method in class gnu.beanfactory.jdbc.
BitmechanicConnectionPool
P
PackageTestSuite
- class gnu.beanfactory.
PackageTestSuite
.
JUnit Test Suite for the gnu.beanfactory package
PackageTestSuite
- class gnu.beanfactory.jdbc.
PackageTestSuite
.
JUnit Test Suite for the gnu.beanfactory.jdbc package
PackageTestSuite
- class gnu.beanfactory.servlet.
PackageTestSuite
.
JUnit Test Suite for package gnu.beanfactory.servlet
PackageTestSuite
- class gnu.beanfactory.util.
PackageTestSuite
.
JUnit Test Suite for the gnu.beanfactory.util package
PackageTestSuite()
- Constructor for class gnu.beanfactory.
PackageTestSuite
PackageTestSuite()
- Constructor for class gnu.beanfactory.jdbc.
PackageTestSuite
PackageTestSuite()
- Constructor for class gnu.beanfactory.servlet.
PackageTestSuite
PackageTestSuite()
- Constructor for class gnu.beanfactory.util.
PackageTestSuite
parseObject(String, ParsePosition)
- Method in class gnu.beanfactory.taglib.format.
BaseFormat
postInit()
- Method in class gnu.beanfactory.
RuntimeDefinitionLoader
postInit()
- Method in class gnu.beanfactory.
Service
postInit()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
postInit()
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
postInit()
- Method in class gnu.beanfactory.jdbc.
BitmechanicConnectionPool
postInit()
- Method in class gnu.beanfactory.servlet.
SecurityConfig
postInit()
- Method in class gnu.beanfactory.scheduler.
Task
Can't override this method.
postSet()
- Method in class gnu.beanfactory.servlet.
FormHandler
This method gets invoked after the setXXX() methods are called but before the handleXXXX() methods are invoked.
preSet()
- Method in class gnu.beanfactory.servlet.
FormHandler
This method gets invoked before setXXX() methods are called.
printStackTrace()
- Method in class gnu.beanfactory.
EncapsulatedException
printStackTrace()
- Method in class gnu.beanfactory.
EncapsulatedRuntimeException
printStackTrace()
- Method in class gnu.beanfactory.jdbc.
EncapsulatedSQLException
printStackTrace()
- Method in class gnu.beanfactory.servlet.
EncapsulatedJspException
printStackTrace(PrintStream)
- Method in class gnu.beanfactory.
EncapsulatedException
printStackTrace(PrintStream)
- Method in class gnu.beanfactory.
EncapsulatedRuntimeException
printStackTrace(PrintStream)
- Method in class gnu.beanfactory.jdbc.
EncapsulatedSQLException
printStackTrace(PrintStream)
- Method in class gnu.beanfactory.servlet.
EncapsulatedJspException
printStackTrace(PrintWriter)
- Method in class gnu.beanfactory.
EncapsulatedException
printStackTrace(PrintWriter)
- Method in class gnu.beanfactory.
EncapsulatedRuntimeException
printStackTrace(PrintWriter)
- Method in class gnu.beanfactory.jdbc.
EncapsulatedSQLException
printStackTrace(PrintWriter)
- Method in class gnu.beanfactory.servlet.
EncapsulatedJspException
PropertiesDefinitionLoader
- class gnu.beanfactory.
PropertiesDefinitionLoader
.
Properties-based DefinitionLoader implementation.
PropertiesDefinitionLoader()
- Constructor for class gnu.beanfactory.
PropertiesDefinitionLoader
PropertyNotFoundException
- exception gnu.beanfactory.
PropertyNotFoundException
.
Thrown to indicate that a property did not exist or could not be accessed.
PropertyNotFoundException(String)
- Constructor for class gnu.beanfactory.
PropertyNotFoundException
put(String, Object)
- Method in interface gnu.beanfactory.
ScopeDictionary
Maps an object onto a string in the current namespace.
putError(String, String)
- Method in class gnu.beanfactory.servlet.
FormHandler
Adds a form error to list of form errors.
Q
Query
- class gnu.beanfactory.jdbc.
Query
.
Abstract class for defining SQL queries.
Query.CacheKey
- class gnu.beanfactory.jdbc.
Query.CacheKey
.
Query.CacheKey(Query, Object[])
- Constructor for class gnu.beanfactory.jdbc.
Query.CacheKey
Query.CacheKey(Query, Object[], Object[])
- Constructor for class gnu.beanfactory.jdbc.
Query.CacheKey
Query()
- Constructor for class gnu.beanfactory.jdbc.
Query
QueryTestCase
- class gnu.beanfactory.jdbc.
QueryTestCase
.
JUnit Test Case
QueryTestCase(String)
- Constructor for class gnu.beanfactory.jdbc.
QueryTestCase
R
rebind()
- Static method in class gnu.beanfactory.
CurrentContext
Regex
- class gnu.beanfactory.util.
Regex
.
Provides regular expression functionality.
Regex()
- Constructor for class gnu.beanfactory.util.
Regex
RegexTestCase
- class gnu.beanfactory.util.
RegexTestCase
.
JUnit Test Case
RegexTestCase(String)
- Constructor for class gnu.beanfactory.util.
RegexTestCase
releaseConnection(Connection)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
releaseConnection(Connection)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Releases a connection.
remove(String)
- Method in interface gnu.beanfactory.
ScopeDictionary
Removes a key-value mapping from the namespace if one exists.
removeBeanDefinition(String)
- Method in class gnu.beanfactory.
PropertiesDefinitionLoader
removePartialMap()
- Method in class gnu.beanfactory.
CurrentContext
REQUEST_CONTEXT_KEY
- Static variable in class gnu.beanfactory.
ScopeManager
REQUEST_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
REQUEST_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
resetErrors()
- Method in class gnu.beanfactory.servlet.
FormHandler
Remove all form errors from this FormHandler.
resolve(String)
- Method in class gnu.beanfactory.
BeanContext
Resolves a nested property into an object.
resolve(String)
- Static method in class gnu.beanfactory.
Container
Resolves a bean or bean property by its URL.
RESPONSE_CONTEXT_KEY
- Static variable in class gnu.beanfactory.
ScopeManager
RMIReferenceAdapter
- class gnu.beanfactory.rmi.
RMIReferenceAdapter
.
Adaptor for binding RMI references to the BeanFactory container.
RMIReferenceAdapter()
- Constructor for class gnu.beanfactory.rmi.
RMIReferenceAdapter
run()
- Method in class gnu.beanfactory.
Service
run()
- Method in class gnu.beanfactory.
BeanFactoryDaemonService
run()
- Method in class gnu.beanfactory.scheduler.
Task
Task implementation goes here.
run()
- Method in class gnu.beanfactory.scheduler.
BeanFactoryDaemonTask
RuntimeDefinitionLoader
- class gnu.beanfactory.
RuntimeDefinitionLoader
.
Properties-based DefinitionLoader implementation.
RuntimeDefinitionLoader()
- Constructor for class gnu.beanfactory.
RuntimeDefinitionLoader
S
ScopeDictionary
- interface gnu.beanfactory.
ScopeDictionary
.
Simple dictionary-style adapter interface for various key-value mapping classes (Hashtable, Request, Session, Application).
ScopeManager
- class gnu.beanfactory.
ScopeManager
.
Singleton class used to attach namespace/scopes to the current thread.
ScopeManager()
- Constructor for class gnu.beanfactory.
ScopeManager
ScopeTestCase
- class gnu.beanfactory.
ScopeTestCase
.
JUnit Test Case
ScopeTestCase(String)
- Constructor for class gnu.beanfactory.
ScopeTestCase
SecurityConfig
- class gnu.beanfactory.servlet.
SecurityConfig
.
Configuration for the MVC system.
SecurityConfig()
- Constructor for class gnu.beanfactory.servlet.
SecurityConfig
select()
- Method in class gnu.beanfactory.jdbc.
Query
select(Object)
- Method in class gnu.beanfactory.jdbc.
Query
select(Object[])
- Method in class gnu.beanfactory.jdbc.
Query
selectFirst()
- Method in class gnu.beanfactory.jdbc.
Query
selectFirst(Object)
- Method in class gnu.beanfactory.jdbc.
Query
selectFirst(Object[])
- Method in class gnu.beanfactory.jdbc.
Query
selectFirstUncached()
- Method in class gnu.beanfactory.jdbc.
Query
selectFirstUncached(Object)
- Method in class gnu.beanfactory.jdbc.
Query
selectFirstUncached(Object[])
- Method in class gnu.beanfactory.jdbc.
Query
selectUncached()
- Method in class gnu.beanfactory.jdbc.
Query
selectUncached(Object)
- Method in class gnu.beanfactory.jdbc.
Query
selectUncached(Object[])
- Method in class gnu.beanfactory.jdbc.
Query
Service
- class gnu.beanfactory.
Service
.
Service allows a thread of execution to be managed by the container.
Service()
- Constructor for class gnu.beanfactory.
Service
service(HttpServletRequest, HttpServletResponse)
- Method in class gnu.beanfactory.servlet.
Dispatcher
Allows Dispatcher to be installed as a servlet to which all form submissions are made.
SERVLET_CLASSLOADER_KEY
- Static variable in class gnu.beanfactory.
ServletContextDefinitionLoader
SERVLET_CONTEXT_KEY
- Static variable in class gnu.beanfactory.
ScopeManager
ServletContextDefinitionLoader
- class gnu.beanfactory.
ServletContextDefinitionLoader
.
Enables beans to be configured inside a WAR file.
ServletContextDefinitionLoader()
- Constructor for class gnu.beanfactory.
ServletContextDefinitionLoader
SESSION_CONTEXT_KEY
- Static variable in class gnu.beanfactory.
ScopeManager
SESSION_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
SESSION_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
setAutoCommit(boolean)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setAutoCommit(boolean)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
setCacheRowCountMax(long)
- Method in class gnu.beanfactory.jdbc.
CachedQuery
setCacheStatements(boolean)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setCacheStatements(boolean)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Statement Cache
setCacheTTL(long)
- Method in class gnu.beanfactory.jdbc.
CachedQuery
setCheckoutTimeout(int)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setCheckoutTimeout(int)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of seconds a connection can be checked out from the pool.
setClassLoader(ClassLoader)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
setClassName(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Sets the class name for this definition.
setConnectionPool(ConnectionPool)
- Method in class gnu.beanfactory.jdbc.
Query
setConnectionPool(ConnectionPool)
- Method in class gnu.beanfactory.jdbc.
ConnectionAdapter
setDaemon(boolean)
- Method in class gnu.beanfactory.
Service
setDataBeanClass(String)
- Method in class gnu.beanfactory.jdbc.
Query
setDaysOfWeek(String[])
- Method in class gnu.beanfactory.scheduler.
Task
setDelimiter(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
setDigestKey(String)
- Method in class gnu.beanfactory.servlet.
SecurityConfig
setDriver(String)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setDriver(String)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Underlying JDBC driver class name.
setEnabled(boolean)
- Method in class gnu.beanfactory.scheduler.
Task
setErrorMessage(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
setFormErrorURL(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
URL that the FormHandler should redirect to if there is a form error.
setHours(String[])
- Method in class gnu.beanfactory.scheduler.
Task
setIdleTimeout(int)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setIdleTimeout(int)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of seconds a connection can sit unused before it is closed.
setMaxCheckout(int)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setMaxCheckout(int)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max number of times a particular connection can be used before it is closed.
setMaxConnections(int)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setMaxConnections(int)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Max allowable number of open connections.
setMessage(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
A simple property to store a text message.
setMinutes(String[])
- Method in class gnu.beanfactory.scheduler.
Task
setName(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Set the URL for the bean.
setName(String)
- Method in class gnu.beanfactory.
Service
setName(String)
- Method in class gnu.beanfactory.scheduler.
Task
setNextURL(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
setObjectProperty(Object, String, Object)
- Method in class gnu.beanfactory.
BeanSetter
setParent(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Sets the parent URL.
setPassword(String)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setPassword(String)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Password used to connect to the database.
setPoolName(String)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setPoolName(String)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Name of the pool.
setPrevURL(String)
- Method in class gnu.beanfactory.servlet.
FormHandler
setProperty(Object, String, String[])
- Method in class gnu.beanfactory.
BeanSetter
setProperty(Object, String, String, String)
- Method in class gnu.beanfactory.
BeanSetter
setProperty(String, String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Sets the value of a particular property.
setProperty(String, String)
- Method in interface gnu.beanfactory.
Handle
Sets the value of a bean property.
setPropertyMap(Properties)
- Method in class gnu.beanfactory.jdbc.
Query
setRootCause(Throwable)
- Method in class gnu.beanfactory.
EncapsulatedException
setRootCause(Throwable)
- Method in class gnu.beanfactory.
EncapsulatedRuntimeException
setRootCause(Throwable)
- Method in class gnu.beanfactory.jdbc.
EncapsulatedSQLException
setRootCause(Throwable)
- Method in class gnu.beanfactory.servlet.
EncapsulatedJspException
setScopeName(String)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
Sets the named scope.
setSpawnOnInit(boolean)
- Method in class gnu.beanfactory.
Service
setSql(String)
- Method in class gnu.beanfactory.jdbc.
Query
setStartup(boolean)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
setTaskScheduler(TaskScheduler)
- Method in class gnu.beanfactory.scheduler.
Task
setTracing(boolean)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setTracing(boolean)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
setUp()
- Method in class gnu.beanfactory.jdbc.
QueryTestCase
setUrl(String)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setUrl(String)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
JDBC URL to the database.
setUrl(String)
- Method in class gnu.beanfactory.rmi.
RMIReferenceAdapter
RMI URL to the remote object.
setUser(String)
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
setUser(String)
- Method in interface gnu.beanfactory.jdbc.
ConnectionPool
Username used to connect to the database.
spawn()
- Method in class gnu.beanfactory.
Service
split(String, String)
- Static method in class gnu.beanfactory.util.
Regex
Startup
- class gnu.beanfactory.
Startup
.
Convenience class for initializing BeanFactory.
Startup()
- Constructor for class gnu.beanfactory.
Startup
StartupTestCase
- class gnu.beanfactory.
StartupTestCase
.
JUnit Test Case
StartupTestCase(String)
- Constructor for class gnu.beanfactory.
StartupTestCase
STATIC_BEAN_URL
- Static variable in class gnu.beanfactory.
BeanContextTestCase
STATIC_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
STATIC_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
SUBST_ESCAPE_QUOTE
- Static variable in class gnu.beanfactory.util.
Regex
substitute(String, String)
- Static method in class gnu.beanfactory.util.
Regex
Applies a regular expression to an input string.
T
Task
- class gnu.beanfactory.scheduler.
Task
.
Extend this class to create a scheduled task.
Task()
- Constructor for class gnu.beanfactory.scheduler.
Task
TaskScheduler
- class gnu.beanfactory.scheduler.
TaskScheduler
.
Daemon class for the scheduling system.
TaskScheduler()
- Constructor for class gnu.beanfactory.scheduler.
TaskScheduler
testAnonymousInstance()
- Method in class gnu.beanfactory.
BeanContextTestCase
testAnonymousInstance()
- Method in class gnu.beanfactory.
ScopeTestCase
testBasicConnectionPool()
- Method in class gnu.beanfactory.jdbc.
ConnectionPoolTestCase
testBeanFactory()
- Method in class gnu.beanfactory.
BeanContextTestCase
testBindScope()
- Method in class gnu.beanfactory.
BeanContextTestCase
testDefaultValues()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
testDefinition()
- Method in class gnu.beanfactory.
DefinitionLoaderTestCase
testDefinitionLoader()
- Method in class gnu.beanfactory.
DefinitionLoaderTestCase
testDefinitionLoader()
- Method in class gnu.beanfactory.
BeanContextTestCase
testEquals()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
testEscapeHtml()
- Method in class gnu.beanfactory.util.
RegexTestCase
testExists()
- Method in class gnu.beanfactory.
BeanContextTestCase
testGetHandle()
- Method in class gnu.beanfactory.
HandleTestCase
testIdentity()
- Method in class gnu.beanfactory.servlet.
DigestSecurityTestCase
testInvalidBean()
- Method in class gnu.beanfactory.
BeanContextTestCase
testLookup()
- Method in class gnu.beanfactory.
BeanContextTestCase
testMangle()
- Method in class gnu.beanfactory.jdbc.
QueryTestCase
testMatch()
- Method in class gnu.beanfactory.util.
RegexTestCase
testQuery()
- Method in class gnu.beanfactory.jdbc.
QueryTestCase
testResolve()
- Method in class gnu.beanfactory.
BeanContextTestCase
testSimple()
- Method in class gnu.beanfactory.servlet.
BeanEventTestCase
testSingleton()
- Method in class gnu.beanfactory.
BeanContextTestCase
testSplit()
- Method in class gnu.beanfactory.util.
RegexTestCase
testStartup()
- Method in class gnu.beanfactory.
StartupTestCase
testStatic()
- Method in class gnu.beanfactory.
ScopeTestCase
testThreadIdentity()
- Method in class gnu.beanfactory.
ScopeTestCase
testThreadRebind()
- Method in class gnu.beanfactory.
ScopeTestCase
testThreadUnbound()
- Method in class gnu.beanfactory.
ScopeTestCase
testTransient()
- Method in class gnu.beanfactory.
ScopeTestCase
testValidate()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
testValidateBeanName()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
testValidateNullClassName()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
testValidateScope()
- Method in class gnu.beanfactory.
BeanDefinitionTestCase
THREAD_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
THREAD_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
ToLowerFormat
- class gnu.beanfactory.taglib.format.
ToLowerFormat
.
Formats data in lower case.
ToLowerFormat()
- Constructor for class gnu.beanfactory.taglib.format.
ToLowerFormat
toString()
- Method in class gnu.beanfactory.
BeanDefinitionImpl
toString()
- Method in class gnu.beanfactory.jdbc.
BasicConnectionPool
toString()
- Method in class gnu.beanfactory.jdbc.
Query.CacheKey
toString()
- Method in class gnu.beanfactory.scheduler.
Task
ToStringFormat
- class gnu.beanfactory.taglib.format.
ToStringFormat
.
A simple no-op formatter.
ToStringFormat()
- Constructor for class gnu.beanfactory.taglib.format.
ToStringFormat
ToUpperFormat
- class gnu.beanfactory.taglib.format.
ToUpperFormat
.
Formats data in upper case.
ToUpperFormat()
- Constructor for class gnu.beanfactory.taglib.format.
ToUpperFormat
TRANSIENT_BEAN_URL
- Static variable in class gnu.beanfactory.
BeanContextTestCase
TRANSIENT_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
TRANSIENT_SCOPE_NAME
- Static variable in class gnu.beanfactory.
BeanContext
U
unbind()
- Static method in class gnu.beanfactory.
ScopeManager
Removes the scope bindings from the calling thead.
unbindScope()
- Method in class gnu.beanfactory.
BeanContext
Releases all thread-bound scopes from the calling thread.
UNBOUND_MESSAGE_TEXT
- Static variable in class gnu.beanfactory.
ScopeManager
UNKNOWN_SCOPE_CODE
- Static variable in class gnu.beanfactory.
BeanContext
update(String)
- Method in class gnu.beanfactory.servlet.
DigestSecurity
URL_PREFIX
- Static variable in class gnu.beanfactory.
BeanContext
V
validate()
- Method in class gnu.beanfactory.servlet.
FormHandler
All subclasses must implement this method.
validate(boolean, String, String)
- Method in class gnu.beanfactory.servlet.
FormHandler
Asserts that a particular boolean expression is true, and adds a form error if it is not.
validate(DefinitionLoader)
- Method in class gnu.beanfactory.
BeanDefinitionImpl
validate(String, String, String, String)
- Method in class gnu.beanfactory.servlet.
FormHandler
Validates a form field via a regular expression.
verify(HttpServletRequest)
- Static method in class gnu.beanfactory.servlet.
DigestSecurity
verify(HttpServletRequest, String[])
- Static method in class gnu.beanfactory.servlet.
DigestSecurity
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES