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

I

ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Constant for the id attribute
ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
The key used when extending an existing ObjectName with the identity hash code of its corresponding managed resource.
IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
An implementation of the ObjectNamingStrategy interface that creates a name based on the the identity of a given instance.
IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
Extension of Hibernate's DefaultMergeEventListener, transferring the ids of newly saved objects to the corresponding original objects (that are part of the detached object graph passed into the merge method).
IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
 
IfProfileValue - Annotation Type in org.springframework.test.annotation
Test annotation to indicate that a test is enabled for a specific testing profile or environment.
ignore(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
ignoreDependencyInterface(Class) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyInterface(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency interface for autowiring.
ignoreDependencyType(Class) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
ignoreDependencyType(Class) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Ignore the given dependency type for autowiring: for example, String.
ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Ignore the given resource type when resolving @Resource annotations.
IllegalStateException - Exception in org.springframework.jms
Runtime exception mirroring the JMS IllegalStateException.
IllegalStateException(IllegalStateException) - Constructor for exception org.springframework.jms.IllegalStateException
 
IllegalTransactionStateException - Exception in org.springframework.transaction
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IllegalTransactionStateException(String) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(String, Throwable) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
implementInterfacesOnObject(Object) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Publish all interfaces that the given delegate implements at the proxy level.
implementsInterface(Class) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
Does this introduction advice implement the given interface?
implementsInterface(Class) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Check whether the specified interfaces is a published introduction interface.
IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
importBeanDefinitionResource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Parse an "import" element and load the bean definitions from the given resource into the bean factory.
ImportDefinition - Class in org.springframework.beans.factory.parsing
Representation of an import that has been processed during the parsing process.
ImportDefinition(String) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
ImportDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
ImportDefinition(String, Resource[], Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
Create a new ImportDefinition.
importProcessed(ImportDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
importProcessed(ImportDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given import has been processed.
include(String) - Method in class org.springframework.mock.web.MockPageContext
 
include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
 
include(RenderRequest, RenderResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_CONTEXT_PATH_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
Deprecated. as of Spring 2.0, in favor of WebUtils.INCLUDE_CONTEXT_PATH_ATTRIBUTE
INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for include URI and paths.
INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
INCLUDE_SERVLET_PATH_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
Deprecated. as of Spring 2.0, in favor of WebUtils.INCLUDE_SERVLET_PATH_ATTRIBUTE
INCLUDE_URI_REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
Deprecated. as of Spring 2.0, in favor of WebUtils.INCLUDE_REQUEST_URI_ATTRIBUTE
includeBean(Class, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
Indicate whether a particular bean should be included in the registration process, if it is not specified in the beans map of the MBeanExporter.
includeBean(Class, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Used for autodetection of beans.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an operation.
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Vote on the inclusion of an attribute accessor.
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an attribute mutator.
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
IncorrectResultSetColumnCountException - Exception in org.springframework.jdbc
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultSetColumnCountException.
IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultCountDataAccessException.
IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
IncorrectResultSizeDataAccessException(int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
Constructor for IncorrectResultSizeDataAccessException.
IncorrectUpdateSemanticsDataAccessException - Exception in org.springframework.dao
Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
IncorrectUpdateSemanticsDataAccessException(String) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
Constructor for IncorrectUpdateSemanticsDataAccessException.
increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Increase this parameter's nesting level.
INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
indexOf(Advice) - Method in interface org.springframework.aop.framework.Advised
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.
indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
 
indicatesAutowiring() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether this BeanWiringInfo indicates autowiring.
InfrastructureAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.
InfrastructureAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
InfrastructureProxy - Interface in org.springframework.core
Interface to be implemented by transparent resource proxies that need to be considered as equal to the underlying resource, for example for consistent lookup key comparisons.
init() - Method in class org.springframework.aop.config.AopNamespaceHandler
Register the BeanDefinitionParsers for the 'config', 'spring-configured', 'aspectj-autoproxy' and 'scoped-proxy' tags.
init() - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Invoked by the DefaultBeanDefinitionDocumentReader after construction but before any custom elements are parsed.
init() - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
init() - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler
 
init() - Method in class org.springframework.context.config.ContextNamespaceHandler
 
init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
 
init() - Method in class org.springframework.jms.config.JmsNamespaceHandler
 
init(Object) - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Initialize this JAX-RPC servlet endpoint.
init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
 
init() - Method in class org.springframework.transaction.config.TxNamespaceHandler
 
init(RuntimeServices) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
init(ExtendedProperties) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
init() - Method in class org.springframework.web.context.ContextLoaderServlet
Initialize the root web application context.
init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
Standard way of initializing this filter.
init() - Method in class org.springframework.web.portlet.GenericPortletBean
Map config parameters onto bean properties of this portlet, and invoke subclass initialization.
init() - Method in class org.springframework.web.servlet.HttpServletBean
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Create the ActionServlet's WebApplicationContext.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
 
init() - Method in class org.springframework.web.util.Log4jConfigServlet
 
INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
initAnnotation(AnnotatedElement) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Calls WebApplicationObjectSupport.initServletContext(javax.servlet.ServletContext) if the given ApplicationContext is a WebApplicationContext.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
 
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
 
initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Calls the AbstractDetectingUrlHandlerMapping.detectHandlers() method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Deprecated. Calls the detectAndCreateHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Calls the SimpleUrlHandlerMapping.registerHandlers(java.util.Map) method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
 
initApplicationContext() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Checks to see that a valid report file URL is supplied in the configuration.
initApplicationContext() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Invoked on startup.
initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
initApplicationContext() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Here we load our template, as we need the ApplicationContext to do it.
initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Initialize this XsltView's TransformerFactory.
initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the ApplicationEventMulticaster.
initApplicationException(Throwable) - Method in exception org.springframework.transaction.TransactionSystemException
Set an application exception that was thrown before this transaction exception, preserving the original exception despite the overriding TransactionSystemException.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Determine the autowire mode to use for wiring Struts Actions.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Determine the autowire mode to use for wiring Struts Actions.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
Initialize standard JavaBean property access for this DataBinder.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Initialize the given BeanWrapper with the custom editors registered with this factory.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the given BeanWrapper to be used for row mapping.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.portlet.GenericPortletBean
Initialize the BeanWrapper for this GenericPortletBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.servlet.HttpServletBean
Initialize the BeanWrapper for this HttpServletBean, possibly with custom editors.
InitBinder - Annotation Type in org.springframework.web.bind.annotation
Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
Initialize the given DataBinder for the given request.
initBinder(PortletRequest, PortletRequestDataBinder) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Initialize the given binder instance, for example with custom editors.
initBinder(ServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Deprecated. as of Spring 2.0: use initBinder(HttpServletRequest, ServletRequestDataBinder) instead
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Deprecated. Initialize the given binder instance, for example with custom editors.
initConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Initialize the single underlying Connection.
initConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Initialize the underlying Connection via the DriverManager.
initConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Initialize the underlying shared Connection.
initContext(PageContext, Map) - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Initialize this context with the given page context, using the given model attributes for Errors retrieval.
initContext(HttpServletRequest, ServletContext, Map) - Method in class org.springframework.web.servlet.support.RequestContext
Initialize this context with the given request, using the given model attributes for Errors retrieval.
initDao() - Method in class org.springframework.dao.support.DaoSupport
Concrete subclasses can override this for custom initialization behavior.
initDefaults(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Initialize the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings.
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter.
initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate102
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter102.
initDefaultStrategies() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initDefaultStrategies() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Initialize the default implementations for the adapter's strategies: SimpleMessageConverter102.
initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Initialize deferred close for the current thread and the given SessionFactory.
initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Initialize the Filter delegate, defined as bean the given Spring application context.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Determine whether to apply a dependency check after wiring Struts Actions.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Determine whether to apply a dependency check after wiring Struts Actions.
InitDestroyAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor implementation that invokes annotated init and destroy methods.
InitDestroyAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Initialize exclusion Patterns from the supplied String[].
initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Initialize the View BeanFactory from the ResourceBundle, for the given locale.
initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Initialize the view bean factory from the XML file.
initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
initFrameworkPortlet() - Method in class org.springframework.web.portlet.FrameworkPortlet
This method will be invoked after any bean properties have been set and the ApplicationContext has been loaded.
initFrameworkServlet() - Method in class org.springframework.web.servlet.FrameworkServlet
This method will be invoked after any bean properties have been set and the WebApplicationContext has been loaded.
initGateway() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Subclasses can override this for custom initialization behavior.
initialize(Class) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the mapping metadata for the given class.
initialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Initialize this container.
initialize() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
initialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
 
initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
initialize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Creates the BlockingQueue and the ThreadPoolExecutor.
initialize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Creates the BlockingQueue and the ThreadPoolExecutor.
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
initialize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
initialize() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
initializeBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Initialize the given raw bean, applying factory callbacks such as setBeanName and setBeanFactory, also applying all bean post processors (including ones which might wrap the given raw bean).
initializeBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
initializeBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Initialize the given bean instance, applying factory callbacks as well as init methods and bean post processors.
initializeConsumers() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Initialize the JMS Sessions and MessageConsumers for this container.
initializeDefinition(BeanFactory) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Instantiate singletons and do any other normal initialization of the factory.
initializeDefinition(BeanFactory) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to refresh the ApplicationContext, invoking ConfigurableApplicationContext.refresh().
initializeMetaData(DataSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Initialize this class with metadata from the database
initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Lazily initialize the multipart request, if possible.
initializeMultipart() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Lazily initialize the multipart request, if possible.
initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize using the provided DatabaseMetData.
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using the database metedata provided
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize the database specific management of procedure column meta data.
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using provided database metadata, table and column information.
InitializingBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
initInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, adapting them where necessary.
initInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, adapting them where necessary.
initLogging(String) - Static method in class org.springframework.util.Log4jConfigurer
Initialize log4j from the given file location, with no config file refreshing.
initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
Initialize log4j from the given location, with the given refresh interval for the config file.
initLogging(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Initialize log4j, including setting the web app root system property.
initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the MessageSource.
initMethodMap(Map) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Initialize the specified "methodMap", if any.
initOracleDriverClasses(Connection) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Retrieve the oracle.sql.BLOB and oracle.sql.CLOB classes via reflection, and initialize the values for the DURATION_SESSION and MODE_READWRITE constants defined there.
initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
Initialize parameter name discovery for this method parameter.
initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Subclasses must implement this to initialize regexp pointcuts.
initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Initialize Patterns from the supplied String[].
initPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Initialize and publish the Portlet ApplicationContext for this portlet.
initPortletBean() - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden method of GenericPortletBean, invoked after any bean properties have been set.
initPortletBean() - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses may override this to perform custom initialization.
initServletBean() - Method in class org.springframework.web.servlet.FrameworkServlet
Overridden method of HttpServletBean, invoked after any bean properties have been set.
initServletBean() - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses may override this to perform custom initialization.
initServletBean() - Method in class org.springframework.web.servlet.ResourceServlet
Remember the startup time, using no last-modified time before it.
initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.InternalResourceView
Checks whether we need explictly expose the Servlet 2.4 request attributes by default.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.JstlView
Wraps the MessageSource with a JSTL-aware MessageSource that is aware of JSTL's javax.servlet.jsp.jstl.fmt.localizationContext context-param.
initSpringResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Initialize a SpringResourceLoader for the given VelocityEngine.
initStrategies(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Refresh the strategy objects that this portlet uses.
initStrategies(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
Initialize the strategy objects that this servlet uses.
initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Activate transaction synchronization for the current thread.
initTemplateConfig() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
initTemplateConfig() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Create a SimpleJdbcTemplate based on the configured JdbcTemplate.
initTemplateConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Initialize the template-based configuration of this DAO.
initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to check for the ViewContext interface which is part of the view package of Velocity Tools.
initTool(Object, Context) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Initialize the given tool instance.
initTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
initUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
initVelocityResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.
initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Initialize Spring's web application context for the given servlet context, according to the "contextClass" and "contextConfigLocation" context-params.
initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Initialize and publish the WebApplicationContext for this servlet.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.ActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Initialize and publish the WebApplicationContext for the ActionServlet.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case).
inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Either this or InjectionMetadata.InjectedElement.getResourceToInject(java.lang.Object, java.lang.String) needs to be overridden.
injectDependencies() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Inject dependencies into 'this' instance (that is, this test instance).
injectDependencies(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection and bean initialization for the supplied TestContext as described in prepareTestInstance().
injectFields(Object, String) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
InjectionMetadata - Class in org.springframework.beans.factory.annotation
Internal class for managing injection metadata.
InjectionMetadata() - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata
 
InjectionMetadata(Class) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata
 
InjectionMetadata.InjectedElement - Class in org.springframework.beans.factory.annotation
 
InjectionMetadata.InjectedElement(Member, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
injectMethods(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
The Resource-style prefix that denotes an inline script.
InputStreamEditor - Class in org.springframework.beans.propertyeditors
One-way PropertyEditor, which can convert from a text string to a java.io.InputStream, allowing InputStream properties to be set directly as a text string.
InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the default ResourceEditor underneath.
InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the given ResourceEditor underneath.
InputStreamResource - Class in org.springframework.core.io
Resource implementation for a given InputStream.
InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - Interface in org.springframework.core.io
Simple interface for objects that are sources for an InputStream.
InputTag - Class in org.springframework.web.servlet.tags.form
Data-binding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'text'.
InputTag() - Constructor for class org.springframework.web.servlet.tags.form.InputTag
 
insert(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
insert(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
insert(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
insert(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
INSTANCE - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton instance of this class
INSTANCE - Static variable in class org.springframework.aop.target.EmptyTargetSource
The canonical (Singleton) instance of this EmptyTargetSource.
instance() - Static method in class org.springframework.core.enums.StaticLabeledEnumResolver
Return the shared StaticLabeledEnumResolver singleton instance.
instantiate(RootBeanDefinition, String, BeanFactory) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory.
instantiate(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given constructor.
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
Return an instance of the bean with the given name in this factory, creating it via the given factory method.
instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
instantiateBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Instantiate the given bean using its default constructor.
instantiateClass(Class) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using its no-arg constructor.
instantiateClass(Constructor, Object[]) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using the given constructor.
instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Instantiate the bean using a named factory method.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor, Object[]) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
InstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-instantiation callback, and a callback after instantiation but before explicit properties are set or autowiring occurs.
InstantiationAwareBeanPostProcessorAdapter - Class in org.springframework.beans.factory.config
Adapter that implements all methods on SmartInstantiationAwareBeanPostProcessor as no-ops, which will not change normal processing of each bean instantiated by the container.
InstantiationAwareBeanPostProcessorAdapter() - Constructor for class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
InstantiationModelAwarePointcutAdvisor - Interface in org.springframework.aop.aspectj
Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.
InstantiationStrategy - Interface in org.springframework.beans.factory.support
Interface responsible for creating instances corresponding to a root bean definition.
InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver relying on VM Instrumentation.
InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
InstrumentationSavingAgent - Class in org.springframework.instrument
Java agent that saves the Instrumentation interface from the JVM for later use.
InstrumentationSavingAgent() - Constructor for class org.springframework.instrument.InstrumentationSavingAgent
 
InteractionCallback - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Interaction.
interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
List of MethodInterceptor and InterceptorAndDynamicMethodMatcher that need dynamic checks.
InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
InternalPathMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Simple implementation of MethodNameResolver that maps URL to method name.
InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
 
InternalResourceView - Class in org.springframework.web.servlet.view
Wrapper for a JSP or other resource within the same web application.
InternalResourceView() - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Constructor for use as a bean.
InternalResourceView(String) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceView(String, boolean) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceViewResolver - Class in org.springframework.web.servlet.view
Convenient subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
Sets the default view class to InternalResourceViewResolver.requiredViewClass(): by default InternalResourceView, or JstlView if the JSTL API is present.
InternetAddressEditor - Class in org.springframework.mail.javamail
Editor for java.mail.internet.InternetAddress, to directly populate an InternetAddress property.
InternetAddressEditor() - Constructor for class org.springframework.mail.javamail.InternetAddressEditor
 
InterruptibleBatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
Extension of the BatchPreparedStatementSetter interface, adding a batch exhaustion check.
intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that both of the given ClassFilters match.
intersection(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that all of the given ClassFilters match.
intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given ClassFilter.
intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given MethodMatcher.
intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
Apply an intersection with the given Pointcut.
intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
Match all methods that both of the given MethodMatchers match.
intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
Match all methods that both the given pointcuts match.
intResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique int result from the given Collection.
IntroductionAdvisor - Interface in org.springframework.aop
Superinterface for advisors that perform one or more AOP introductions.
IntroductionAwareMethodMatcher - Interface in org.springframework.aop
A specialized type of MethodMatcher that takes into account introductions when matching methods.
IntroductionInfo - Interface in org.springframework.aop
Interface supplying the information necessary to describe an introduction.
IntroductionInfoSupport - Class in org.springframework.aop.support
Support for implementations of IntroductionInfo.
IntroductionInfoSupport() - Constructor for class org.springframework.aop.support.IntroductionInfoSupport
 
IntroductionInterceptor - Interface in org.springframework.aop
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
IntrospectorCleanupListener - Class in org.springframework.web.util
Listener that flushes the JDK's JavaBeans Introspector cache on web app shutdown.
IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
 
invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
Invalidate this request, clearing its state.
invalidate() - Method in class org.springframework.mock.web.MockHttpSession
 
invalidate() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
InvalidClientIDException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidClientIDException.
InvalidClientIDException(InvalidClientIDException) - Constructor for exception org.springframework.jms.InvalidClientIDException
 
InvalidDataAccessApiUsageException - Exception in org.springframework.dao
Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
InvalidDataAccessApiUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
Constructor for InvalidDataAccessApiUsageException.
InvalidDataAccessResourceUsageException - Exception in org.springframework.dao
Root for exceptions thrown when we use a data access resource incorrectly.
InvalidDataAccessResourceUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
Constructor for InvalidDataAccessResourceUsageException.
InvalidDestinationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidDestinationException.
InvalidDestinationException(InvalidDestinationException) - Constructor for exception org.springframework.jms.InvalidDestinationException
 
InvalidInvocationException - Exception in org.springframework.jmx.access
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
Create a new InvalidInvocationException with the supplied error message.
InvalidIsolationLevelException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.
InvalidIsolationLevelException(String) - Constructor for exception org.springframework.transaction.InvalidIsolationLevelException
Constructor for InvalidIsolationLevelException.
InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
InvalidPropertyException - Exception in org.springframework.beans
Exception thrown when referring to an invalid bean property.
InvalidPropertyException(Class, String, String) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
InvalidPropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.InvalidPropertyException
Create a new InvalidPropertyException.
InvalidResultSetAccessException - Exception in org.springframework.jca.cci
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, SQLException) - Constructor for exception org.springframework.jca.cci.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException - Exception in org.springframework.jdbc
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException(SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidSelectorException - Exception in org.springframework.jms
Runtime exception mirroring the JMS InvalidSelectorException.
InvalidSelectorException(InvalidSelectorException) - Constructor for exception org.springframework.jms.InvalidSelectorException
 
InvalidTimeoutException - Exception in org.springframework.transaction
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
InvalidTimeoutException(String, int) - Constructor for exception org.springframework.transaction.InvalidTimeoutException
Constructor for InvalidTimeoutException.
InvertibleComparator - Class in org.springframework.util.comparator
A decorator for a comparator, with an "ascending" flag denoting whether comparison results should be treated in forward (standard ascending) order or flipped for reverse (descending) order.
InvertibleComparator(Comparator) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator, boolean) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts based on the provided order.
invertOrder() - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of each sort definition contained by this compound comparator.
invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Invert the sort order of the sort definition at the specified index.
invertOrder() - Method in class org.springframework.util.comparator.InvertibleComparator
Invert the sort order: ascending -> descending or descending -> ascending.
invocableClone() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
This implementation returns a shallow copy of this invocation object, including an independent copy of the original arguments array.
invocableClone(Object[]) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
This implementation returns a shallow copy of this invocation object, using the given arguments array for the clone.
invocableClone() - Method in interface org.springframework.aop.ProxyMethodInvocation
Create a clone of this object.
invocableClone(Object[]) - Method in interface org.springframework.aop.ProxyMethodInvocation
Create a clone of this object.
InvocationFailureException - Exception in org.springframework.jmx.access
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the specified error message and root cause.
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determines whether or not logging is enabled for the particular MethodInvocation.
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
Deprecated.  
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Subclasses may need to override this if they want to perform custom behaviour in around advice.
invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Subclasses may need to override this if they want to perform custom behaviour in around advice.
invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Prepares the thread context if necessar, and delegates to AbstractSlsbInvokerInterceptor.invokeInContext(org.aopalliance.intercept.MethodInvocation).
invoke(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource..
invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jdo.JdoInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.jpa.JpaInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.toplink.TopLinkInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Translates the method invocation into a JAX-RPC service invocation.
invoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches an RMI stub and delegates to JndiRmiClientInterceptor.doInvoke(org.aopalliance.intercept.MethodInvocation, java.lang.Object).
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Redefined here to be visible to RmiInvocationWrapper.
invoke(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Fetches an RMI stub and delegates to doInvoke.
invoke(MethodInvocation, Remote, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Deprecated. as of Spring 2.5, in favor of RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object)
invoke(RemoteInvocation) - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Apply the given invocation to the target object.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
Perform this invocation on the given target object.
invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object.
invoke(RemoteInvocation, Object) - Method in interface org.springframework.remoting.support.RemoteInvocationExecutor
Perform this invocation on the given target object.
invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
 
invoke() - Method in class org.springframework.util.MethodInvoker
Invoke the specified method.
invokeAdviceMethod(JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Invoke the advice method.
invokeAdviceMethod(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
invokeAdviceMethodWithGivenArgs(Object[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
invokeAfterCommit(List) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCommit methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List, int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAndCreateResult(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object, wrapping the invocation result in a serializable RemoteInvocationResult object.
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
invokeCustomInitMethod(String, Object, String, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Invoke the specified custom init method on the given bean.
invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Actually invoke the delegate Filter with the given request and response.
invokeExceptionListener(JMSException) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the registered JMS ExceptionListener, if any.
invokeGetterMethod(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the getter method with the given name on the supplied target object with the supplied value.
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
invokeHandlerMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Fetches an EJB home object and delegates to doInvoke.
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Perform the given invocation on the current EJB home, within the thread context being prepared accordingly.
invokeInContext(MethodInvocation) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
invokeInitMethods(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Give a bean a chance to react now all its properties are set, and a chance to know about its owning bean factory (this object).
invokeJdbcMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with no arguments.
invokeJdbcMethod(Method, Object, Object[]) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
invokeJoinpoint() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Invoke the joinpoint using reflection.
invokeJoinpointUsingReflection(Object, Method, Object[]) - Static method in class org.springframework.aop.support.AopUtils
Invoke the given target via reflection, as part of an AOP method invocation.
invokeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener: either as standard JMS MessageListener or (preferably) as Spring SessionAwareMessageListener.
invokeListenerMethod(String, Object[]) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object[]) - Static method in class org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Invokes the named method.
invokeRemoteMethod(MethodInvocation, Object) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Perform a raw method invocation on the given RMI stub, letting reflection exceptions through as-is.
invokeSetterMethod(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeSetterMethod(Object, String, Object, Class) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeTestMethod(Method, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Invokes the supplied test method and notifies the supplied RunNotifier of the appropriate events.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Subclasses must override this method to perform any tracing around the supplied MethodInvocation.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Writes a log message before the invocation based on the value of enterMessage.
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Wraps the invocation with a JAMon Monitor and writes the current performance statistics to the log (if enabled).
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
 
invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
 
invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given Validator for the supplied object and Errors instance.
invokeVisit(Object, Object) - Method in class org.springframework.core.ReflectiveVisitorHelper
Deprecated. Use reflection to call the appropriate visit method on the provided visitor, passing in the specified argument.
isAbstract() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is "abstract", that is, not meant to be instantiated.
isAbstract() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is "abstract", i.e. not meant to be instantiated itself but rather just serving as parent for concrete child bean definitions.
isAbstract() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is marked as abstract.
isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
 
isAcceptGzipEncoding() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
isAcceptMessagesWhileStopping() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to accept received messages while the listener container in the process of stopping.
isAccessCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether call parameter metadata should be accessed.
isAccessTableParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we accessing table meta data?
isActive() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses can call this to check whether any AOP proxies have been created yet.
isActive() - Method in interface org.springframework.context.ConfigurableApplicationContext
Determine whether this application context is active, that is, whether it has been refreshed at least once and has not been closed yet.
isActive() - Method in class org.springframework.context.support.AbstractApplicationContext
 
isActive() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
Return whether this request is still active (that is, not completed yet).
isActive() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Return whether this request is still active (that is, not completed yet).
isActualTransactionActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether there currently is an actual transaction active.
isAdviceInstantiated() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
Return whether this advisor has already instantiated its advice.
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
isAfterAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return true if the advisor is a form of after advice.
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
isAfterAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
Return whether this is an after advice.
isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the last row of this RowSet.
isAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
isAlias(String) - Method in interface org.springframework.core.AliasRegistry
Determine whether this given name is defines as an alias (as opposed to the name of an actually registered component).
isAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
 
isAllowCreate() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return if a new Session should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.JdoTemplate
Return if a new PersistenceManager should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
isAllowCreate() - Method in class org.springframework.orm.toplink.TopLinkTemplate
Return if a new Session should be created if no thread-bound found.
isAllowDirtyBack() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Return whether "dirty back" is allowed.
isAllowDirtyBack() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return whether "dirty back" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Return whether "dirty forward" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Return whether "dirty forward" is allowed.
isAllowed(String) - Method in class org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
Return whether to always apply the MessageFormat rules, parsing even messages without arguments.
isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to always use a new Hibernate Session for this template.
isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Determine whether an annotation for the specified annotationType is declared locally on the supplied clazz.
isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Determine whether an annotation for the specified annotationType is present on the supplied clazz and is inherited (i.e., not declared locally for the class).
isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
isApproximableCollectionType(Class) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given collection type is an approximable type, i.e. a type that CollectionFactory.createApproximateCollection(java.lang.Object, int) can approximate.
isApproximableMapType(Class) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given map type is an approximable type, i.e. a type that CollectionFactory.createApproximateMap(java.lang.Object, int) can approximate.
isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isAscending() - Method in interface org.springframework.beans.support.SortDefinition
Return whether to sort ascending (true) or descending (false).
isAscending() - Method in class org.springframework.util.comparator.InvertibleComparator
Return the sort order: ascending (true) or descending (false).
isAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
We consider something to be an AspectJ aspect suitable for use by the Spring AOP system if it has the @Aspect annotation, and was not compiled by ajc.
isAspect(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Determine whether or not the given class is an aspect, as reported by AspectJ's AjTypeSystem.
isAssignable(Class, Class) - Static method in class org.springframework.beans.BeanUtils
Deprecated. as of Spring 2.0, in favor of ClassUtils.isAssignable
isAssignable(Class, Object) - Static method in class org.springframework.beans.BeanUtils
Deprecated. as of Spring 2.0, in favor of ClassUtils.isAssignableValue
isAssignable(Class, Class) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class, String) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class) - Static method in class org.springframework.util.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignable(Type, Type) - Static method in class org.springframework.util.TypeUtils
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
isAssignableValue(Class, Object) - Static method in class org.springframework.util.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isAtLeastJava14() - Static method in class org.springframework.core.JdkVersion
Convenience method to determine if the current JVM is at least Java 1.4.
isAtLeastJava15() - Static method in class org.springframework.core.JdkVersion
Convenience method to determine if the current JVM is at least Java 1.5 (Java 5).
isAtLeastJava16() - Static method in class org.springframework.core.JdkVersion
Convenience method to determine if the current JVM is at least Java 1.6 (Java 6).
isAutowire() - Method in enum org.springframework.beans.factory.annotation.Autowire
Return whether this represents an actual autowiring value.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine if the provided bean definition is an autowire candidate.
isAutowireCandidate() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is a candidate for getting autowired into some other bean.
isAutowireCandidate(String, DependencyDescriptor) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Determine whether the specified bean qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
isAutowireCandidate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is a candidate for getting autowired into some other bean.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
Determine whether the given bean definition qualifies as an autowire candidate for the given dependency.
isAutowireCandidate(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
isAutowireCandidate(String, RootBeanDefinition, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine whether the specified bean definition qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
Determine if the provided bean definition is an autowire candidate.
isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Determine whether the multipart content is still available.
isBatchExhausted(int) - Method in interface org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
Return whether the batch is complete, that is, whether there were no additional values added during the last setValues call.
isBatchExhausted(int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation return this instance's current exhaustion flag.
isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as lazy-init.
isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the specified bean is eligible for having its bean definition metadata cached.
isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Considers all beans as eligible for metdata caching if the factory's configuration has been marked as frozen.
isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the given bean name is already in use within this factory, i.e. whether there is a local bean or alias registered under this name or an inner bean created with this name.
isBeanNameInUse(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Determine whether the given bean name is already in use within this registry, i.e. whether there is a local bean or alias registered under this name.
isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
 
isBeforeAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return true if the advisor is a form of before advice.
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
 
isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
isBeforeAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
Return whether this is a before advice.
isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is after the first row of this RowSet.
isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
Return whether to bind empty MultipartFile parameters.
isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e. might potentially be subject to bean-style data binding later on.
isBindingFailure() - Method in class org.springframework.validation.FieldError
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
isBindOnNewForm() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Return if request parameters should be bound in case of a new form.
isBindOnNewForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return true if request parameters should be bound in case of a new form.
isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching is enabled.
isCacheBeanMetadata() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
isCacheBeanMetadata() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isCacheConsumers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return whether to cache JMS MessageConsumers per JMS Session instance.
isCacheProducers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return whether to cache JMS MessageProducers per JMS Session instance.
isCacheQueries() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to cache all queries executed by this template.
isCacheSafe(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCacheTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return whether the Velocity template should be cached.
isCancelRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to cancel the processing of the current form.
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to cancel the processing of the current form.
isCancelRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Determine whether the incoming request is a request to cancel the processing of the current form.
isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given class does not match any exclude filter and does match at least one include filter.
isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Determine whether the given bean definition qualifies as candidate.
isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the case of the designated column is significant.
isCglibProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class) - Static method in class org.springframework.aop.support.AopUtils
Check whether the specified class is a CGLIB-generated class.
isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCheckFullyPopulated() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isClassNameExcludedFromShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Deprecated. in favor of ShadowingClassLoader.isEligibleForShadowing(java.lang.String)
isClassReloadable(Class) - Method in interface org.springframework.core.SmartClassLoader
Determine whether the given class is reloadable (in this ClassLoader).
isClientAcknowledge(Session) - Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
This implementation overrides the superclass method to avoid using JMS 1.1's Session getAcknowledgeMode() method.
isClientAcknowledge(Session) - Method in class org.springframework.jms.support.JmsAccessor
Determine whether the given Session is in client acknowledge mode.
isCommandInSession(RenderRequest) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Determine if there is a valid command (and errors) object in the session for this render request.
isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
isCommitted() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Determine whether the given new bean definition is compatible with the given existing bean definition.
isCompatibleWithThrowsClause(Throwable, Class[]) - Static method in class org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the exceptions declared in a throws clause.
isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this operation "compiled"?
isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Is this operation "compiled"?
isCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Is this operation "compiled"?
isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Return whether the current handler's session processing has been marked as complete.
isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
isCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
isCompleted() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction is completed, that is, whether it has already been committed or rolled back.
isConcrete() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class represents a concrete class, i.e. neither an interface nor an abstract class.
isConcrete() - Method in class org.springframework.core.type.StandardClassMetadata
 
isConfigurationFrozen() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return whether this factory's bean definitions are frozen, i.e. are not supposed to be modified or post-processed any further.
isConfigurationFrozen() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
isConnectFailure(RemoteException) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given CORBA exception indicates a connect failure.
isConnectFailure(RemoteException) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Determine whether the given RMI exception indicates a connect failure.
isConnectionTransactional(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Determine whether the given JCA CCI Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConnectionTransactional(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given JDBC Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isContextKeyEmpty(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Determines if the supplied context key is empty.
isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
Determine whether this application object needs to run in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isContextRequired() - Method in class org.springframework.web.servlet.view.InternalResourceView
An ApplicationContext is not strictly required for InternalResourceView.
isControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the given bean class indicates a controller type that is supported by this mapping strategy.
isConverted() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return whether this holder contains a converted value already (true), or whether the value still needs to be converted (false).
isConverted() - Method in class org.springframework.beans.MutablePropertyValues
Return whether this holder contains converted values only (true), or whether the values still need to be converted (false).
isConverted() - Method in class org.springframework.beans.PropertyValue
Return whether this holder contains a converted value already (true), or whether the value still needs to be converted (false).
isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
Return whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a currency value.
isCurrentlyInCreation(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether the specified bean is currently in creation.
isCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isCurrentTransactionReadOnly() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return whether the current transaction is marked as read-only.
isDaemon() - Method in class org.springframework.scheduling.commonj.DelegatingWork
This implementation delegates to SchedulingAwareRunnable.isLongLived(), if available.
isDaemon() - Method in class org.springframework.util.CustomizableThreadCreator
Return whether this factory should create daemon threads.
isDebug() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the progress of this transaction is debugged.
isDefaultBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether the specific bean name is a suggested default bean name, not necessarily matching an actual bean definition in the factory.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
Is default HTML escaping active?
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Overridden to default to true in case of no explicit default given.
isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the applicable default HTML escape setting for this tag.
isDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e. the value of the "defaultHtmlEscape" context-param in web.xml (if any).
isDefaultLazyInit() - Method in class org.springframework.beans.factory.xml.ParserContext
 
isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
isDefaultNamespace(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
isDefaultRollback() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Get the default rollback flag for this test.
isDefaultRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions by default for the supplied test context.
isDefaultRollback() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Whether or not transactions should be rolled back by default.
isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Determine whether deferred close is active for the current thread and the given SessionFactory.
isDeliveryTransacted(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
This implementation returns true if a transaction manager has been specified; false otherwise.
isDependencyCheck() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Return whether or not dependency checking should be performed for test properties set by Dependency Injection.
isDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Is the current HTML tag disabled?
isDisabledInThisEnvironment(Method) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Determine if the test for the supplied testMethod should run in the current environment.
isDisabledInThisEnvironment(String) - Method in class org.springframework.test.ConditionalTestCase
Should this test run?
isEager() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return whether this dependency is 'eager' in the sense of eagerly resolving potential target beans for type matching.
isEagerInit() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
isEagerInit() - Method in interface org.springframework.beans.factory.SmartFactoryBean
Does this FactoryBean expect eager initialization, that is, eagerly initialize itself as well as expect eager initialization of its singleton object (if any)?
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Return whether the Advisor bean with the given name is eligible for proxying in the first place.
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Consider Advisor beans with the specified prefix as eligible, if activated.
isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
isEligibleAspectBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
Check whether the given aspect bean is eligible for auto-proxying.
isEligibleAttribute(Attr) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
isEligibleAttribute(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Return whether the aspect bean with the given name is eligible.
isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Determine whether the aspect bean with the given name is eligible.
isEligibleForMapping(String, Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the specified controller is excluded from this mapping.
isEligibleForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
Determine whether the specified class is eligible for overriding by this class loader.
isEligibleForPropertyPopulation(Object) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Return whether the given job object is eligible for having its bean properties populated.
isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Determine whether the specified class is eligible for shadowing by this class loader.
isEligibleProperty(String, Object) - Method in class org.springframework.web.servlet.view.RedirectView
Determine whether the given model element should be exposed as a query property.
isEligibleValue(Object) - Method in class org.springframework.web.servlet.view.RedirectView
Determine whether the given model element value is eligible for exposure.
isEmpty() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return if this holder does not contain any argument values, neither indexed ones nor generic ones.
isEmpty() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return whether the set of method overrides is empty.
isEmpty() - Method in class org.springframework.beans.MutablePropertyValues
 
isEmpty() - Method in interface org.springframework.beans.PropertyValues
Does this holder not contain any PropertyValue objects at all?
isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
 
isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
isEmpty() - Method in class org.springframework.util.AutoPopulatingList
 
isEmpty() - Method in class org.springframework.util.CachingMapDecorator
 
isEmpty(Collection) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return whether the given array is empty: that is, null or of zero length.
isEmpty() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty, that is, either no file has been chosen in the multipart form or the chosen file has no content.
isEmpty() - Method in class org.springframework.web.portlet.ModelAndView
Return whether this ModelAndView object is empty i.e. whether it does not hold any view and does not contain a model.
isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty i.e. whether it does not hold any view and does not contain a model.
isEnforceDestroyMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Indicate whether the configured destroy method is the default.
isEnforceInitMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Indicate whether the configured init method is the default.
isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is an "equals" method.
isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is an "equals" method.
isError() - Method in class org.springframework.web.servlet.support.BindStatus
Return if this status represents a field or object error.
isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
Determine whether the specified class is excluded from decoration by this class loader.
isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine whether the given bean property is excluded from dependency checks.
isExistingTransaction(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
isExplicitQosEnabled() - Method in class org.springframework.jms.core.JmsTemplate
If "true", then the values of deliveryMode, priority, and timeToLive will be used when sending a message.
isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether to expose the JMX descriptor field "class" for managed operations.
isExposeListenerSession() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to expose the listener JMS Session to a registered SessionAwareMessageListener.
isExposeNativeEntityManager() - Method in class org.springframework.orm.jpa.JpaTemplate
Return whether to expose the native JPA EntityManager to JpaCallback code, or rather an EntityManager proxy.
isExposeNativePersistenceManager() - Method in class org.springframework.orm.jdo.JdoTemplate
Return whether to expose the native JDO PersistenceManager to JdoCallback code, or rather a PersistenceManager proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
Return whether the factory should expose the proxy as a ThreadLocal.
isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the AOP proxy will expose the AOP proxy for each invocation.
isExposeTransactionAwareSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return whether to expose a transaction-aware proxy for the SessionFactory.
isExpressionLanguage(String) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Check if the given expression value is an EL expression.
isExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
isExtractOldValueForEditor() - Method in class org.springframework.beans.AbstractPropertyAccessor
 
isExtractOldValueForEditor() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Return whether to extract the old property value when applying a property editor to a new value for a property.
isFactoryBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether the bean with the given name is a FactoryBean.
isFactoryBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check whether the given bean is defined as a FactoryBean.
isFactoryDereference(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return whether the given name is a factory dereference (beginning with the factory dereference prefix).
isFailEarlyOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to fail early in case of the transaction being globally marked as rollback-only.
isField - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
isFinalizeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "finalize" method.
isFinishRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to finish the processing of the current form.
isFinishRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Determine whether the incoming request is a request to finish the processing of the current form.
isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the first row of this RowSet.
isFirstPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the first one.
isFixedRate() - Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Return whether to schedule as fixed-rate execution.
isFixedRate() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return whether to schedule as fixed-rate execution.
isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return whether to schedule as fixed-rate execution.
isFixedRate() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Return whether to schedule as fixed-rate execution.
isFlushEager() - Method in class org.springframework.orm.jdo.JdoAccessor
Return if this accessor should flush changes to the database eagerly.
isFlushEager() - Method in class org.springframework.orm.jpa.JpaAccessor
Return if this accessor should flush changes to the database eagerly.
isFormChangeRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Simpler isFormChangeRequest variant, called by the full variant SimpleFormController.isFormChangeRequest(HttpServletRequest, Object).
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Determine if the given request represents a form submission.
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Determine if the given request represents a form submission.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Consider an explicit cancel request as a form submission too.
isFrozen() - Method in interface org.springframework.aop.framework.Advised
Return whether the Advised configuration is frozen, in which case no advice changes can be made.
isFrozen() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether the config is frozen, and no advice changes can be made.
isFrozen() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
isFunction() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether this call is a function call.
isFunction() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this call a function call?
isFunction() - Method in class org.springframework.jdbc.object.SqlCall
Return whether this call is for a function.
isGeneratedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return whether the given name is a bean name which has been generated by the default naming strategy (containing a "#..." part).
isGenerateDdl() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to generate DDL after the EntityManagerFactory has been initialized creating/updating all relevant tables.
isGenerateDefaultLocations() - Method in class org.springframework.test.context.support.AbstractContextLoader
Determine whether or not default resource locations should be generated if the locations provided to processLocations() are null or empty.
isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Is a column name String array for retreiving generated keys supported Connection.createStruct(String, Object[])?
isGeneratedKeysColumnNameArraySupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a column name String array for retreiving generated keys Connection.createStruct(String, Object[])
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported DatabaseMetaData.supportsGetGeneratedKeys()?
isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a simple quey to retreive the generated key whe the JDBC 3.0 feature of retreiving generated keys is not supported DatabaseMetaData.supportsGetGeneratedKeys()
isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support the JDBC 3.0 feature of retreiving generated keys DatabaseMetaData.supportsGetGeneratedKeys()?
isGetGeneratedKeysSupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support the JDBC 3.0 feature of retreiving generated keys DatabaseMetaData.supportsGetGeneratedKeys()
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Template method for determining the global rollback-only flag of the underlying transaction, if any.
isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Determine the rollback-only flag via checking both the transaction object, provided that the latter implements the SmartTransactionObject interface.
isGlobalRollbackOnParticipationFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
isGzipResponse(PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Determine whether the given response indicates a GZIP response.
isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Determine whether the given response is a GZIP response.
isHashCodeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "hashCode" method.
isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
isHomeRefreshable() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return whether the cached EJB home object is potentially subject to on-demand refreshing.
isHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the HTML escaping setting for this tag, or the default setting if not overridden.
isIgnoreCase() - Method in class org.springframework.beans.support.MutableSortDefinition
 
isIgnoreCase() - Method in interface org.springframework.beans.support.SortDefinition
Return whether upper and lower case in String values should be ignored.
isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore invalid fields when binding.
isIgnoreNestedPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return whether to ignore a nested path, if any.
isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
Return whether to ignore unknown fields when binding.
isIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether or not we ignore SQLWarnings.
isIgnoring(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Return whether or not the session id and user name should be included in the log message.
isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the client address and session id should be included in the log message.
isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the query string should be included in the log message.
isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine whether the given request is an include request, that is, not a top-level HTTP request coming in from the outside.
isIndependent() - Method in interface org.springframework.core.type.ClassMetadata
Determine whether the underlying class is independent, i.e. whether it is a top-level class or a nested class (static inner class) that can be constructed independent from an enclosing class.
isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
 
isInfrastructureClass(Class) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
isInfrastructureClass(Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Deprecated. in favor of isInfrastructureClass(beanClass)
isInfrastructureClass(Class) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean class represents an infrastructure class that should never be proxied.
isInitialized() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Return whether the lazy target object of this TargetSource has already been fetched.
isInputValueProvided() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
This implementation always returns false.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlInOutParameter
This implementation always returns true.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlParameter
Return whether this parameter holds input values that should be set before execution even if they are null.
isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
Return whether this parameter holds input values that should be set before execution even if they are null.
isInstanceOf(Class, Object) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class, Object, String) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Check whether an Instrumentation instance is available for the current VM.
isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine whether the interceptor should kick in, that is, whether the invokeUnderTrace method should be called.
isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Always applies the interceptor if the "trackAllInvocations" flag has been set; else just kicks in if the log is enabled.
isInterface() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class represents an interface.
isInterface() - Method in class org.springframework.core.type.StandardClassMetadata
 
isInterfaceProxied(Class) - Method in interface org.springframework.aop.framework.Advised
Determine whether the given interface is proxied.
isInterfaceProxied(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
 
isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
 
isInvalid() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
isInvalidSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Determine if the given request represents an invalid form submission.
isJarResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in a jar file, that is, has protocol "jar", "zip", "wsjar" or "code-source".
isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
Check whether the given object is a JDK dynamic proxy.
isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves whether the cursor is on the last row of this RowSet.
isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
Return if the current page is the last one.
isLazilyInstantiated() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect needs to be lazily instantiated.
isLazy() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
Return whether this advisor is lazily initializing its underlying advice.
isLazyDatabaseTransaction() - Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Return whether to lazily start a database transaction within a TopLink transaction.
isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean should be lazily initialized, that is, not eagerly instantiated on startup.
isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean should be lazily initialized, i.e. not eagerly instantiated on startup.
isLazyInit() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
isLocalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking this TransactionStatus.
isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
isLogEnabled(Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine whether the given Log instance is enabled.
isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
Return whether the Runnable's operation is long-lived (true) versus short-lived (false).
isMaintainSession() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return the maintain session flag to specify on the stub or call.
isMaintainSession() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "session.maintain" flag to specify on the stub.
isMatch(String, String) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Return if the given bean name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Return if the given method name matches the mapped name.
isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
Check whether the given FieldError matches the given field.
isMaterialized() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
isMBean(Class) - Method in class org.springframework.jmx.export.MBeanExporter
Determine whether the given bean class qualifies as an MBean as-is.
isMBean(Class) - Static method in class org.springframework.jmx.support.JmxUtils
Determine whether the given bean class qualifies as an MBean as-is.
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedList
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedMap
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedProperties
 
isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedSet
 
isMergeEnabled() - Method in interface org.springframework.beans.Mergeable
Is merging enabled for this particular instance?
isMessageIdEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message IDs are enabled.
isMessageTimestampEnabled() - Method in class org.springframework.jms.core.JmsTemplate
Return whether message timestamps are enabled.
isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.IntroductionInfoSupport
Is this method on an introduced interface?
isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
 
isModified() - Method in interface org.springframework.scripting.ScriptSource
Indicate whether the underlying script data has been modified since the last time ScriptSource.getScriptAsString() was called.
isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
 
isMultiActionControllerType(Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Determine whether the given bean class indicates a controller type that dispatches to multiple action methods.
isMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper is in multipart mode, i.e. whether it holds a multipart message.
isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Determine if the given request contains multipart content.
isMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
isMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Determine if the given request contains multipart content.
isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns false.
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
isNamespaceAware() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return whether or not the XML parser should be XML namespace aware.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped CallableStatements.
isNativeConnectionNecessaryForNativeCallableStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
Return true, as CoreCallableStatement does not allow access to the underlying Connection.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativePreparedStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped PreparedStatements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Return whether it is necessary to work on the native Connection to receive native Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Return false by default.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Return true, as WebLogic returns wrapped Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Return true, as WebSphere returns wrapped Statements.
isNativeConnectionNecessaryForNativeStatements() - Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
Return true, as CoreStatement does not allow access to the underlying Connection.
isNested() - Method in class org.springframework.beans.factory.xml.ParserContext
 
isNestedOrIndexedProperty(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Check whether the given property path indicates an indexed or nested property.
isNestedTransactionAllowed() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether nested transactions are allowed.
isNew() - Method in class org.springframework.mock.web.MockHttpSession
 
isNew() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
isNewSynchronization() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if a new transaction synchronization has been opened for this transaction.
isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
isNewTransaction() - Method in class org.springframework.transaction.support.SimpleTransactionStatus
 
isNewTransaction() - Method in interface org.springframework.transaction.TransactionStatus
Return whether the present transaction is new (else participating in an existing transaction, or potentially not running in an actual transaction in the first place).
isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isNullable() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get whether the parameter is nullable.
isNullable() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get whether the parameter/column is nullable.
isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Check whether the given SQL type is numeric.
Isolation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction isolation levels for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
ISOLATION_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default isolation level of the underlying datastore.
ISOLATION_READ_COMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
ISOLATION_READ_UNCOMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads can occur.
ISOLATION_REPEATABLE_READ - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
ISOLATION_SERIALIZABLE - Static variable in interface org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads are prevented.
IsolationLevelDataSourceAdapter - Class in org.springframework.jdbc.datasource
An adapter for a target DataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every getConnection call.
IsolationLevelDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
 
IsolationLevelDataSourceRouter - Class in org.springframework.jdbc.datasource.lookup
DataSource that routes to one of various target DataSources based on the current transaction isolation level.
IsolationLevelDataSourceRouter() - Constructor for class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
isOneTimeTask() - Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Is this task only ever going to execute once?
isOneTimeTask() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Is this task only ever going to execute once?
isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Is this task only ever going to execute once?
isOneTimeTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Is this task only ever going to execute once?
isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies created by this configuration should be prevented from being cast to Advised.
isOpen() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns false.
isOpen() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
isOpen() - Method in interface org.springframework.core.io.Resource
Return whether this resource represents a handle with an open stream.
isOpen() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether there are still open references to this holder.
isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether proxies should perform aggressive optimizations.
isOutputStreamAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isOverloaded() - Method in class org.springframework.beans.factory.support.MethodOverride
Return whether the overridden method has to be considered as overloaded (that is, whether arg type matching has to happen).
isPattern(String) - Method in class org.springframework.util.AntPathMatcher
 
isPattern(String) - Method in interface org.springframework.util.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPerInstance() - Method in interface org.springframework.aop.Advisor
Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.
isPerInstance() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
isPerInstance() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
isPersistenceManagerTransactional(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Return whether the given JDO PersistenceManager is transactional, that is, bound to the current thread by Spring's transaction facilities.
isPerThisOrPerTarget() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect is defined as "perthis" or "pertarget".
isPerTypeWithin() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return whether the aspect is defined as "pertypewithin".
isPopulateProtectedVariables() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Return whether to populate protected variables of this test case.
isPortletModeAllowed(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isPortletModeAllowed(PortletMode) - Method in class org.springframework.web.portlet.util.PortletRequestWrapper
 
isPreferFileSystemAccess() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return whether to prefer file system access for template loading.
isPreferFileSystemAccess() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return whether to prefer file system access for template loading.
isPreFiltered() - Method in interface org.springframework.aop.framework.Advised
Return whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
isPreFiltered() - Method in class org.springframework.aop.framework.AdvisedSupport
 
isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return whether this client interceptor has already been prepared, i.e. has already looked up the server and cached all metadata.
isPrepared() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e. has already looked up the JAX-RPC service and port.
isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e. has already looked up the JAX-WS service and port.
isPrepared() - Method in class org.springframework.util.MethodInvoker
Return whether this invoker has been prepared already, i.e. whether it allows access to MethodInvoker.getPreparedMethod() already.
isPresent(String) - Static method in class org.springframework.util.ClassUtils
Deprecated. as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader)
isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimary() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean is a primary autowire candidate.
isPrimary(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Return whether the bean definition for the given bean name has been marked as a primary bean.
isPrimitiveArray(Class) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrWrapper(Class) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
isPrimitiveWrapper(Class) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isProcedureColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Are we using the meta data for the procedure columns?
isProcedureColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isPrototype(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a prototype?
isPrototype() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
isPrototype() - Method in interface org.springframework.beans.factory.SmartFactoryBean
Is the object managed by this factory a prototype?
isPrototype() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this a Prototype, with an independent instance returned for each call.
isPrototype(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isPrototype(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return whether this TargetSourceCreator is prototype-based.
isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
isPrototypeCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether the specified prototype bean is currently in creation (within the current thread).
isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
Are we proxying the full target class instead of specified interfaces?
isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
Return whether to proxy the target class directly as well as any interfaces.
isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isPublishContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return whether to publish this portlet's context as a PortletContext attribute.
isPublishEvents() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return whether this portlet should publish a PortletRequestHandledEvent at the end of each request.
isPubSubDomain() - Method in class org.springframework.jms.connection.JmsTransactionManager102
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
isPubSubDomain() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubNoLocal() - Method in class org.springframework.jms.core.JmsTemplate
Return whether to inhibit the delivery of messages published by its own connection.
isPubSubNoLocal() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Return whether to inhibit the delivery of messages published by its own connection.
isPubSubNoLocal() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Return whether to inhibit the delivery of messages published by its own connection.
isReadable() - Method in class org.springframework.core.io.AbstractResource
This implementation always returns true.
isReadable() - Method in class org.springframework.core.io.DescriptiveResource
 
isReadable() - Method in class org.springframework.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - Method in interface org.springframework.core.io.Resource
Return whether the contents of this resource can be read, e.g. via InputStreamSource.getInputStream() or Resource.getFile().
isReadableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isReadableProperty(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
isReadableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine whether the specified property is readable.
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
isReadOnly(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
isReadOnly() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if this transaction is defined as read-only transaction.
isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
Return whether to optimize as a read-only transaction.
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
isReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Is the current HTML tag readonly?
isReconnectOnException() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return whether the single Connection should be renewed when a JMSException is reported by the underlying Connection.
isRedirectAction() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Return if ActionResponse.sendRedirect(java.lang.String) is expected to be called in the action phase.
isRedirectContextRelative() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
isRedirectHttp10Compatible() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether redirects should stay compatible with HTTP 1.0 clients.
isRefCursorSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning resultsets as ref cursors to be retreived with CallableStatement.getObject(int) for the specified column.
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReference() - Method in class org.springframework.web.portlet.ModelAndView
Return whether we use a view reference, i.e.
isReference() - Method in class org.springframework.web.servlet.ModelAndView
Return whether we use a view reference, i.e.
isRenderWhenMinimized() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller will render when portlet is minimized.
isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Determine whether the original request is still active.
isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.web.portlet.util.PortletRequestWrapper
 
isRequired() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return whether this dependency is required.
isRequiredProperty(PropertyDescriptor) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Is the supplied property required to have a value (that is, to be dependency-injected)?
isRequireSession() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return whether a session is required to handle requests.
isRequireSession() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether a session is required to handle requests.
isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
Return whether the lookup occurs in a J2EE container.
isResultSetSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Does this parameter support a ResultSet, i.e. does it hold a ResultSetExtractor, RowCallbackHandler or RowMapper?
isResultsMapCaseInsensitive() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlParameter
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
Return whether this parameter is an implicit return parameter used during the results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements should be capable of returning auto-generated keys.
isReturnResultSetSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning resultsets that should be retreived with the JDBC call Statement.getResultSet()
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReturnTypeSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return whether this parameter holds a custom return type.
isReturnValueRequired() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether a return value is required.
isReturnValueRequired() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Does the call require a return value?
isRollback() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Determines whether or not to rollback transactions for the current test.
isRollback() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Determine whether or not to rollback transactions for the current test by taking into consideration the default rollback flag and a possible method-level override via the @Rollback annotation.
isRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions for the supplied test context by taking into consideration the default rollback flag and a possible method-level override via the Rollback annotation.
isRollbackOnCommitFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether doRollback should be performed on failure of the doCommit call.
isRollbackOnly(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionObject
This implementation checks the UserTransaction's rollback-only flag.
isRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.
isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource transaction is marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.support.SmartTransactionObject
Return whether the transaction is internally marked as rollback-only.
isRollbackOnly() - Method in interface org.springframework.transaction.TransactionStatus
Return whether the transaction has been marked as rollback-only (either by the application or by the transaction infrastructure).
isRunning() - Method in interface org.springframework.context.Lifecycle
Check whether this component is currently running.
isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
 
isRunning() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return whether the configured message endpoint is currently active.
isRunning() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Determine whether this container is currently running, that is, whether it has been started and not stopped yet.
isRunning() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Considers the underlying TimerManager as running if it is neither suspending nor stopping.
isRunning() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isRunning() - Method in class org.springframework.util.StopWatch
Return whether the stop watch is currently running.
isRuntime() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
isRuntime() - Method in interface org.springframework.aop.MethodMatcher
Is this MethodMatcher dynamic, that is, must a final call be made on the MethodMatcher.matches(java.lang.reflect.Method, Class, Object[]) method at runtime even if the 2-arg matches method returns true?
isRuntime() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
isRuntime() - Method in class org.springframework.aop.support.DynamicMethodMatcher
 
isRuntime() - Method in class org.springframework.aop.support.StaticMethodMatcher
 
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isSecure() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isSecure() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
 
isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
 
isSecure() - Method in interface org.springframework.web.context.request.WebRequest
Return whether this request has been sent over a secure transport mechanism (such as SSL).
isSecure() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
isSecure() - Method in class org.springframework.web.portlet.util.PortletRequestWrapper
 
isSessionAttribute(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isSessionForm() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Return if session form mode is activated.
isSessionForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return true if session form mode is activated.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.core.JmsTemplate
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
This implementation checks whether the Session is externally synchronized.
isSessionTransacted() - Method in class org.springframework.jms.support.JmsAccessor
Return whether the JMS sessions used by this accessor are supposed to be transacted.
isSessionTransactional(Session, ConnectionFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Determine whether the given JMS Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Return whether the given TopLink Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSharedEditor(PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Check whether the given editor instance is a shared editor, that is, whether the given editor instance might be used concurrently.
isShowPassword() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
isShowSql() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to show SQL in the log (or in the console).
isSigned(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isSigned(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicates whether the designated column contains a signed number.
isSimpleProperty(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given type represents a "simple" property: a primitive, a String or other CharSequence, a Number, a Date, a URI, a URL, a Locale, a Class, or a corresponding array.
isSimpleValueType(Class) - Static method in class org.springframework.beans.BeanUtils
Check if the given type represents a "simple" value type: a primitive, a String or other CharSequence, a Number, a Date, a URI, a URL, a Locale or a Class.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return whether to use a single session for each request.
isSingleton() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
isSingleton() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
isSingleton() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
Is this bean a shared singleton?
isSingleton() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this a Singleton, with a single, shared instance returned on all calls.
isSingleton() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
isSingleton() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
While this FactoryBean will often be used for singleton targets, the invoked getters for the property path might return a new object for each call, so we have to assume that we're not returning the same object for each PropertyPathFactoryBean.getObject() call.
isSingleton() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
Is the object managed by this factory a singleton?
isSingleton() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this a Singleton, with a single shared instance returned from all calls.
isSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
isSingleton() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
isSingleton() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isSingleton() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
isSingleton() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
isSingleton() - Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
 
isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
isSingleton() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.jta.JotmFactoryBean
 
isSingleton() - Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
 
isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
isSingleton() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
 
isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return whether the specified singleton bean is currently in creation (within the entire factory).
isSkipResultsProcessing() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether results processing should be skipped.
isSkipUndeclaredResults() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return whether undeclared results should be skipped.
isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
Return whether the SQL can be used as is.
isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
isStatic() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
isStatic() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Not static.
isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns true.
isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
 
isStatic() - Method in interface org.springframework.aop.TargetSource
Will all calls to TargetSource.getTarget() return the same object?
isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Check whether the given annotation is a stereotype that is allowed to suggest a component name through its annotation value().
isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use lower case for identifiers
isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Get whether identifiers use lower case
isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use upper case for identifiers
isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Get whether identifiers use upper case
isSubscriptionDurable() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return whether to make the subscription durable.
isSubscriptionDurable() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
isSupportsCatalogsInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of catalog name in procedure calls
isSupportsCatalogsInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of catalog name in procedure calls
isSupportsSchemasInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of schema name in procedure calls
isSupportsSchemasInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of schema name in procedure calls
isSuppressClose() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection will be a close-suppressing proxy or the physical Connection.
isSynchedLocalTransactionAllowed() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Return whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction (where the main transaction might be a JDBC-based one for a specific DataSource, for example), with the JMS transaction committing right after the main transaction.
isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Return whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction.
isSynchronizationActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return if transaction synchronization is active for the current thread.
isSynchronizedWithTransaction() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource is synchronized with a transaction.
isSynchronizeOnSession() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isSynchronizeOnSession() - Method in class org.springframework.web.servlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isSynthetic() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean definition is 'synthetic', that is, not defined by the application itself.
isTableColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isTableColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Are we using the meta data for the table columns?
isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
isTestEnabledInThisEnvironment(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testClass is enabled in the current environment, as specified by the @IfProfileValue annotation at the class level.
isTestEnabledInThisEnvironment(Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isThrottleActive() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return whether this throttle is currently active.
isThrottleActive() - Method in class org.springframework.util.ConcurrencyThrottleSupport
Return whether this throttle is currently active.
isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
Return whether to toggle the ascending flag if the same property gets set again (that is, MutableSortDefinition.setProperty(java.lang.String) gets called with already set property name again).
isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Return whether this is an explicit reference to a bean in the parent factory.
isToStringMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
Determine whether the given method is a "toString" method.
isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a "toString" method.
isTransactionActive() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder represents an active, JDBC-managed transaction.
isTransactionActive() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
isTransactionActive() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
isTransactionManagerRequired() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return whether the underlying transaction implements the SavepointManager interface.
isTrue(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTypeMatch(String, Class) - Method in interface org.springframework.beans.factory.BeanFactory
Check whether the bean with the given name matches the specified type.
isTypeMatch(String, Class) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
isTypeMatch(String, Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
isTypeMatch(String, Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
isTypeMatch(String, Class) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return updatable ResultSets.
isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.
isUrl(String) - Static method in class org.springframework.util.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUrlRequired() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return whether the 'url' property is required.
isUrlRequired() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
JasperReports views do not strictly required a 'url' value.
isUseCacheControlHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.1 cache-control header is used.
isUseCacheControlNoStore() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.1 cache-control header value "no-store" is used.
isUseCodeAsDefaultMessage() - Method in class org.springframework.context.support.AbstractMessageSource
Return whether to use the message code as default message instead of throwing a NoSuchMessageException.
isUseExpiresHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return whether the HTTP 1.0 expires header is used.
isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return whether to exclude advisors with a certain prefix in the bean name.
isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
isUserInRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
Determine whether the user is in the given role for this request.
isUserInRole(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
isUserInRole(String) - Method in class org.springframework.web.portlet.util.PortletRequestWrapper
 
isUseSoapAction() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "soapaction.use" flag to specify on the stub.
isUseSqlStateForTranslation() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether strict casing for attributes is enabled.
isUseTransactionAwareDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return whether to use a transaction-aware DataSource for the SessionFactory.
isValidateAddresses() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper will validate all addresses passed to it.
isValidateExistingTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether existing transactions should be validated before participating in them.
isValidateOnBinding() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Return if the Validator should get applied when binding.
isValidateOnBinding() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return if the Validator should get applied when binding.
isVisible(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isVoid() - Method in interface org.springframework.transaction.support.ResourceHolder
Determine whether this holder is considere as 'void', i.e. as a leftover from a previous thread.
isVoid() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 
isWindowStateAllowed(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isWindowStateAllowed(WindowState) - Method in class org.springframework.web.portlet.util.PortletRequestWrapper
 
isWrapperFor(Class) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
isWrapperFor(Class) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
isWritableProperty(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
isWritableProperty(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
isWritableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine whether the specified property is writable.
isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
iterate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances.
iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding one value to a "?"
iterate(String, Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?"
iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterate(String, Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
iterator() - Method in class org.springframework.util.AutoPopulatingList
 

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2002-2008 The Spring Framework.