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
 
Identifier - Class in org.springframework.expression.spel.ast
 
Identifier(String, int) - Constructor for class org.springframework.expression.spel.ast.Identifier
 
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.
ignoreUnresolvablePlaceholders - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
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.
IMAGE_GIF - Static variable in class org.springframework.http.MediaType
Public constant media type for image/gif.
IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_GIF.
IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/jpeg.
IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_JPEG.
IMAGE_PNG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/png.
IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_PNG.
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.
IMPLICIT_MODEL_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
IMPLICIT_MODEL_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
Import - Annotation Type in org.springframework.context.annotation
Indicates one or more @Configuration classes to import.
IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ImportAware - Interface in org.springframework.context.annotation
Interface to be implemented by any @Configuration class that wishes to be injected with the AnnotationMetadata of the @Configuration class that imported it.
ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
Interface to be implemented by types that register additional bean definitions when processing @Configuration classes.
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.
ImportResource - Annotation Type in org.springframework.context.annotation
Indicates one or more resources containing bean definitions to import.
ImportSelector - Interface in org.springframework.context.annotation
Interface to be implemented by types that determine which @Configuration class(es) should be imported based on a given selection criteria, usually one or more annotation attributes.
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(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
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
 
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.
includes(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType includes the given media type.
includeSynonymsForTableColumnMetaData() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
includeSynonymsForTableColumnMetaData() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Include synonyms for the column meta data lookups via JDBC.
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, Throwable) - 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
 
Indexer - Class in org.springframework.expression.spel.ast
An Indexer can index into some proceeding structure to access a particular piece of it.
Indexer(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Indexer
 
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.
INFER_METHOD - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates the container should attempt to infer the destroy method name for a bean as opposed to explicit specification of a method name.
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.SimpleConstructorNamespaceHandler
 
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.cache.config.CacheNamespaceHandler
 
init() - Method in class org.springframework.context.config.ContextNamespaceHandler
 
init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
 
init() - Method in class org.springframework.jdbc.config.JdbcNamespaceHandler
 
init() - Method in class org.springframework.jms.config.JmsNamespaceHandler
 
init() - Method in class org.springframework.oxm.config.OxmNamespaceHandler
 
init(Object) - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Initialize this JAX-RPC servlet endpoint.
init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
 
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(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
Initialize a new HandlerMethodResolver for the specified handler type.
init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
Initialize all the filters, calling each one's init method in turn in the order supplied.
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.config.MvcNamespaceHandler
 
init() - Method in class org.springframework.web.servlet.HttpServletBean
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
init(Map<String, String>) - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
 
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.  
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.  
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Create the ActionServlet's WebApplicationContext.
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.  
init(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.  
INIT_BINDER_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
MethodFilter that matches @InitBinder methods.
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
Deprecated.  
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.AbstractHandlerMethodMapping
ApplicationContext initialization and handler method detection.
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
Deprecated.  
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.tiles.ComponentControllerSupport
Deprecated. Subclasses can override this for custom initialization behavior.
initApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.  
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.xml.MarshallingView
 
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
Deprecated. Determine the autowire mode to use for wiring Struts Actions.
initAutowireMode(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. 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(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to further initialize the created data binder instance (e.g.
initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
Initialize the given DataBinder for the given request.
initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Initialize a WebDataBinder with @InitBinder methods.
initBinder(PortletRequest, PortletRequestDataBinder) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Initialize the given binder instance, for example with custom editors.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. 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.
InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
Adds initialization to a WebDataBinder via @InitBinder methods.
InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Create a new instance.
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<String, Object>) - 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, HttpServletResponse, ServletContext, Map<String, Object>) - Method in class org.springframework.web.servlet.support.RequestContext
Initialize this context with the given request, using the given model attributes for Errors retrieval.
initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
 
initDao() - Method in class org.springframework.dao.support.DaoSupport
Concrete subclasses can override this for custom initialization behavior.
initDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook to initialize the embedded database.
initDefaults(Element, BeanDefinitionParserDelegate) - 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.
initDefaults(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Deprecated. in Spring 3.1 in favor of BeanDefinitionParserDelegate.initDefaults(Element, BeanDefinitionParserDelegate)
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
Deprecated. 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
Deprecated. 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
Deprecated. Determine whether to apply a dependency check after wiring Struts Actions.
initDependencyCheck(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. 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
Subclasses must implement this to initialize regexp pointcuts.
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.
initHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Scan beans in the ApplicationContext, detect and register handler methods.
initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
Initialize the given application context.
initialize(Class<T>) - 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.ExecutorConfigurationSupport
Set up the ExecutorService.
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().
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Create the target ExecutorService instance.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
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.
initializeResourcesBeforeRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Initialize any LOB resources before a read is done.
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.DerbyTableMetaDataProvider
 
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 class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
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, checking for MappedInterceptors and adapting HandlerInterceptors where necessary.
initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
Initialize the LifecycleProcessor.
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<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Initialize the specified "methodMap", if any.
initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
Populate the model in the following order: Retrieve "known" session attributes -- i.e.
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, MODE_READWRITE and MODE_READONLY constants defined there.
initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Initialize parameter name discovery for the underlying method parameter, if any.
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.
initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Replace Servlet- and Portlet-based stub property sources with actual instances populated with the given context and config objects.
initPropertySources() - Method in class org.springframework.context.support.AbstractApplicationContext
Replace any stub property sources with actual instances.
initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
initPropertySources() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Replace any stub property sources with actual instances.
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.ContentNegotiatingViewResolver
 
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.InternalResourceView
Checks whether we need to explicitly 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.
initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
Checks whether we need to explicitly expose the Servlet 2.4 request attributes by default.
initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Replace Servlet-based stub property sources with actual instances populated with the given context object.
initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Replace Servlet-based stub property sources with actual instances populated with the given context and config objects.
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
Deprecated. 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, using the application context provided at construction time, or creating a new one 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
Deprecated. 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
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Initialize and publish the WebApplicationContext for the ActionServlet.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
initWebApplicationContext(ActionServlet) - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated. 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
Deprecated. 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
Deprecated. 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
 
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
Deprecated. 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().
InjectionMetadata - Class in org.springframework.beans.factory.annotation
Internal class for managing injection metadata.
InjectionMetadata(Class, Collection<InjectionMetadata.InjectedElement>) - 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
 
INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
The Resource-style prefix that denotes an inline script.
InlineList - Class in org.springframework.expression.spel.ast
Represent a list in an expression, e.g.
InlineList(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineList
 
INPUT_FLASH_MAP_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.FlashMapManager
Name of request attribute that holds a read-only Map<String, Object> with "input" flash attributes if any.
InputSourceEditor - Class in org.springframework.beans.propertyeditors
Editor for org.xml.sax.InputSource, converting from a Spring resource location String to a SAX InputSource object.
InputSourceEditor() - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
Create a new InputSourceEditor, using the default ResourceEditor underneath.
InputSourceEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
Create a new InputSourceEditor, using the given ResourceEditor underneath.
InputStreamEditor - Class in org.springframework.beans.propertyeditors
One-way PropertyEditor which can convert from a text String to a java.io.InputStream, interpreting the given String as Spring resource location (e.g.
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
 
installFormatters(FormatterRegistry) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Deprecated. since Spring 3.1 in favor of FormattingConversionServiceFactoryBean.setFormatterRegistrars(Set)
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
Deprecated. Return the shared StaticLabeledEnumResolver singleton instance.
INSTANCE - Static variable in class org.springframework.core.OrderComparator
Shared default instance of OrderComparator.
instantiate(Class<T>) - Static method in class org.springframework.beans.BeanUtils
Convenience method to instantiate a class using its no-arg constructor.
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<T>) - Static method in class org.springframework.beans.BeanUtils
Instantiate a class using its no-arg constructor.
instantiateClass(Class<?>, Class<T>) - Static method in class org.springframework.beans.BeanUtils
Instantiate a class using its no-arg constructor and return the new instance as the the specified assignable type.
instantiateClass(Constructor<T>, 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<T> - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Interaction.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
Intercept the given request, and return a response.
InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
Creates a new instance of the InterceptingClientHttpRequestFactory with the given parameters.
InterceptingHttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, adding interceptor-related properties to HttpAccessor's common properties.
InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
 
InterceptorRegistration - Class in org.springframework.web.servlet.config.annotation
Encapsulates a HandlerInterceptor and an optional list of URL patterns.
InterceptorRegistration(HandlerInterceptor) - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Creates an InterceptorRegistration instance.
InterceptorRegistry - Class in org.springframework.web.servlet.config.annotation
Stores and provides access to a list of interceptors.
InterceptorRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistry
 
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
 
InternalParseException - Exception in org.springframework.expression.spel
Wraps a real parse exception.
InternalParseException(SpelParseException) - Constructor for exception org.springframework.expression.spel.InternalParseException
 
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
 
interpolate(String, MessageInterpolator.Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
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.
IntLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents an integer literal.
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.
INTROSPECT_TYPE_LEVEL_MAPPING - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the boolean HttpServletRequest attribute that indicates whether type-level mappings should be inspected.
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.
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<T> - 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<T>) - Constructor for class org.springframework.util.comparator.InvertibleComparator
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator<T>, 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.
InvocableHandlerMethod - Class in org.springframework.web.method.support
Provides a method for invoking the handler method for a given request after resolving its method argument values through registered HandlerMethodArgumentResolvers.
InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Constructs a new handler method with the given bean instance and method.
InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
Constructs a new handler method with the given bean instance, method name and parameters.
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.AsyncExecutionInterceptor
 
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() - Method in interface org.springframework.cache.interceptor.CacheAspectSupport.Invoker
 
invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
 
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
Deprecated.  
invoke(MethodInvocation) - Method in class org.springframework.orm.jpa.JpaInterceptor
Deprecated.  
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
Deprecated. 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.
invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
 
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<TransactionSynchronization>) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCommit methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, 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.
invokeAndHandle(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Invokes the method and handles the return value through a registered HandlerMethodReturnValueHandler.
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, RootBeanDefinition) - 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.
invokeErrorHandler(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeExceptionListener(JMSException) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the registered JMS ExceptionListener, if any.
invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Invoke the method after resolving its argument values in the context of the given request.
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(Object, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
Invoke the method with the given name on the supplied target object with the supplied arguments.
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.
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.
invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
Invoke the given Validator/SmartValidator for the supplied object and Errors instance.
invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
 
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.
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.
isAcceptProxyClasses() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return whether to accept deserialization of proxy classes.
isAccessCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether call parameter metadata should be accessed.
isAccessTableColumnMetaData() - 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
Deprecated. Return if a new PersistenceManager should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
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.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.
isAllowDirtyBack() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return whether "dirty back" is allowed.
isAllowDirtyBack() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return whether "dirty back" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return whether "dirty forward" is allowed.
isAllowDirtyForward() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return whether "dirty forward" is allowed.
isAllowed(String) - Method in class org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
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.
isAnnotated(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation or meta-annotation of the given type defined.
isAnnotated(String) - Method in interface org.springframework.core.type.MethodMetadata
Determine whether the underlying method has an annotation or meta-annotation of the given type defined.
isAnnotated(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
isAnnotated(String) - Method in class org.springframework.core.type.StandardMethodMetadata
 
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.
isApproximableMapType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
Determine whether the given map type is an approximable type, i.e.
isArray() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type an array type?
isArray(Object) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
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.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.
isAssignableBound(Type, Type) - Static method in class org.springframework.util.TypeUtils
 
isAssignableTo(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
Returns true if an object of this type descriptor can be assigned to the location described by the given type descriptor.
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
Deprecated. as of Spring 3.0 which requires Java 1.5+
isAtLeastJava15() - Static method in class org.springframework.core.JdkVersion
Deprecated. as of Spring 3.0 which requires Java 1.5+
isAtLeastJava16() - Static method in class org.springframework.core.JdkVersion
Deprecated. as of Spring 3.0, in favor of reflective checks for the specific Java 1.6 classes of interest
isAutoGrowCollections() - Method in class org.springframework.expression.spel.SpelParserConfiguration
 
isAutoGrowNestedPaths() - Method in interface org.springframework.beans.BeanWrapper
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.beans.BeanWrapperImpl
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
isAutoGrowNullReferences() - Method in class org.springframework.expression.spel.SpelParserConfiguration
 
isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
Return whether this Lifecycle component should be started automatically by the container when the ApplicationContext is refreshed.
isAutoStartup() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the value for the 'autoStartup' property.
isAutoStartup() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
isAutoStartup() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return whether this scheduler is configured for auto-startup.
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 whether 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 metadata 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.
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.
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.
isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
Return whether to bind empty MultipartFile parameters.
isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
Return true if the given @InitBinder method should be invoked to initialize the given WebDataBinder.
isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Whether to raise a BindException on bind or validation errors.
isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e.
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
Deprecated. Return if request parameters should be bound in case of a new form.
isBindOnNewForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. 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.
isCacheTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return whether the Velocity template should be cached.
isCacheUnresolved() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching of unresolved views is enabled.
isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isCancelRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. 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
Deprecated. 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
Deprecated. 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.
isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. as of Spring 3.1 in favor of ClassUtils.isCglibProxyClass(Class)
isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - Static method in class org.springframework.aop.support.AopUtils
Deprecated. as of Spring 3.1 in favor of ClassUtils.isCglibProxyClassName(String)
isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
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).
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
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.DefaultMessageListenerContainer102
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
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.support.JmsAccessor
Determine whether the given Session is in client acknowledge mode.
isCloseMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Collection type?
isCommandInSession(RenderRequest) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated. 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.MockMimeResponse
 
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.
isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
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"? Compilation, as in JDO, means that the operation is fully configured, and ready to use.
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.
isConcrete() - Method in class org.springframework.core.type.StandardClassMetadata
 
isConcrete() - Method in class org.springframework.http.MediaType
Indicates whether this media type is concrete, i.e.
isConditionPassing() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
isConfigurationFrozen() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return whether this factory's bean definitions are frozen, i.e.
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
Deprecated. 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.
isConstant() - Method in class org.springframework.expression.spel.ast.InlineList
 
isContextKeyEmpty(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated. Determine 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.
isContextRequired() - Method in class org.springframework.web.servlet.view.RedirectView
An ApplicationContext is not strictly required for RedirectView.
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).
isCreatedBy(int) - Method in class org.springframework.web.servlet.FlashMap
Whether the given id matches the id of the creator of this FlashMap.
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? Falls back to false in case of no explicit default given.
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.
isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Check whether a default JNDI environment, as in a J2EE environment, is available on this JVM.
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
 
isDefaultNamespace(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
isDefaultRollback() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated. 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
Deprecated. Return whether or not dependency checking should be performed for test properties set by Dependency Injection.
isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether to use direct field access instead of bean property access.
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.ButtonTag
Is the current HTML tag disabled?
isDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
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
Deprecated. Determine if the test for the supplied testMethod should run in the current environment.
isDisabledInThisEnvironment(String) - Method in class org.springframework.test.ConditionalTestCase
Deprecated. Should this test run?
isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
isDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this value has been marked as dynamic.
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, ParserContext) - 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(Attr) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Deprecated. in favour of AbstractSimpleBeanDefinitionParser.isEligibleAttribute(org.w3c.dom.Attr, ParserContext)
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.
isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Indicates whether the given request and response are eligible for ETag generation.
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.http.HttpHeaders
 
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() - Method in class org.springframework.util.LinkedMultiValueMap
 
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
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.
isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty, i.e.
isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Whether the condition has any media type expressions.
isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Whether the condition has any media type expressions.
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.
isExactMatch() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
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.hibernate4.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.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).
isExpired() - Method in class org.springframework.web.servlet.FlashMap
Whether this instance has expired depending on the amount of elapsed time since the call to FlashMap.startExpirationPeriod(int).
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
Deprecated. 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
Deprecated. 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.
isExposePathVariables() - Method in class org.springframework.web.servlet.view.AbstractView
Returns the value of the flag indicating whether path variables should be added to the model or not.
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).
isFactoryMethod(Method) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Check whether the given candidate qualifies as a factory method.
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
 
isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in the file system, that is, has protocol "file" or "vfs".
isFinal() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is marked as 'final'.
isFinal() - Method in interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is marked as 'final'.
isFinal() - Method in class org.springframework.core.type.StandardClassMetadata
 
isFinal() - Method in class org.springframework.core.type.StandardMethodMetadata
 
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
Deprecated. 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
Deprecated. 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.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
Deprecated. Return whether to schedule as fixed-rate execution.
isFlashMapForRequest(FlashMap, HttpServletRequest) - Method in class org.springframework.web.servlet.support.DefaultFlashMapManager
Whether the given FlashMap matches the current request.
isFlushEager() - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated. Return if this accessor should flush changes to the database eagerly.
isFlushEager() - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated. Return if this accessor should flush changes to the database eagerly.
isFormChangeRequest(PortletRequest) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated. Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated. Determine whether the given request is a form change request.
isFormChangeRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated. Simpler isFormChangeRequest variant, called by the full variant SimpleFormController.isFormChangeRequest(HttpServletRequest, Object).
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Determine if the given request represents a form submission.
isFormSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Determine if the given request represents a form submission.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Consider an explicit finish or cancel request as a form submission too.
isFormSubmission(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated. 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 retrieving 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.
isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a simple quey to retrieve 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.DerbyTableMetaDataProvider
 
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 retrieving 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(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
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.
isHandler(Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Whether the given type is a handler with handler methods.
isHandler(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether the given type is a handler with handler methods.
isHandlerMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the attribute name and/or type match those specified in the controller's @SessionAttributes annotation.
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.
isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether or not the request payload (body) 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.
isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
 
isInfrastructureClass(Class) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
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.
isInheritLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Get the inheritLocations flag that was declared via @ContextConfiguration.
isInitBinderMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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
 
isInvalidPath(String) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Validates the given path: returns true if the given path is not a valid resource path.
isInvalidSubmission(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. 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.
isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean should be lazily initialized, i.e.
isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean should be lazily initialized, i.e.
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.
isLenientConstructorResolution() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether to resolve constructors in lenient mode or in strict mode.
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.
isLogEnabled() - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Determine whether the DeprecatedBeanWarner.logger field 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
Deprecated. 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.
isMap() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a Map type?
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(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
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.
isMatchRequiringConversion() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
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.
isMethodBrowserSupported(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Determine if the HTTP method is supported by browsers (i.e.
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
 
isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
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.
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(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
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
 
isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
Check whether MXBean support is available, i.e.
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.
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.
isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
 
isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
 
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).
isNonPublicAccessAllowed() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether to allow access to non-public constructors and methods.
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.
isNullSafe() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Check whether the given SQL type is numeric.
isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method is originally declared by Object.
Isolation - Enum in org.springframework.transaction.annotation
Enumeration that represents transaction isolation levels for use with the Transactional 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.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
Deprecated. 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.
isOptional() - Method in class org.springframework.beans.PropertyValue
 
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).
isOverridable() - Method in interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is overridable, i.e.
isOverridable() - Method in class org.springframework.core.type.StandardMethodMetadata
 
isOverrideIncludeSynonymsDefault() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we overriding include synonyms default?
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
Deprecated. Return whether to populate protected variables of this test case.
isPortletModeAllowed(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
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.
isPrepared() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return whether this client interceptor has already been prepared, i.e.
isPrepared() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e.
isPrepared() - Method in class org.springframework.util.MethodInvoker
Return whether this invoker has been prepared already, i.e.
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 interface org.springframework.beans.factory.config.BeanDefinition
Return whether this bean is a primary autowire candidate.
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.
isPrimitive() - Method in class org.springframework.core.convert.TypeDescriptor
Is this type a primitive type?
isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e.
isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e.
isPrimitivesDefaultedForNullValue() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
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? That is, will BeanFactory.getBean(java.lang.String) always return independent instances?
isPrototype() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return whether this a Prototype, with an independent instance returned for each call.
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? That is, will FactoryBean.getObject() always return an independent instance?
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.
isPublicScope() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isPubSubDomain() - Method in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated. Return whether the Publish/Subscribe domain (Topics) is used.
isPubSubDomain() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated. 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.
isQualifier(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Checks whether the given annotation type is a recognized qualifier type.
isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
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.
isReadable() - Method in class org.springframework.core.io.VfsResource
 
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.support.DefaultTransactionDefinition
 
isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return if this transaction is defined as read-only transaction.
isReadOnly() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
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
Deprecated. 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.
isRedirectHttp10Compatible() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether redirects should stay compatible with HTTP 1.0 clients.
isRedirectView() - Method in interface org.springframework.web.servlet.SmartView
Whether the view performs a redirect.
isRedirectView() - Method in class org.springframework.web.servlet.view.RedirectView
Returns "true" indicating this view performs a redirect.
isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
Whether the given view name is a redirect view reference.
isRefCursorSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning resultsets as ref cursors to be retrieved 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.
isRegisteredWithDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return whether at least one consumer has entered a fixed registration with the target destination.
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
 
isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the request is handled directly.
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.
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 retrieved 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
Deprecated. Determines whether or not to rollback transactions for the current test.
isRollback() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated. 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.context.support.DefaultLifecycleProcessor
 
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.TimerManagerAccessor
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.
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate4.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.MockBaseURL
 
isSecure() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
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
 
isSessionAttribute(String, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
isSessionForm() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return if session form mode is activated.
isSessionForm() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. 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.
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).
isShutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
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? That is, will BeanFactory.getBean(java.lang.String) always return the same instance?
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? That is, will FactoryBean.getObject() always return the same object (a reference that can be cached)?
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.concurrent.ConcurrentMapCacheFactoryBean
 
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.context.support.ConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
isSingleton() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
isSingleton() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
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.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.hibernate4.LocalSessionFactoryBean
 
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.support.SpringPersistenceManagerProxyBean
 
isSingleton() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
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.jpa.vendor.HibernateJpaSessionFactoryBean
 
isSingleton() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
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
Deprecated.  
isSingleton() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.  
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.commonj.TimerManagerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
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.quartz.SimpleTriggerFactoryBean
 
isSingleton() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.  
isSingleton() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
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
Deprecated.  
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
 
isSpringJspExpressionSupportActive(PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Check whether Spring's JSP expression support is actually active.
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 interface org.springframework.core.type.MethodMetadata
Return whether the underlying method is declared as 'static'.
isStatic() - Method in class org.springframework.core.type.StandardMethodMetadata
 
isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
Indicate whether the given Result is a StAX Result.
isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
Indicate whether the given Source is a StAX Source.
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.
isSuppressNamespaces() - Method in class org.springframework.oxm.castor.CastorMarshaller
Returns whether this marshaller should output namespaces.
isSuppressXsiType() - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this marshaller should output the xsi:type attribute.
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.
isTemplate() - Method in class org.springframework.expression.common.TemplateParserContext
 
isTemplate() - Method in interface org.springframework.expression.ParserContext
Whether or not the expression being parsed is a template.
isTerminated() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
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.
isTestMethodIgnored(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Returns true if @Ignore is present for the supplied test method or if the test method is disabled via @IfProfileValue.
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
 
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
Deprecated. Return if the Validator should get applied when binding.
isValidateOnBinding() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return if the Validator should get applied when binding.
isValidating() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Return whether this marshaller should validate in- and outgoing documents.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Whether the given name-value pair is a valid dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.InputTag
Flags type="checkbox" and type="radio" as illegal dynamic attributes.
isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Flags "type" as an illegal dynamic attribute.
isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the view is a view reference specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
isVisibilityBridgeMethodPair(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
Compare the signatures of the bridge method and the method which it bridges.
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 considered as 'void', i.e.
isVoid() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 
isVoid() - Method in class org.springframework.web.method.HandlerMethod
Returns true if the method return type is void, false otherwise.
isWildcardSubtype() - Method in class org.springframework.http.MediaType
Indicates whether the subtype is the wildcard character * or not.
isWildcardType() - Method in class org.springframework.http.MediaType
Indicates whether the type is the wildcard character * or not.
isWindowStateAllowed(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
isWritable() - Method in class org.springframework.core.io.FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - Method in interface org.springframework.core.io.WritableResource
Return whether the contents of this resource can be modified, e.g.
isWritable(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(Object) - Method in interface org.springframework.expression.Expression
Determine if an expression can be written to, i.e.
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
 
isWritable(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Determine if this expression node will support a setValue() call.
isWritable(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
isWritable(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
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.
isWritableProperty(String, ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Indicate whether this container is a XOP package.
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 "?" parameter in the query string.
iterate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
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.core.env.MutablePropertySources
 
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