A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- I_AM_A_TEAPOT - org.springframework.http.HttpStatus
418 I'm a teapot
.- I2B - Static variable in interface org.springframework.asm.Opcodes
- I2C - Static variable in interface org.springframework.asm.Opcodes
- I2D - Static variable in interface org.springframework.asm.Opcodes
- I2F - Static variable in interface org.springframework.asm.Opcodes
- I2L - Static variable in interface org.springframework.asm.Opcodes
- I2S - Static variable in interface org.springframework.asm.Opcodes
- IADD - Static variable in interface org.springframework.asm.Opcodes
- IALOAD - Static variable in interface org.springframework.asm.Opcodes
- IAND - Static variable in interface org.springframework.asm.Opcodes
- IASTORE - Static variable in interface org.springframework.asm.Opcodes
- ICONST_0 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_1 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_2 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_3 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_4 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_5 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_M1 - Static variable in interface org.springframework.asm.Opcodes
- id() - Method in annotation type org.springframework.jms.annotation.JmsListener
- The unique identifier of the container managing this endpoint.
- id(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
- Add an SSE "id" line.
- ID - Static variable in class org.springframework.messaging.MessageHeaders
- The key for the Message ID.
- ID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- 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
- ID_VALUE_NONE - Static variable in class org.springframework.messaging.MessageHeaders
- 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 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.
- IdGenerator - Interface in org.springframework.util
- Contract for generating universally unique identifiers
(UUIDs)
. - IDIV - Static variable in interface org.springframework.asm.Opcodes
- IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- IdTimestampMessageHeaderInitializer - Class in org.springframework.messaging.support
- A
MessageHeaderInitializer
to customize the strategy for ID and TIMESTAMP message header generation. - IdTimestampMessageHeaderInitializer() - Constructor for class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
- IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
- Deprecated.as of Spring 4.3, in favor of Hibernate 4.x/5.x
- IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
- Deprecated.
- IF_ACMPEQ - Static variable in interface org.springframework.asm.Opcodes
- IF_ACMPNE - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPEQ - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPGE - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPGT - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPLE - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPLT - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPNE - Static variable in interface org.springframework.asm.Opcodes
- IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
- The HTTP
If-Match
header field name. - IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
- The HTTP
If-Modified-Since
header field name. - IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
- The HTTP
If-None-Match
header field name. - IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
- The HTTP
If-Range
header field name. - IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
- The HTTP
If-Unmodified-Since
header field name. - IFEQ - Static variable in interface org.springframework.asm.Opcodes
- IFGE - Static variable in interface org.springframework.asm.Opcodes
- IFGT - Static variable in interface org.springframework.asm.Opcodes
- IFLE - Static variable in interface org.springframework.asm.Opcodes
- IFLT - Static variable in interface org.springframework.asm.Opcodes
- ifModifiedSince(long) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
- Set the value of the
If-Modified-Since
header. - IFNE - Static variable in interface org.springframework.asm.Opcodes
- ifNoneMatch(String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
- Set the values of the
If-None-Match
header. - IFNONNULL - Static variable in interface org.springframework.asm.Opcodes
- IFNULL - Static variable in interface org.springframework.asm.Opcodes
- IfProfileValue - Annotation Type in org.springframework.test.annotation
- Test annotation to indicate whether a test is enabled or disabled for a specific testing profile.
- ignore(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
- IGNORE_BEANINFO_PROPERTY_NAME - Static variable in class org.springframework.beans.CachedIntrospectionResults
- System property that instructs Spring to use the
Introspector.IGNORE_ALL_BEANINFO
mode when calling the JavaBeansIntrospector
: "spring.beaninfo.ignore", with a value of "true" skipping the search forBeanInfo
classes (typically for scenarios where no such classes are being defined for beans in the application in the first place). - IGNORE_ERROR - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- A header that indicates to the broker that the sender will ignore errors.
- IGNORE_EXISTING - org.springframework.jmx.support.RegistrationPolicy
- Registration should ignore the affected MBean when attempting to register an MBean under a name that already exists.
- IGNORE_FAILED_DROPS - org.springframework.test.context.jdbc.SqlConfig.ErrorMode
- Indicates that failed SQL
DROP
statements can be ignored. - IGNORE_GETENV_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
- System property that instructs Spring to ignore system environment variables, i.e.
- IGNORE_GETPARAMETERTYPE_PROPERTY_NAME - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
- System property that instructs Spring to ignore
ParameterMetaData.getParameterType(int)
completely, i.e. - IGNORE_JNDI_PROPERTY_NAME - Static variable in class org.springframework.jndi.JndiLocatorDelegate
- System property that instructs Spring to ignore a default JNDI environment, i.e.
- IGNORE_OBJENESIS_PROPERTY_NAME - Static variable in class org.springframework.objenesis.SpringObjenesis
- System property that instructs Spring to ignore Objenesis, not even attempting to use it.
- ignoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
- Whether to disable checking the 'Accept' request header.
- 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.
- ignoreExpectOrder(boolean) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
- Whether to allow expected requests to be executed in any order not necessarily matching the order of declaration.
- ignoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
- Specify that a failed SQL
DROP
statement within an executed script can be ignored. - ignoreResourceNotFound() - Method in annotation type org.springframework.context.annotation.PropertySource
- Indicate if failure to find the a
property resource
should be ignored. - ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Ignore the given resource type when resolving
@Resource
annotations. - ignoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
- Whether to ignore requests with path extension that cannot be resolved to any media type.
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- IINC - Static variable in interface org.springframework.asm.Opcodes
- 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.
- ILOAD - Static variable in interface org.springframework.asm.Opcodes
- IM_USED - org.springframework.http.HttpStatus
226 IM Used
.- IMAGE_GIF - Static variable in class org.springframework.http.MediaType
- Public constant media type for
image/gif
. - IMAGE_GIF - Static variable in class org.springframework.util.MimeTypeUtils
- Public constant mime type for
image/gif
. - IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
- A String equivalent of
MediaType.IMAGE_GIF
. - IMAGE_GIF_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.IMAGE_GIF
. - IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
- Public constant media type for
image/jpeg
. - IMAGE_JPEG - Static variable in class org.springframework.util.MimeTypeUtils
- Public constant mime type for
image/jpeg
. - IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
- A String equivalent of
MediaType.IMAGE_JPEG
. - IMAGE_JPEG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.IMAGE_JPEG
. - IMAGE_PNG - Static variable in class org.springframework.http.MediaType
- Public constant media type for
image/png
. - IMAGE_PNG - Static variable in class org.springframework.util.MimeTypeUtils
- Public constant mime type for
image/png
. - IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
- A String equivalent of
MediaType.IMAGE_PNG
. - IMAGE_PNG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.IMAGE_PNG
. - IMMEDIATE - org.springframework.expression.spel.SpelCompilerMode
- In immediate mode, expressions are compiled as soon as possible (usually after 1 interpreted run).
- ImmutableMessageChannelInterceptor - Class in org.springframework.messaging.support
- A simpler interceptor that calls
MessageHeaderAccessor.setImmutable()
on the headers of messages passed through the preSend method. - ImmutableMessageChannelInterceptor() - Constructor for class org.springframework.messaging.support.ImmutableMessageChannelInterceptor
- immutableValueTypes - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
- 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 theAnnotationMetadata
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.
- importBeans(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- Import Spring bean definitions from either XML or Groovy sources into the current bean builder instance.
- 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. - IMUL - Static variable in interface org.springframework.asm.Opcodes
- include(String) - Method in class org.springframework.mock.web.MockPageContext
- include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
- include(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
- include(RenderRequest, RenderResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
- include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
- 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 theMBeanExporter
. - includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Used for autodetection of beans.
- includeFilters() - Method in annotation type org.springframework.context.annotation.ComponentScan
- Specifies which types are eligible for component scanning.
- 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. - includes(MimeType) - Method in class org.springframework.util.MimeType
- Indicate whether this MIME Type includes the given MIME 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
. - INCORRECT_ELEMENT_TYPE_FOR_ARRAY - org.springframework.expression.spel.SpelMessage
- INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION - org.springframework.expression.spel.SpelMessage
- IncorrectResultSetColumnCountException - Exception in org.springframework.jdbc
- Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
- IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
- Constructor for IncorrectResultSetColumnCountException.
- IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
- Constructor for IncorrectResultCountDataAccessException.
- IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
- Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
- IncorrectResultSizeDataAccessException(int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, Throwable) - 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.beans.factory.config.DependencyDescriptor
- Increase this descriptor's nesting level.
- increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
- Increase this parameter's nesting level.
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
- INDEFINITE_TIMEOUT - Static variable in interface org.springframework.messaging.MessageChannel
- Constant for sending a message without a prescribed timeout.
- indentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
- Shortcut for
SerializationFeature.INDENT_OUTPUT
option. - 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
- INDEXING_NOT_SUPPORTED_FOR_TYPE - org.springframework.expression.spel.SpelMessage
- indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
- 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(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
- 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(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
- indicatesAutowiring() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
- Return whether this BeanWiringInfo indicates autowiring.
- INEG - Static variable in interface org.springframework.asm.Opcodes
- 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. - INFERRED - org.springframework.test.context.jdbc.SqlConfig.TransactionMode
- Indicates that the transaction mode to use when executing SQL scripts should be inferred using the rules listed below.
- info - Variable in class org.springframework.asm.Label
- Field used to associate user information to a label.
- INFO - org.springframework.expression.spel.SpelMessage.Kind
- InfoReceiver - Interface in org.springframework.web.socket.sockjs.client
- A component that can execute the SockJS "Info" request that needs to be performed before the SockJS session starts in order to check server endpoint capabilities such as whether the endpoint permits use of WebSocket.
- INFORMATIONAL - org.springframework.http.HttpStatus.Series
- INFORMIX - org.springframework.orm.jpa.vendor.Database
- 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.
- inheritInitializers() - Method in annotation type org.springframework.test.context.ContextConfiguration
- Whether or not context initializers from test superclasses should be inherited.
- inheritListeners() - Method in annotation type org.springframework.test.context.TestExecutionListeners
- Whether or not
TestExecutionListeners
from superclasses should be inherited. - inheritLocations() - Method in annotation type org.springframework.test.context.ContextConfiguration
- Whether or not
resource locations
or annotated classes from test superclasses should be inherited. - inheritLocations() - Method in annotation type org.springframework.test.context.TestPropertySource
- Whether or not test property source
TestPropertySource.locations()
from superclasses should be inherited. - inheritProfiles() - Method in annotation type org.springframework.test.context.ActiveProfiles
- Whether or not bean definition profiles from superclasses should be inherited.
- inheritProperties() - Method in annotation type org.springframework.test.context.TestPropertySource
- Whether or not inlined test
TestPropertySource.properties()
from superclasses should be inherited. - 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() - 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() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
- init() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
- 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() - Method in class org.springframework.web.socket.config.WebSocketNamespaceHandler
- init(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- init(Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
- Deprecated.Initialize a new HandlerMethodResolver for the specified handler type.
- 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(EndpointConfig) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
- init(ExtendedProperties) - Method in class org.springframework.ui.velocity.SpringResourceLoader
- 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
- initAllowedLocations() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- Look for a
PathResourceResolver
among the configured resource resolvers and set itsallowedLocations
property (if empty) to match thelocations
configured on this class. - initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
- Subclasses can override this for custom initialization behavior.
- 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.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.SimpleUrlHandlerMapping
- Calls the
SimpleUrlHandlerMapping.registerHandlers(java.util.Map<java.lang.String, java.lang.Object>)
method in addition to the superclass's initialization. - 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.UrlBasedViewResolver
- initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Deprecated.Invoked on startup.
- initApplicationContext() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Deprecated.
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xml.MarshallingView
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.XsltView
- Initialize this XsltView's TransformerFactory.
- initApplicationContext(ApplicationContext) - 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 aWebApplicationContext
. - initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
- Invoked at startup.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
- 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.
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- Return the list of argument resolvers to use.
- initArgumentResolvers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- initBeanDefinitionReader(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
- Initialize the bean definition reader used for loading the bean definitions of this context.
- 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(Object, String, WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Deprecated.
- initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Deprecated.Initialize the given binder instance, for example with custom editors.
- 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, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
- Initialize a WebDataBinder with
@InitBinder
methods. - initBinder(WebDataBinder, WebRequest) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- initBinder(WebDataBinder, WebRequest) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
- Initialize the given DataBinder for the given request.
- InitBinder - 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. - 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 InitBinderDataBinderFactory 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.
- initContentNegotiationStrategy() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- Initialize the content negotiation strategy depending on the
ContentNegotiationManager
setup and the availability of aServletContext
. - 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.
- 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.
- initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- initCorsConfiguration(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
- Extract and return the CORS configuration for the mapping.
- 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) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Initialize the default settings assuming a
null
parent delegate. - 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.
- 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.listener.adapter.MessageListenerAdapter
- Deprecated.as of 4.1, in favor of calling the corresponding setters in the subclass constructor
- initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Deprecated.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.
- 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.
- initEventLoopGroup() - Static method in class org.springframework.messaging.tcp.reactor.Reactor2TcpClient
- 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 suppliedString[]
. - initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
- Initialize the view bean factory from the XML file.
- initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- 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.
- initHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
- initHeaders(MessageHeaderAccessor) - Method in interface org.springframework.messaging.support.MessageHeaderInitializer
- Initialize the given
MessageHeaderAccessor
. - initialDelay() - Method in annotation type org.springframework.scheduling.annotation.Scheduled
- Number of milliseconds to delay before the first execution of a
Scheduled.fixedRate()
orScheduled.fixedDelay()
task. - initialDelayString() - Method in annotation type org.springframework.scheduling.annotation.Scheduled
- Number of milliseconds to delay before the first execution of a
Scheduled.fixedRate()
orScheduled.fixedDelay()
task. - 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() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- Set up the ExecutorService.
- initialize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- initialize() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
- 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 meta-data for the given class.
- initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Deprecated.Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.
- initialize(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
- Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
- initialize(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
- Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
- initialize(SockJsServiceConfig) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
- initialize(SockJsServiceConfig) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
- Initialize this handler with the given configuration.
- initializeBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Initialize the given raw bean, applying factory callbacks such as
setBeanName
andsetBeanFactory
, 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.
- initializeCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
- Initialize the static configuration of caches.
- initializeConsumers() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Initialize the JMS Sessions and MessageConsumers for this container.
- initializeContainer(C) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- Further initialize the specified container.
- initializeContainer(DefaultMessageListenerContainer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- 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()
. - initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- 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
- Note: This method exposes an
ExecutorService
to its base class but stores the actualThreadPoolExecutor
handle internally. - initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- initializeExtensionRegistry(ExtensionRegistry) - Method in interface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
- Initializes the
ExtensionRegistry
with Protocol Message extensions. - initializeMetaData(DataSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Initialize this class with meta-data 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.multipart.support.StandardMultipartHttpServletRequest
- initializeMultipart() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Lazily initialize the multipart request, if possible.
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- initializeNativeSession(T) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- INITIALIZER_LENGTH_INCORRECT - org.springframework.expression.spel.SpelMessage
- initializeResourcesBeforeRead(Connection, Object) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Deprecated.Initialize any LOB resources before a read is done.
- initializers() - Method in annotation type org.springframework.test.context.ContextConfiguration
- The application context initializer classes to use for initializing a
ConfigurableApplicationContext
. - 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 class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
- Initialize using the database meta-data 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 meta-data, 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
: e.g. - initInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Initialize the specified interceptors, adapting them where necessary.
- initInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Initialize the specified interceptors adapting
WebRequestInterceptor
s toHandlerInterceptor
. - 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
- Deprecated.Initialize log4j from the given file location, with no config file refreshing.
- initLogging(String, long) - Static method in class org.springframework.util.Log4jConfigurer
- Deprecated.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
- Deprecated.Initialize log4j, including setting the web app root system property.
- initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
- Initialize the MessageSource.
- initMethod() - Method in annotation type org.springframework.context.annotation.Bean
- The optional name of a method to call on the bean instance during initialization.
- 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 listed as
@SessionAttributes
. - initOracleDriverClasses(Connection) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Deprecated.Retrieve the
oracle.sql.BLOB
andoracle.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 suppliedString[]
. - 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
- andPortlet
-basedstub property sources
with actual instances populated with the givenservletContext
,portletContext
andportletConfig
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.
- initPropertySources(ServletContext, PortletContext, PortletConfig) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
- Replace any stub property source instances acting as placeholders with real portlet context/config property sources using the given parameters.
- initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
- Replace any stub property source instances acting as placeholders with real servlet context/config property sources using the given parameters.
- initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
- initReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- Return the list of return value handlers to use.
- initReturnValueHandlers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- 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
- Deprecated.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.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.socket.server.standard.ServerEndpointExporter
- initServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
- Convenient variant of
WebApplicationContextUtils.initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig)
that always providesnull
for theServletConfig
parameter. - initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
- Replace
Servlet
-basedstub property sources
with actual instances populated with the givenservletContext
andservletConfig
objects. - initSpringResourceLoader(VelocityEngine, String) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Deprecated.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.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
- Deprecated.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
- Deprecated.Initialize the given tool instance.
- initTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
- Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
- initUriComponentsBuilder(String) - Method in class org.springframework.web.util.DefaultUriTemplateHandler
- Create a
UriComponentsBuilder
from the URI template string. - 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
- Deprecated.Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
- A method to obtain the WebApplicationContext to be passed to the DispatcherServlet.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
- initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
- Initialize and publish the WebApplicationContext for this servlet.
- 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. - 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(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
- Performs dependency injection and bean initialization for the supplied
TestContext
as described inprepareTestInstance()
. - InjectedElement(Member, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- 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
- A single injected element.
- InjectionPoint - Class in org.springframework.beans.factory
- A simple descriptor for an injection point, pointing to a method/constructor parameter or a field.
- InjectionPoint() - Constructor for class org.springframework.beans.factory.InjectionPoint
- Just available for serialization purposes in subclasses.
- InjectionPoint(Field) - Constructor for class org.springframework.beans.factory.InjectionPoint
- Create an injection point descriptor for a field.
- InjectionPoint(InjectionPoint) - Constructor for class org.springframework.beans.factory.InjectionPoint
- Copy constructor.
- InjectionPoint(MethodParameter) - Constructor for class org.springframework.beans.factory.InjectionPoint
- Create an injection point descriptor for a method or constructor parameter.
- INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- The
Resource
-style prefix that denotes an inline script. - INLINED_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.test.context.support.TestPropertySourceUtils
- The name of the
MapPropertySource
created from inlined properties. - 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
- InlineMap - Class in org.springframework.expression.spel.ast
- Represent a map in an expression, e.g.
- InlineMap(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineMap
- INNER_TYPE - Static variable in class org.springframework.asm.TypePath
- A type path step that steps into the nested type of a class type.
- INPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
- Name of request attribute that holds a read-only
Map<String,?>
with "input" flash attributes saved by a previous request, 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 a 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 givenInputStream
.- 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
- insertAnyNecessaryTypeConversionBytecodes(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Insert any necessary numeric conversion bytecodes based upon what is on the stack and the desired target type.
- insertArrayStore(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Produce appropriate bytecode to store a stack item in an array.
- insertBoxIfNecessary(MethodVisitor, char) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
- insertBoxIfNecessary(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
- insertCheckCast(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Insert the appropriate CHECKCAST instruction for the supplied descriptor.
- insertNewArrayCode(MethodVisitor, int, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Produce the correct bytecode to build an array.
- insertNumericUnboxOrPrimitiveTypeCoercion(MethodVisitor, String, char) - Static method in class org.springframework.expression.spel.CodeFlow
- For use in mathematical operators, handles converting from a (possibly boxed) number on the stack to a primitive numeric type.
- insertOptimalLoad(MethodVisitor, int) - Static method in class org.springframework.expression.spel.CodeFlow
- Create the optimal instruction for loading a number on the stack.
- insertUnboxInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
- Insert any necessary cast and value call to convert from a boxed type to a primitive value.
- insertUnboxNumberInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
- For numbers, use the appropriate method on the number to convert it to the primitive type requested.
- inspect(Method) - Method in interface org.springframework.core.MethodIntrospector.MetadataLookup
- Perform a lookup on the given method and return associated metadata, if any.
- 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 variable in class org.springframework.cache.support.NullValue
- The canonical representation of a
null
replacement, as used by the default implementation ofAbstractValueAdaptingCache.toStoreValue(java.lang.Object)
/AbstractValueAdaptingCache.fromStoreValue(java.lang.Object)
. - INSTANCE - Static variable in class org.springframework.cglib.core.SpringNamingPolicy
- INSTANCE - Static variable in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- Shared default instance of
AnnotationAwareOrderComparator
. - INSTANCE - Static variable in class org.springframework.core.OrderComparator
- Shared default instance of
OrderComparator
. - INSTANCE - Static variable in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
- A shared instance of
EmptySqlParameterSource
. - INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
- InstanceComparator<T> - Class in org.springframework.util.comparator
- Compares objects based on an arbitrary class order.
- InstanceComparator(Class<?>...) - Constructor for class org.springframework.util.comparator.InstanceComparator
- Create a new
InstanceComparator
instance. - InstanceFilter<T> - Class in org.springframework.util
- A simple instance filter that checks if a given instance match based on a collection of includes and excludes element.
- InstanceFilter(Collection<? extends T>, Collection<? extends T>, boolean) - Constructor for class org.springframework.util.InstanceFilter
- Create a new instance based on includes/excludes collections.
- INSTANCEOF - Static variable in interface org.springframework.asm.Opcodes
- INSTANCEOF - Static variable in class org.springframework.asm.TypeReference
- The sort of type references that target the type declared in an 'instanceof' instruction.
- INSTANCEOF_OPERATOR_NEEDS_CLASS_OPERAND - org.springframework.expression.spel.SpelMessage
- InstantFormatter - Class in org.springframework.format.datetime.standard
Formatter
implementation for a JSR-310Instant
, following JSR-310's parsing rules for an Instant (that is, not using a configurableDateTimeFormatter
): accepting the defaultISO_INSTANT
format as well asRFC_1123_DATE_TIME
(which is commonly used for HTTP date header values), as of Spring 4.3.- InstantFormatter() - Constructor for class org.springframework.format.datetime.standard.InstantFormatter
- 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) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- 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, Object, Method, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- 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, Constructor<?>, 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<?>, 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 specified assignable type.
- instantiateClass(Class<T>) - Static method in class org.springframework.beans.BeanUtils
- Instantiate a class using its no-arg constructor.
- 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) - 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.CglibSubclassingInstantiationStrategy
- 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 VMInstrumentation
.- 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
- INSUFFICIENT_SPACE_ON_RESOURCE - org.springframework.http.HttpStatus
- Deprecated.
- INSUFFICIENT_STORAGE - org.springframework.http.HttpStatus
507 Insufficient Storage
- INT - org.springframework.expression.spel.ast.TypeCode
- INT - Static variable in class org.springframework.asm.Type
- The sort of the int type.
- INT_TYPE - Static variable in class org.springframework.asm.Type
- The int type.
- INTEGER - Static variable in interface org.springframework.asm.Opcodes
- InteractionCallback<T> - Interface in org.springframework.jca.cci.core
- Generic callback interface for code that operates on a CCI Interaction.
- intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
- Intercept the given request, and return a response future.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
- Intercept the given request, and return a response.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthorizationInterceptor
- InterceptableChannel - Interface in org.springframework.messaging.support
- A
MessageChannel
that maintains a listChannelInterceptors
and allows interception of message sending. - InterceptingAsyncClientHttpRequestFactory - Class in org.springframework.http.client
- Wrapper for a
AsyncClientHttpRequestFactory
that has support forAsyncClientHttpRequestInterceptor
s. - InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
- Create new instance of
InterceptingAsyncClientHttpRequestFactory
with delegated request factory and list of interceptors. - InterceptingAsyncHttpAccessor - Class in org.springframework.http.client.support
- The HTTP accessor that extends the base
AsyncHttpAccessor
with request intercepting functionality. - InterceptingAsyncHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingAsyncHttpAccessor
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory
wrapper with support forClientHttpRequestInterceptor
s.- InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
- Create 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 toHttpAccessor
's common properties. - InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
- Interceptor - Interface in org.aopalliance.intercept
- This interface represents a generic interceptor.
- InterceptorRegistration - Class in org.springframework.web.servlet.config.annotation
- Assists with the creation of a
MappedInterceptor
. - InterceptorRegistration(HandlerInterceptor) - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistration
- Create an
InterceptorRegistration
instance. - InterceptorRegistry - Class in org.springframework.web.servlet.config.annotation
- Helps with configuring a list of mapped interceptors.
- InterceptorRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistry
- interceptors(ChannelInterceptor...) - Method in class org.springframework.messaging.simp.config.ChannelRegistration
- Configure the given interceptors for this message channel, adding them to the channel's current list of interceptors.
- 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
- INTERFACES - org.springframework.context.annotation.ScopedProxyMode
- Create a JDK dynamic proxy implementing all interfaces exposed by the class of the target object.
- INTERNAL_SERVER_ERROR - org.springframework.http.HttpStatus
500 Internal Server Error
.- 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
- Deprecated.as of 4.3, in favor of annotation-driven handler methods
- InternalPathMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Deprecated.
- InternalResourceException(ResourceException) - Constructor for exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
- 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 supportsInternalResourceView
(i.e. - InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
- Sets the default
view class
toInternalResourceViewResolver.requiredViewClass()
: by defaultInternalResourceView
, orJstlView
if the JSTL API is present. - InternalResourceViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
- 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. - interruptTask() - Method in class org.springframework.util.concurrent.SettableListenableFuture
- Subclasses can override this method to implement interruption of the future's computation.
- intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
- Apply an intersection with the given ClassFilter.
- intersection(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
- Match all classes that all of the given ClassFilters match.
- intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
- Match all classes that both of the given ClassFilters match.
- intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
- Apply an intersection with the given MethodMatcher.
- intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
- Match all methods that both of the given MethodMatchers match.
- intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
- Apply an intersection with the given Pointcut.
- intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
- Match all methods that both the given pointcuts match.
- IntervalTask - Class in org.springframework.scheduling.config
Task
implementation defining aRunnable
to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.- IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
- Create a new
IntervalTask
with no initial delay. - IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
- Create a new
IntervalTask
. - IntLiteral - Class in org.springframework.expression.spel.ast
- Expression language AST node that represents an integer literal.
- IntLiteral(String, int, int) - Constructor for class org.springframework.expression.spel.ast.IntLiteral
- 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
- INVALID_BEAN_REFERENCE - org.springframework.expression.spel.SpelMessage
- INVALID_FIRST_OPERAND_FOR_MATCHES_OPERATOR - org.springframework.expression.spel.SpelMessage
- INVALID_PATTERN - org.springframework.expression.spel.SpelMessage
- INVALID_SECOND_OPERAND_FOR_MATCHES_OPERATOR - org.springframework.expression.spel.SpelMessage
- INVALID_TYPE_FOR_SELECTION - org.springframework.expression.spel.SpelMessage
- invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
- Invalidate this request, clearing its state.
- invalidate() - Method in class org.springframework.mock.web.MockHttpSession
- Invalidates this session then unbinds any objects bound to it.
- 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.
- InvalidMediaTypeException - Exception in org.springframework.http
- Exception thrown from
MediaType.parseMediaType(String)
in case of encountering an invalid media type specification String. - InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
- Create a new InvalidMediaTypeException for the given media type.
- 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. - InvalidMimeTypeException - Exception in org.springframework.util
- Exception thrown from
MimeTypeUtils.parseMimeType(String)
in case of encountering an invalid content type specification String. - InvalidMimeTypeException(String, String) - Constructor for exception org.springframework.util.InvalidMimeTypeException
- Create a new InvalidContentTypeException for the given content type.
- 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 - 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(String, SQLException) - Constructor for exception org.springframework.jca.cci.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() - Method in class org.springframework.util.comparator.InvertibleComparator
- Invert the sort order: ascending -> descending or descending -> ascending.
- invertOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
- Invert the sort order of the sort definition at the specified index.
- 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() - Method in interface org.springframework.aop.ProxyMethodInvocation
- Create a clone of this object.
- 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(Object...) - Method in interface org.springframework.aop.ProxyMethodInvocation
- Create a clone of this object.
- InvocableHandlerMethod - Class in org.springframework.messaging.handler.invocation
- Provides a method for invoking the handler method for a given message after resolving its method argument values through registered
HandlerMethodArgumentResolver
s. - 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
HandlerMethodArgumentResolver
s. - InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
- Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
- Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
- Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
- Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
- Create an instance from a
HandlerMethod
. - InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
- Create an instance from a
HandlerMethod
. - Invocation - Interface in org.aopalliance.intercept
- This interface represents an invocation in the program.
- 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() - Method in interface org.springframework.cache.interceptor.CacheOperationInvoker
- Invoke the cache operation defined by this instance.
- invoke() - Method in class org.springframework.util.MethodInvoker
- Invoke the specified method.
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.BurlapExporter
- Deprecated.Perform an invocation on the exported object.
- invoke(InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
- Perform an invocation on the exported object.
- invoke(Object) - Method in class org.springframework.remoting.support.RemoteInvocation
- Perform this invocation on the given target object.
- invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader
for the managed resourcesClassLoader
before allowing the invocation to occur. - invoke(MethodInvocation) - Method in interface org.aopalliance.intercept.MethodInterceptor
- Implement this method to perform extra treatments before and after the invocation.
- 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
- Intercept the given method invocation, submit the actual calling of the method to the correct task executor and return immediately to the caller.
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
- Subclasses may need to override this if they want to perform custom behaviour in around advice.
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
- Subclasses may need to override this if they want to perform custom behaviour in around advice.
- invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.cache.jcache.interceptor.JCacheInterceptor
- 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(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
- Deprecated.
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
- Deprecated.
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Deprecated.
- invoke(MethodInvocation) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- 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(MethodInvocation) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Fetches an RMI stub and delegates to
doInvoke
. - invoke(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
- invoke(Message<?>, Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
- Invoke the method after resolving its argument values in the context of the given message.
- 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.rmi.RmiBasedExporter
- Redefined here to be visible to RmiInvocationWrapper.
- invoke(RemoteInvocation, Object) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
- 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.
- invokeAdviceMethod(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- invokeAdviceMethod(JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Invoke the advice method.
- 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(ServletWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
- Invoke the method and handle the return value through one of the configured
HandlerMethodReturnValueHandler
s. - invokeBeanDefiningClosure(Closure) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- When a method argument is only a closure it is a set of bean definitions.
- 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.
- INVOKEDYNAMIC - Static variable in interface org.springframework.asm.Opcodes
- 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 suppliedvalue
. - invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Deprecated.
- invokeHandlerMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Deprecated.
- invokeHandlerMethod(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Invoke the
RequestMapping
handler method preparing aModelAndView
if view resolution is required. - 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).
- INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
- 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.
- invokeListener(ApplicationListener<?>, ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
- Invoke the given listener with the given event.
- 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. - invokeMethod(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- This method overrides method invocation to create beans for each method name that takes a class argument.
- invokeMethod(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
- invokeMethod(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
- invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Deprecated.Invokes the named method.
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
- Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.
- 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 suppliedvalue
. - 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 suppliedvalue
. - INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
- INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
- 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
- invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
- invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
- INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
- invokeWithinTransaction(Method, Class<?>, TransactionAspectSupport.InvocationCallback) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
- invokeWithTargetException() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
- Perform the invocation and convert InvocationTargetException into the underlying target exception.
- IOR - Static variable in interface org.springframework.asm.Opcodes
- IREM - Static variable in interface org.springframework.asm.Opcodes
- IRETURN - Static variable in interface org.springframework.asm.Opcodes
- is(int) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is equal to an integer value.
- is(Matcher<Integer>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code with the given Hamcrest
Matcher
. - is1xxInformational() - Method in enum org.springframework.http.HttpStatus
- Whether this status code is in the HTTP series
HttpStatus.Series.INFORMATIONAL
. - is1xxInformational() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is in the 1xx range.
- is2xxSuccessful() - Method in enum org.springframework.http.HttpStatus
- Whether this status code is in the HTTP series
HttpStatus.Series.SUCCESSFUL
. - is2xxSuccessful() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is in the 2xx range.
- is3xxRedirection() - Method in enum org.springframework.http.HttpStatus
- Whether this status code is in the HTTP series
HttpStatus.Series.REDIRECTION
. - is3xxRedirection() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is in the 3xx range.
- is4xxClientError() - Method in enum org.springframework.http.HttpStatus
- Whether this status code is in the HTTP series
HttpStatus.Series.CLIENT_ERROR
. - is4xxClientError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is in the 4xx range.
- is5xxServerError() - Method in enum org.springframework.http.HttpStatus
- Whether this status code is in the HTTP series
HttpStatus.Series.SERVER_ERROR
. - is5xxServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is in the 5xx range.
- 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.classreading.MethodMetadataReadingVisitor
- isAbstract() - Method in interface org.springframework.core.type.MethodMetadata
- Return whether the underlying method is effectively abstract: i.e.
- isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
- isAbstract() - Method in class org.springframework.core.type.StandardMethodMetadata
- isAccepted() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.ACCEPTED
(202). - 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 meta-data 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).
- isActive() - Static method in class org.springframework.test.context.transaction.TestTransaction
- Determine whether a test-managed transaction is currently active.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- Polling and Streaming sessions periodically close the current HTTP request and wait for the next request to come through.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- 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() - 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.
- isAfterAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
- Return
true
if the advisor is a form of after advice. - isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieve whether the cursor is after the last row of this row set.
- 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
- isAllowBeanDefinitionOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Return whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
- isAllowCreate() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.Return if a new Session 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.
- isAllowEagerClassLoading() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Return whether the factory is allowed to eagerly load bean classes even for bean definitions that are marked as "lazy-init".
- 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.caffeine.CaffeineCacheManager
- Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.guava.GuavaCacheManager
- Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.jcache.JCacheCacheManager
- Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
- Return whether
null
values are allowed in this cache. - isAlreadyReported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.ALREADY_REPORTED
(208). - isAlwaysMustRevalidate() - Method in class org.springframework.web.servlet.support.WebContentGenerator
- Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- 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
- Deprecated.Return whether to always use a new Hibernate Session for this template.
- isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- Determine if an annotation of the specified
annotationType
is present on the suppliedAnnotatedElement
or within the annotation hierarchy above the specified element. - isAnnotated(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- Determine if an annotation of the specified
annotationName
is present on the suppliedAnnotatedElement
or within the annotation hierarchy above the specified element. - isAnnotated(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
- Determine whether the underlying element has an annotation or meta-annotation of the given type defined.
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
- isAnnotated(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- isAnnotated(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
- isAnnotated(String) - Method in class org.springframework.core.type.StandardMethodMetadata
- isAnnotation() - Method in interface org.springframework.core.type.ClassMetadata
- Return whether the underlying class represents an annotation.
- isAnnotation() - Method in class org.springframework.core.type.StandardClassMetadata
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- Determine whether an annotation of the specified
annotationType
is declared locally (i.e., directly present) on the suppliedclazz
. - isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- Determine whether an annotation of the specified
annotationType
is present on the suppliedclazz
and is inherited (i.e., not directly present). - isAnnotationMetaPresent(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- Determine if an annotation of type
metaAnnotationType
is meta-present on the suppliedannotationType
. - 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.
- isApplicableToBeanType(Class<?>) - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
- Whether this
MessagingAdviceBean
applies to the given bean type. - isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.method.ControllerAdviceBean
- Check whether the given bean type should be assisted by this
@ControllerAdvice
instance. - 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() - Method in class org.springframework.core.ResolvableType
- Return
true
if this type resolves to a Class that represents an array. - isArray() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that the result is an array.
- isArray() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that the result is an array.
- 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)
istrue
. - 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(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
- Assert that
superType.isAssignableFrom(subType)
istrue
. - 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
- isAssignableFrom(Class<?>) - Method in class org.springframework.core.ResolvableType
- Determine whether this
ResolvableType
is assignable from the specified other type. - isAssignableFrom(ResolvableType) - Method in class org.springframework.core.ResolvableType
- Determine whether this
ResolvableType
is assignable from the specified other type. - 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.
- isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Whether asynchronous processing has completed.
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
- Whether async request processing has completed.
- isAsyncDispatch(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
- The dispatcher type
javax.servlet.DispatcherType.ASYNC
introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request. - isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
- Whether the return value represents an asynchronous, Future-like type with success and error callbacks.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
- Whether the given return value represents asynchronous computation.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CompletionStageReturnValueHandler
- Deprecated.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ListenableFutureReturnValueHandler
- Deprecated.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
- isAsyncStarted() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Whether the request is in async mode following a call to
AsyncWebRequest.startAsync()
. - isAsyncStarted() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
- isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
- isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
- Whether request processing is in asynchronous mode meaning that the response will not be committed after the current thread is exited.
- isAsyncSupported() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isAsyncSupported() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
- A single place to control the
asyncSupported
flag for theDispatcherServlet
and all filters added viaAbstractDispatcherServletInitializer.getServletFilters()
. - isAutodetect() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
- Return
false
if resource mappings were manually configured,true
otherwise. - isAutoGrowCollections() - Method in class org.springframework.expression.spel.SpelParserConfiguration
- Return
true
if collections should be automatically grown. - isAutoGrowNestedPaths() - Method in class org.springframework.beans.AbstractPropertyAccessor
- isAutoGrowNestedPaths() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
- 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
- Return
true
ifnull
references should be automatically grown. - isAutoReceiptEnabled() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- Whether receipt headers should be automatically added.
- isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
- Returns
true
if thisLifecycle
component should get started automatically by the container at the time that the containingApplicationContext
gets refreshed. - isAutoStartup() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- isAutoStartup() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- isAutoStartup() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- isAutoStartup() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- isAutoStartup() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- isAutoStartup() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Return whether this scheduler is configured for auto-startup.
- isAutoStartup() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- isAutoStartup() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- isAutowire() - Method in enum org.springframework.beans.factory.annotation.Autowire
- Return whether this represents an actual autowiring value.
- 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() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 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(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- isAutowireCandidate(String, DependencyDescriptor, AutowireCandidateResolver) - 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(String, RootBeanDefinition, DependencyDescriptor, AutowireCandidateResolver) - 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.annotation.QualifierAnnotationAutowireCandidateResolver
- Determine whether the provided bean definition is an autowire candidate.
- 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(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
- isAvailable() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
- Determine whether the multipart content is still available.
- isBadGateway() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.BAD_GATEWAY
(502). - isBadRequest() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.BAD_REQUEST
(400). - isBandwidthLimitExceeded() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.BANDWIDTH_LIMIT_EXCEEDED
(509). - 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.
- isBeanEligible(String, BeanDefinition, ConfigurableBeanFactory) - Method in class org.springframework.context.support.LiveBeansView
- Determine whether the specified bean is eligible for inclusion in the LiveBeansView JSON snapshot.
- 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() - 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.
- isBeforeAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
- Return
true
if the advisor is a form of before advice. - isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieve whether the cursor is before the first row of this row set.
- 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
- Determine whether the given
@InitBinder
method should be used to initialize the givenWebDataBinder
instance. - isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- Whether to raise a fatal bind exception on validation errors.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
- Whether to raise a fatal bind exception on validation errors.
- isBindingCandidate(Object) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Deprecated.Determine whether the given value qualifies as a "binding candidate", i.e.
- isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
- Whether binding is disabled for the given model attribute.
- 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.
- isBlockWhenExhausted() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
- Specify if the call should block when the pool is exhausted.
- isBodyAllowed() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
- isBoolean() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that the result is a
Boolean
. - isBoolean() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that the result is a
Boolean
. - isBooleanCompatible(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine whether the descriptor is for a boolean primitive or boolean reference type.
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- Whether the message broker is currently available and able to process messages.
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
- 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
- Deprecated.Return whether to cache all queries executed by this template.
- isCacheQueries() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
- Return whether to cache all queries executed by this template.
- isCacheQueries() - Method in class org.springframework.orm.hibernate5.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
- Deprecated.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
- isCancelled() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
- isCancelled() - Method in class org.springframework.util.concurrent.FutureAdapter
- isCancelled() - Method in class org.springframework.util.concurrent.SettableListenableFuture
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Determine whether the given bean definition qualifies as candidate.
- 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.
- isCandidateForInvocation(Method, Class<?>) - Method in class org.springframework.expression.spel.support.DataBindingMethodResolver
- isCandidateForInvocation(Method, Class<?>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
- Determine whether the given
Method
is a candidate for method resolution on an instance of the given target class. - isCandidateForProperty(Method, Class<?>) - Method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
- isCandidateForProperty(Method, Class<?>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
- Determine whether the given
Method
is a candidate for property access on an instance of the given target class. - isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Indicate 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.util.ClassUtils
- Check whether the specified class is a CGLIB-generated class.
- 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".
- isCharset() - Method in class org.springframework.mock.web.MockHttpServletResponse
- Return whether the character encoding has been set.
- 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.
- isCheckpoint() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.CHECKPOINT
(103). - isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
- Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate5.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.support.JmsAccessor
- Determine whether the given Session is in client acknowledge mode.
- isClosed() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- isCodeAttribute() - Method in class org.springframework.asm.Attribute
- Returns true if this type of attribute is a code attribute.
- isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
- Is this type a
Collection
type? - 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. - isCompatibleWith(MimeType) - Method in class org.springframework.util.MimeType
- Indicate whether this MIME Type is compatible with the given MIME Type.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.springframework.util.ObjectUtils
- Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
- isCompilable() - Method in class org.springframework.context.expression.MapAccessor
- isCompilable() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.CompoundExpression
- isCompilable() - Method in class org.springframework.expression.spel.ast.ConstructorReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.Elvis
- isCompilable() - Method in class org.springframework.expression.spel.ast.FloatLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.FunctionReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.Indexer
- isCompilable() - Method in class org.springframework.expression.spel.ast.InlineList
- isCompilable() - Method in class org.springframework.expression.spel.ast.IntLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.LongLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.MethodReference
- A method reference is compilable if it has been resolved to a reflectively accessible method and the child nodes (arguments to the method) are also compilable.
- isCompilable() - Method in class org.springframework.expression.spel.ast.NullLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpAnd
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpDivide
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpEQ
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorNot
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGT
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLT
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMinus
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpModulus
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMultiply
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpNE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpOr
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpPlus
- isCompilable() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.RealLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
- Check whether a node can be compiled to bytecode.
- isCompilable() - Method in class org.springframework.expression.spel.ast.StringLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.Ternary
- isCompilable() - Method in class org.springframework.expression.spel.ast.TypeReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.VariableReference
- isCompilable() - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
- Return
true
if this property accessor is currently suitable for compilation. - isCompilable() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
- isCompilableOperatorUsingNumerics() - Method in class org.springframework.expression.spel.ast.Operator
- 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 interface org.springframework.http.server.ServerHttpAsyncRequestControl
- Return whether asynchronous request processing has been completed.
- isCompleted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- 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.util.MimeType
- Indicates whether this MIME Type is concrete, i.e.
- isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
- Whether the selected handler for the current request chose to handle the request asynchronously.
- isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
- isConfigurationCallbackInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
- Determine whether the given interface is just a container callback and therefore not to be considered as a reasonable proxy interface.
- 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
- isConflict() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.CONFLICT
(409). - isConnected() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- isConnected() - Method in interface org.springframework.messaging.simp.stomp.StompSession
- Whether the session is connected.
- isConnected() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- isConnected() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
- isConnected() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- isConnected() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
- 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.rmi.JndiRmiClientInterceptor
- Determine whether the given RMI 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.
- isConnectFailure(SystemException) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Determine whether the given CORBA exception indicates a connect failure.
- 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.
- 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.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineList
- Return whether this list is a constant value.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineMap
- Return whether this list is a constant value.
- 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.
- isContextRequired() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
- isContinue() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.CONTINUE
(100). - isControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Deprecated.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
). - isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
- Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- 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).
- isCopyAllAttributes() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
- Whether to copy all HTTP session attributes.
- isCopyHttpSessionId() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
- Whether to copy the HTTP session id to the handshake attributes.
- isCorsRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
- Returns
true
if the request is a valid CORS one. - isCreated() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.CREATED
(201). - isCreateSession() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
- Whether the HTTP session is allowed to be created.
- isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Indicate 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.DefaultSingletonBeanRegistry
- 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.
- isDefaultHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
- Determine whether heartbeats are enabled.
- 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
- Deprecated.as of Spring 4.1, in favor of
WebUtils.getDefaultHtmlEscape(javax.servlet.ServletContext)
- 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
- Determine whether the given URI indicates the default namespace.
- isDefaultNamespace(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Determine whether the given node indicates the default namespace.
- isDefaultRollback() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
- Deprecated.Whether test-managed transactions should be rolled back by default.
- 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.
- isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Deprecated.Determine whether deferred close is active for the current thread and the given SessionFactory.
- isDeleteSpecificValues() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
- Return whether to delete the entire range below the current maximum key value (
false
- the default), or the specifically generated values (true
). - isDeliveryTransacted(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- This implementation returns
true
if a transaction manager has been specified;false
otherwise. - isDependent(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Determine whether the specified dependent bean has been registered as dependent on the given bean or on any of its transitive dependencies.
- isDestinationLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.DESTINATION_LOCKED
- 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
- Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
- Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
- Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
- Get the value of the '
disabled
' attribute. - isDisconnected() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
- isDone() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
- isDone() - Method in class org.springframework.util.concurrent.FutureAdapter
- isDone() - Method in class org.springframework.util.concurrent.SettableListenableFuture
- 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 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)?
- isEligible(Class<?>) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
- Check whether the given class is eligible for advising with this post-processor's
Advisor
. - isEligible(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
- Check whether the given bean is eligible for advising with this post-processor's
Advisor
. - 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(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.
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.VelocityConfigurerBeanDefinitionParser
- 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.
- 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, InputStream) - 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
- Deprecated.Determine whether the specified controller is excluded from this mapping.
- isEligibleForMarshalling(String, Object) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
- Check whether the given value from the current view's model is eligible for marshalling through the configured
Marshaller
. - 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.messaging.MessageHeaders
- isEmpty() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
- isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
- Deprecated.
- isEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.util.AutoPopulatingList
- isEmpty() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- isEmpty() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- isEmpty() - Method in class org.springframework.util.LinkedMultiValueMap
- 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.AbstractRequestCondition
- Indicates whether this condition is empty, i.e.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
- Whether this instance contains 0 conditions or not.
- 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.
- isEmpty() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- isEmpty(Object) - Static method in class org.springframework.util.ObjectUtils
- Determine whether the given object is empty.
- isEmpty(Object) - Static method in class org.springframework.util.StringUtils
- Check whether the given
String
is empty. - isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
- Determine whether the given array is empty: i.e.
- isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
- Return
true
if the supplied Collection isnull
or empty. - isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
- Return
true
if the supplied Map isnull
or empty. - isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
- Check if the given
payload
is empty. - isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
- Specify if the given
payload
is empty. - isEnableTimestamp() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
- Return whether the timestamp header is enabled or not.
- 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 initializer method is the default.
- isEnforceReadOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
- Return whether to enforce the read-only nature of a transaction through an explicit statement on the transactional connection.
- isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
- Determine whether the given method is an "equals" method.
- isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- Determine whether the given method is an "equals" method.
- isError() - Method in class org.springframework.web.servlet.support.BindStatus
- Return if this status represents a field or object error.
- isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
- Determine whether the specified class is excluded from decoration by this class loader.
- isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Determine whether the given bean property is excluded from dependency checks.
- isExecuted() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
- 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
- Deprecated.
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate5.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).
- isExpectationFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.EXPECTATION_FAILED
(417). - isExpired() - Method in class org.springframework.web.servlet.FlashMap
- Return 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 registeredSessionAwareMessageListener
. - isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
- isExposeNativeSession() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
- Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
- isExposeNativeSession() - Method in class org.springframework.orm.hibernate5.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
- Return whether to add path variables 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
- Deprecated.Return whether to expose a transaction-aware proxy for the SessionFactory.
- 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.
- isFailedDependency() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.FAILED_DEPENDENCY
(424). - isFallbackToSystemLocale() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
- Return whether to fall back to the system Locale if no files for a specific Locale have been found.
- 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, i.e.
- isFinal() - Method in interface org.springframework.core.type.ClassMetadata
- Return whether the underlying class is marked as 'final'.
- isFinal() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 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.
- isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieve whether the cursor is on the first row of this row set.
- 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.
- isFlaggedForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
- Determine whether the current test-managed transaction has been flagged for rollback or flagged for commit.
- isFlashMapForRequest(FlashMap, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- Whether the given FlashMap matches the current request.
- isForbidden() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.FORBIDDEN
(403). - isForceRequestEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
- Return whether the encoding should be forced on requests
- isForceResponseEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
- Return whether the encoding should be forced on responses.
- isFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.FOUND
(302). - 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.
- isGatewayTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.GATEWAY_TIMEOUT
(504). - 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 toAbstractContextLoader.processLocations(Class, String...)
arenull
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 retrieving generated keys:
Connection.createStruct(String, Object[])
? - isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported:
DatabaseMetaData.supportsGetGeneratedKeys()
? - isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
- Does this database support a simple query to retrieve the generated key when the JDBC 3.0 feature of retrieving generated keys is not supported?
- 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 retrieving 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 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.
- isGone() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.GONE
(410). - isGzipResponse(HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Determine whether the given response is a GZIP response.
- isGzipResponse(HttpResponse) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- Determine whether the given response indicates a GZIP response.
- isHandler(Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- Whether the given bean type should be introspected for messaging handling methods.
- isHandler(Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- 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
- Deprecated.
- isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
- Whether the attribute name or type match the names and types specified via
@SessionAttributes
on the underlying controller. - 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.
- isHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- isHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- Whether heartbeats are enabled.
- ISHL - Static variable in interface org.springframework.asm.Opcodes
- 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.
- ISHR - Static variable in interface org.springframework.asm.Opcodes
- 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.
- isHttpOnly() - Method in class org.springframework.mock.web.MockSessionCookieConfig
- isHttpVersionNotSupported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.HTTP_VERSION_NOT_SUPPORTED
(505). - isIAmATeapot() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.I_AM_A_TEAPOT
(418). - 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.
- isIgnoreInvalidLocale() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- Return whether to ignore an invalid value for the locale parameter.
- 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
- isImmutableSessionAttribute(String, Object) - Method in class org.springframework.web.context.request.ServletRequestAttributes
- Determine whether the given value is to be considered as an immutable session attribute, that is, doesn't have to be re-set via
session.setAttribute
since its value cannot meaningfully change internally. - isImUsed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.IM_USED
(226). - isIncludeClientInfo() - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
- Deprecated.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 the client address and session id should be included in the log message.
- isIncludeHeaders() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Return whether the request headers should be included in the log message.
- isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Return whether the request payload (body) should be included in the log message.
- isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Return whether 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.
- isInheritInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
- Get the
inheritInitializers
flag that was declared via@ContextConfiguration
. - 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
- Deprecated.
- isInitialized() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- Return whether the lazy target object of this TargetSource has already been fetched.
- isInJavaLangAnnotationPackage(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
- Determine if the supplied
Annotation
is defined in the core JDKjava.lang.annotation
package. - isInJavaLangAnnotationPackage(String) - Static method in class org.springframework.core.annotation.AnnotationUtils
- Determine if the
Annotation
with the supplied name is defined in the core JDKjava.lang.annotation
package. - 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
- This implementation always returns
false
. - isInstance(Object) - Method in class org.springframework.core.ResolvableType
- Determine whether the given object is an instance of this
ResolvableType
. - 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.
- isInsufficientSpaceOnResource() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
- isInsufficientStorage() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.INSUFFICIENT_STORAGE
(507). - isIntegerForNumericOp(Number) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine whether the given number is to be considered as an integer for the purposes of a numeric operation at the bytecode level.
- 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 class org.springframework.asm.Handle
- Returns true if the owner of the field or method designated by this handle is an interface.
- 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
- isInternalLanguageInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
- Determine whether the given interface is a well-known internal language interface and therefore not to be considered as a reasonable proxy interface.
- isInternalServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.INTERNAL_SERVER_ERROR
(500). - 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
- Identifies invalid resource paths.
- isJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
- Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
- 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.
- isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
- Check whether the given object is a JDK dynamic proxy.
- isLanguageTagCompliant() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Return whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
- isLanguageTagCompliant() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- Return whether to use BCP 47 language tags instead of Java's legacy locale specification format.
- isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieve whether the cursor is on the last row of this row set.
- isLast() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
- Whether this is the last part of a message sent as a series of partial messages.
- isLast() - Method in interface org.springframework.web.socket.WebSocketMessage
- When partial message support is available and requested via
WebSocketHandler.supportsPartialMessages()
, this method returnstrue
if the current message is the last part of the complete WebSocket message sent by the client. - 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.
- isLazy(DependencyDescriptor) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
- 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
- Return whether beans should be lazily initialized by default, i.e.
- isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
- Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
- isLengthRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.LENGTH_REQUIRED
(411). - 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.
- isLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.LOCKED
(423). - isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
- isLogEnabled() - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
- Determine whether the
DeprecatedBeanWarner.logger
field is enabled. - isLogEnabled(Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Determine whether the given
Log
instance is enabled. - isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
- Return whether the Runnable's operation is long-lived (
true
) versus short-lived (false
). - isLoopDetected() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.LOOP_DETECTED
(508). - 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? - isMap() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that the result is a
Map
. - isMap() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that the result is a
Map
. - isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- 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(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Return if the given method name matches the mapped name.
- isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
- Check whether the given FieldError matches the given field.
- isMaterialized() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
- isMBean(Class<?>) - Method in class org.springframework.jmx.export.MBeanExporter
- Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
- Determine whether the given bean class qualifies as an MBean as-is.
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedList
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedMap
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedProperties
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedSet
- isMergeEnabled() - Method in interface org.springframework.beans.Mergeable
- Is merging enabled for this particular instance?
- isMergeEnabled() - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- 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.
- isMethodFailure() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.METHOD_FAILURE
- isMethodNotAllowed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.METHOD_NOT_ALLOWED
(405). - 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.LocalRegionFactoryProxy
- Deprecated.
- isModelAttributeMethod(Method) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
- Deprecated.
- isModified() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- Check whether the underlying message headers have been marked as modified.
- 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
- isMovedPermanently() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.MOVED_PERMANENTLY
(301). - isMovedTemporarily() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.in favor of
StatusResultMatchers.isFound()
- isMultiActionControllerType(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Deprecated.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(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.
- 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
- isMultipartArgument(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- isMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- isMultipleChoices() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.MULTIPLE_CHOICES
(300). - isMultiStatus() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.MULTI_STATUS
(207). - isMutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- Whether the underlying headers can still be modified.
- isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- Deprecated.This implementation returns false.
- isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
- Deprecated.
- isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
- Deprecated.
- isMXBeanSupportAvailable() - Static method in class org.springframework.jmx.support.JmxUtils
- Deprecated.as of Spring 4.0, since Java 6 is required anyway now
- isNamedBinding() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Check whether parameters should be bound by name.
- isNamedBinding() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Should parameters be bound by name?
- 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.
- isNetworkAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NETWORK_AUTHENTICATION_REQUIRED
(511). - isNew() - Method in class org.springframework.mock.web.MockHttpSession
- isNew() - Method in class org.springframework.mock.web.portlet.MockPortletSession
- isNew() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- 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; otherwise participating in an existing transaction, or potentially not running in an actual transaction in the first place.
- isNoContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NO_CONTENT
(204). - isNonAuthoritativeInformation() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NON_AUTHORITATIVE_INFORMATION
(203). - isNonPublicAccessAllowed() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return whether to allow access to non-public constructors and methods.
- isNotAcceptable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NOT_ACCEPTABLE
(406). - isNotEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that a non-empty value exists at the given path.
- isNotEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that a non-empty value exists at the given path.
- isNotExtended() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NOT_EXTENDED
(510). - isNotFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NOT_FOUND
(404). - 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.
- isNotImplemented() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NOT_IMPLEMENTED
(501). - isNotModified() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.NOT_MODIFIED
(304). - isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
- isNull(Object) - Static method in class org.springframework.util.Assert
- Deprecated.as of 4.3.7, in favor of
Assert.isNull(Object, String)
- isNull(Object, String) - 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
- isNumber() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that the result is a
Number
. - isNumber() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that the result is a
Number
. - isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
- Check whether the given SQL type is numeric.
- iso() - Method in annotation type org.springframework.format.annotation.DateTimeFormat
- The ISO pattern to use to format the field.
- isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
- Determine whether the given method is originally declared by
Object
. - isOk() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.OK
(200). - ISOLATED - org.springframework.test.context.jdbc.SqlConfig.TransactionMode
- Indicates that SQL scripts should always be executed in a new, isolated transaction that will be immediately committed.
- isolation() - Method in annotation type org.springframework.transaction.annotation.Transactional
- The transaction isolation level.
- Isolation - Enum in org.springframework.transaction.annotation
- Enumeration that represents transaction isolation levels for use with the
Transactional
annotation, corresponding to theTransactionDefinition
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 everygetConnection
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?
- 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
- Indicate 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.
- isOpen() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- isOpen() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- isOpen() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- isOpen() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- isOpen() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- isOpen() - Method in interface org.springframework.web.socket.WebSocketSession
- Return whether the connection is still open.
- isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
- Return whether proxies should perform aggressive optimizations.
- isOptional() - Method in class org.springframework.beans.PropertyValue
- Return whether this is an optional value, that is, to be ignored when no corresponding property exists on the target class.
- isOptional() - Method in class org.springframework.core.MethodParameter
- Return whether this method parameter is declared as optional in the form of Java 8's
Optional
. - 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 is overloaded (i.e., whether argument type matching needs to occur to disambiguate methods of the same name).
- isOverridable() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 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?
- isPartialContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PARTIAL_CONTENT
(206). - 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? - isPayloadTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PAYLOAD_TOO_LARGE
(413). - isPaymentRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PAYMENT_REQUIRED
(402). - 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
- isPermanentRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PERMANENT_REDIRECT
(308). - 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.
- isPersistenceUnitOverrideAllowed() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return whether an override of a same-named persistence unit is allowed.
- 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".
- isPhysicallyConnected(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
- Determine whether the given Session is (still) physically connected to the database, that is, holds an active JDBC Connection internally.
- isPortletModeAllowed(PortletMode) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
- isPreconditionFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PRECONDITION_FAILED
(412). - isPreconditionRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PRECONDITION_REQUIRED
(428). - 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
- Deprecated.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
- isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
- Returns
true
if the request is a valid CORS pre-flight one. - 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.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, 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?
- isPrimitive(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine whether the descriptor is for 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.
- isPrimitiveArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine whether the descriptor is for a primitive array (e.g.
- isPrimitiveOrUnboxableSupportedNumber(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine if the supplied descriptor is for a supported number.
- isPrimitiveOrUnboxableSupportedNumberOrBoolean(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Determine if the supplied descriptor is for a supported number type or boolean.
- 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
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.support.AbstractMarshaller
- Return whether XML external entities are allowed.
- isProcessing() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PROCESSING
(102). - isProfileActive(String) - Method in class org.springframework.core.env.AbstractEnvironment
- Return whether the given profile is active, or if active profiles are empty whether the profile should be active by default.
- isPropagateQueryProperties() - Method in class org.springframework.web.servlet.view.RedirectView
- Whether to propagate the query params of the current URL.
- 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 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 interface org.springframework.beans.factory.BeanFactory
- Is this bean a prototype? That is, will
BeanFactory.getBean(java.lang.String)
always return independent instances? - 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).
- isProxyAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.PROXY_AUTHENTICATION_REQUIRED
(407). - 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.listener.endpoint.JmsActivationSpecConfig
- isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- isPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
- Return whether the Publish/Subscribe domain (
Topics
) is used. - 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.AbstractMessageListenerContainer
- 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.beans.AbstractNestablePropertyAccessor.PropertyHandler
- 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 class org.springframework.core.io.PathResource
- 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
- Indicate whether the contents of this resource can be read via
InputStreamSource.getInputStream()
. - isReadable() - Method in class org.springframework.core.io.VfsResource
- isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
- This implementation delegates to
ServletContext.getResourceAsStream
, which returnsnull
in case of a non-readable resource (e.g. - isReadable() - Method in class org.springframework.web.portlet.context.PortletContextResource
- This implementation delegates to
PortletContext.getResourceAsStream
, which returnsnull
in case of a non-readable resource (e.g. - isReadableContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- isReadableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- isReadableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
- Determine whether the specified property is readable.
- isReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Gets the value of the '
readonly
' attribute. - 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(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- isReadOnly(String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- 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.
- isRecovering() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return whether this listener container is currently in a recovery attempt.
- 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.ModelAndViewMethodReturnValueHandler
- Whether the given view name is a redirect view reference.
- 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.
- isReferenceTypeArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
- Return if the supplied array type has a core component reference type.
- isRegisteredWithDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return whether at least one consumer has entered a fixed registration with the target destination.
- isRemoteHost(String) - Method in class org.springframework.web.servlet.view.RedirectView
- Whether the given targetUrl has a host that is a "foreign" system in which case
HttpServletResponse.encodeRedirectURL(java.lang.String)
will not be applied. - isRemoveLeadingSlash() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
- Whether to remove the leading slash from target destinations.
- isRemoveOnCancelPolicy() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- Return the current setting for the remove-on-cancel mode.
- isRenderWhenMinimized() - Method in class org.springframework.web.portlet.mvc.AbstractController
- Return whether controller will render when portlet is minimized.
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return whether the Publish/Subscribe domain (
Topics
) is used for replies. - isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- isReplyPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
- Return whether the reply destination uses Publish/Subscribe domain (
Topics
). - isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
- Determine whether the original request is still active.
- isRequestedRangeNotSatisfiable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE
(416). - isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
- Deprecated.
- 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
- isRequestEntityTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.REQUEST_ENTITY_TOO_LARGE
- isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
- Whether the request has been handled fully within the handler.
- isRequestHeaderFieldsTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE
(431). - isRequestTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.REQUEST_TIMEOUT
(408). - isRequestUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.REQUEST_URI_TOO_LONG
- isRequired() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
- Return whether this dependency is required.
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
- Determine whether the given dependency declares an autowired annotation, checking its required flag.
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
- Determine whether the given descriptor is effectively 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.
- isResetContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.RESET_CONTENT
(205). - isResolved() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
- Determine whether the underlying multipart request has been resolved.
- isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
- Return whether the lookup occurs in a J2EE container.
- isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
- Is HTML escaping using the response encoding by default? If enabled, only XML markup significant characters will be escaped with UTF-* encodings.
- isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
- Return the applicable default for the use of response encoding with HTML escaping for this tag.
- 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 processing of
CallableStatement.getMoreResults/getUpdateCount
. - isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
- This implementation always returns
true
. - isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
- This implementation always returns
true
. - isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
- Return whether statements should be capable of returning auto-generated keys.
- isReturnParameter() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
- Determine whether the declared parameter qualifies as a 'return' parameter for our purposes: type
DatabaseMetaData.procedureColumnReturn
orDatabaseMetaData.procedureColumnResult
. - 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(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 thedoCommit
call. - 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).
- isRollbackOnly(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
- 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.config.JmsListenerEndpointRegistry
- 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.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- isRunning() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- Check whether this message handler is currently running.
- isRunning() - Method in class org.springframework.messaging.simp.stomp.Reactor2TcpStompClient
- isRunning() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- 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.
- isRunning() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- Return whether this ConnectionManager has been started.
- isRunning() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
- isRunning() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- isRunning() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- isRunning() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- isRunning() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
- isRunning() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- 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 returnstrue
? - 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
- Deprecated.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.
- isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
- Return whether the given Hibernate Session will always hold the same JDBC Connection.
- isSameOrigin(HttpRequest) - Static method in class org.springframework.web.util.WebUtils
- Check if the request is a same-origin one, based on
Origin
,Host
,Forwarded
,X-Forwarded-Proto
,X-Forwarded-Host
and - isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
- isSatisfied() - Method in interface org.springframework.test.web.client.RequestExpectation
- Whether the requirements for this request expectation have been met.
- isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
- isScopedTarget(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
- Specify if the
beanName
is the name of a bean that references the target bean within a scoped proxy. - isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isSecure() - Method in class org.springframework.mock.web.MockSessionCookieConfig
- 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
- isSecurityManagerPresent() - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
- isSeeOther() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.SEE_OTHER
(303). - isServiceUnavailable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.SERVICE_UNAVAILABLE
(503). - isSessionAttribute(String, Class<?>) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
- Deprecated.
- isSessionCompleted() - Method in class org.springframework.messaging.simp.SimpAttributes
- Whether the
SimpAttributes.sessionCompleted()
was already invoked. - isSessionCookieNeeded() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
- Return whether the JSESSIONID cookie is required for the application to function.
- 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
- Deprecated.Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
- isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
- Return
true
if this DeferredResult is no longer usable either because it was previously set or because the underlying request expired. - isSharedEngine() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
- Return whether to use a shared engine for all threads or whether to create thread-local engine instances for each thread.
- isSharedEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
- 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
- Indicate 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, an enum, 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
- Deprecated.Return whether to use a single session for each request.
- isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
- Deprecated.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() - 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.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 class org.springframework.beans.factory.config.YamlMapFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
- 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() - 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() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
- 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.datetime.joda.DateTimeFormatterFactoryBean
- isSingleton() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
- 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.http.converter.json.GsonFactoryBean
- isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
- 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() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Deprecated.
- isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Deprecated.
- isSingleton() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- isSingleton() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
- 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
- Deprecated.
- isSingleton() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
- isSingleton() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
- Deprecated.
- 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.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.transaction.config.JtaTransactionManagerFactoryBean
- isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
- isSingleton() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
- Deprecated.
- isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
- isSingleton() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- isSingleton() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- 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(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
- isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Return whether the specified singleton bean is currently in creation (within the entire factory).
- isSkipResultsProcessing() - Method in class org.springframework.jdbc.core.JdbcTemplate
- Return whether results processing should be skipped.
- isSkipUndeclaredResults() - Method in class org.springframework.jdbc.core.JdbcTemplate
- Return whether undeclared results should be skipped.
- isSourceModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
- isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
- Return whether the SQL can be used as is.
- isStarted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
- Return whether asynchronous request processing has been started.
- isStarted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- isStatic() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- isStatic() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- Not static.
- isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
- Always returns
true
. - isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
- isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
- isStatic() - Method in interface org.springframework.aop.TargetSource
- Will all calls to
TargetSource.getTarget()
return the same object? - isStatic() - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
- 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
- isStatusOnly() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
- Whether the request is fully handled within the controller.
- isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
- Indicate whether the given
Result
is a JAXP 1.4 StAX Result or custom StAX Result. - isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
- Indicate whether the given
Source
is a JAXP 1.4 StAX Source or custom 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()
. - isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- Return whether this cache stores a copy of each entry (
true
) or a reference (false
, default). - isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- Return whether this cache manager stores a copy of each entry or a reference for all its caches.
- 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
- 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
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- Deprecated.as of 4.2, since this method is no longer used.
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
- Deprecated.as of 4.2 this method is no longer used.
- isStreaming() - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
- Deprecated.as of 4.2, since this method is no longer used.
- isStrictContentTypeMatch() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
- Whether content type resolution must produce a value that matches one of the supported MIME types.
- isStrictEncoding() - Method in class org.springframework.web.util.DefaultUriTemplateHandler
- Whether to strictly encode any character outside the unreserved set.
- isString() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
- Evaluate the JSON path expression against the request content and assert that the result is a
String
. - isString() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- Evaluate the JSON path expression against the response content and assert that the result is a
String
. - 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
- isSubscriptionShared() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return whether to make the subscription shared.
- isSubscriptionShared() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.support.AbstractMarshaller
- Return whether DTD parsing is supported.
- 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.
- isSwitchingProtocols() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.SWITCHING_PROTOCOLS
(101). - isSync() - Method in class org.springframework.cache.interceptor.CacheableOperation
- 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
andFilter.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.
- isTemporaryRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.TEMPORARY_REDIRECT
(307). - 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
- Return
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,
setProperty
gets called with already set property name again). - isTooManyRequests() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.TOO_MANY_REQUESTS
(429). - isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
- Return whether this is an explicit reference to a bean in the parent factory.
- ISTORE - Static variable in interface org.springframework.asm.Opcodes
- 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
- isTransactionAware() - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
- Return whether this CacheManager has been configured to be transaction-aware.
- isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
- Deprecated.
- isTransactionManagerRequired() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
- Deprecated.
- isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
- Return whether the underlying transaction implements the
SavepointManager
interface and therefore supports savepoints. - isTrue(boolean) - Static method in class org.springframework.util.Assert
- Deprecated.as of 4.3.7, in favor of
Assert.isTrue(boolean, String)
- isTrue(boolean, String) - Static method in class org.springframework.util.Assert
- Assert a boolean expression, throwing an
IllegalArgumentException
if the expression evaluates tofalse
. - 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
- isTypeMatch(String, ResolvableType) - Method in interface org.springframework.beans.factory.BeanFactory
- Check whether the bean with the given name matches the specified type.
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- ISUB - Static variable in interface org.springframework.asm.Opcodes
- isUnauthorized() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.UNAUTHORIZED
(401). - isUnavailableForLegalReasons() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS
(451). - isUnknown() - Method in class org.springframework.asm.Attribute
- Returns true if this type of attribute is unknown.
- isUnprocessableEntity() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.UNPROCESSABLE_ENTITY
(422). - isUnsupportedMediaType() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.UNSUPPORTED_MEDIA_TYPE
(415). - isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
- Return whether statements will return updatable ResultSets.
- isUpgradeRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.UPGRADE_REQUIRED
(426). - isUploadTempDirSpecified() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Return the temporary directory where uploaded files get stored.
- isUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.REQUEST_URI_TOO_LONG
(414). - 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.
- isUrlDecode() - Method in class org.springframework.web.util.UrlPathHelper
- Whether to decode the request URI when determining the lookup path.
- 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
- Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isUseCacheControlNoStore() - Method in class org.springframework.web.servlet.support.WebContentGenerator
- Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- 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
- Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isUseNotAcceptableStatusCode() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Whether to return HTTP Status 406 if no suitable is found.
- isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Return whether to only include advisors with a certain prefix in the bean name.
- isUseProxy() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Deprecated.matching the deprecation of
HttpStatus.USE_PROXY
- isUseRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
- 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
- isUserLevelMethod(Method) - Static method in class org.springframework.util.ClassUtils
- Determine whether the given method is declared by the user or at least pointing to a user-declared method.
- 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.
- isUseSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
- isUseTrailingSlashMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
- isUseTransactionAwareDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Deprecated.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.
- isValidating() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
- Deprecated.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"
andtype="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.
- isValidExpression(String) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
- Determine whether the specified expression represents a valid cron pattern.
- isValidJsonpQueryParam(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
- Deprecated.Validate the jsonp query parameter value.
- isValidJsonpQueryParam(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Deprecated.Will be removed as of Spring Framework 5.1, use CORS instead.
- isValidOrigin(HttpRequest, Collection<String>) - Static method in class org.springframework.web.util.WebUtils
- Check the given request origin against a list of allowed origins.
- isValidOrigin(ServerHttpRequest) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- Return whether the request
Origin
header value is valid or not. - isVariantAlsoNegotiates() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
- Assert the response status code is
HttpStatus.VARIANT_ALSO_NEGOTIATES
(506). - 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 class org.springframework.messaging.handler.HandlerMethod
- Return
true
if the method return type is void,false
otherwise. - 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
- Return
true
if the method return type is void,false
otherwise. - isWebSocketEnabled() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
- Return whether WebSocket transport is enabled.
- isWebSocketVersionSupported(WebSocketHttpHeaders) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- isWildcardSubtype() - Method in class org.springframework.util.MimeType
- Indicates whether the subtype is the wildcard character
*
or the wildcard character followed by a suffix (e.g. - isWildcardType() - Method in class org.springframework.util.MimeType
- Indicates whether the type is the wildcard character
*
or not. - isWindowStateAllowed(WindowState) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
- isWorthTrying() - Method in class org.springframework.objenesis.SpringObjenesis
- Return whether this Objenesis instance is worth trying for instance creation, i.e.
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- isWritable() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- 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 class org.springframework.core.io.PathResource
- 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() - Method in interface org.springframework.expression.spel.ast.ValueRef
- Indicates whether calling setValue(Object) is supported.
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
- isWritable(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(Object) - Method in class org.springframework.expression.common.LiteralExpression
- isWritable(Object) - Method in interface org.springframework.expression.Expression
- Determine if an expression can be written to, i.e.
- isWritable(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- isWritable(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(EvaluationContext) - 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) - Method in class org.springframework.expression.spel.standard.SpelExpression
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
- isWritable(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
- Determine if an expression can be written to, i.e.
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- 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.
- isWritableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- isWritableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
- Determine whether the specified property is writable.
- isWritableProperty(String, TypedValue, EvaluationContext) - 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. - isWriteWeakETag() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
- Return whether the ETag value written to the response should be weak, as per RFC 7232.
- isXhrStreamingDisabled() - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- Whether XHR streaming is disabled or not.
- isXhrStreamingDisabled() - Method in interface org.springframework.web.socket.sockjs.client.XhrTransport
- An
XhrTransport
supports both the "xhr_streaming" and "xhr" SockJS server transports. - 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
- Deprecated.Execute a query for persistent instances.
- iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.
- iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Deprecated.Execute a query for persistent instances, binding one value to a "?" parameter in the query string.
- iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Deprecated.Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Deprecated.
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
- Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
- Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
- iterate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- iterator() - Method in class org.springframework.core.env.MutablePropertySources
- iterator() - Method in class org.springframework.util.AutoPopulatingList
- IUSHR - Static variable in interface org.springframework.asm.Opcodes
- IXOR - Static variable in interface org.springframework.asm.Opcodes
All Classes All Packages