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 
所有类 所有程序包

T

T_BOOLEAN - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_BYTE - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_CHAR - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_DOUBLE - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_FLOAT - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_INT - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_LONG - 接口 中的静态变量org.springframework.asm.Opcodes
 
T_SHORT - 接口 中的静态变量org.springframework.asm.Opcodes
 
TABINDEX_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TableMetaDataContext - org.springframework.jdbc.core.metadata中的类
Class to manage context meta-data used for the configuration and execution of operations on a database table.
TableMetaDataContext() - 类 的构造器org.springframework.jdbc.core.metadata.TableMetaDataContext
 
TableMetaDataProvider - org.springframework.jdbc.core.metadata中的接口
Interface specifying the API to be implemented by a class providing table meta-data.
TableMetaDataProviderFactory - org.springframework.jdbc.core.metadata中的类
Factory used to create a TableMetaDataProvider implementation based on the type of database being used.
TableMetaDataProviderFactory() - 类 的构造器org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
tableNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
tableNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table name formatted based on meta-data information.
TableParameterMetaData - org.springframework.jdbc.core.metadata中的类
Holder of meta-data for a specific parameter that is used for table processing.
TableParameterMetaData(String, int, boolean) - 类 的构造器org.springframework.jdbc.core.metadata.TableParameterMetaData
Constructor taking all the properties.
TABLESWITCH - 接口 中的静态变量org.springframework.asm.Opcodes
 
TagUtils - org.springframework.web.util中的类
Utility class for tag library related code, exposing functionality such as translating Strings to web scopes.
TagUtils() - 类 的构造器org.springframework.web.util.TagUtils
 
TagWriter - org.springframework.web.servlet.tags.form中的类
Utility class for writing HTML content to a Writer instance.
TagWriter(Writer) - 类 的构造器org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied Writer.
TagWriter(PageContext) - 类 的构造器org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied PageContext.
target - 类 中的变量org.springframework.aop.framework.ReflectiveMethodInvocation
 
TARGET_CLASS - org.springframework.context.annotation.ScopedProxyMode
Create a class-based proxy (uses CGLIB).
TargetClassAware - org.springframework.aop中的接口
Minimal interface for exposing the target class behind a proxy.
targetObject - 类 中的变量org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
TargetSource - org.springframework.aop中的接口
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TargetSourceCreator - org.springframework.aop.framework.autoproxy中的接口
Implementations can create special target sources, such as pooling target sources, for particular beans.
Task - org.springframework.scheduling.config中的类
Holder class defining a Runnable to be executed as a task, typically at a scheduled time or interval.
Task(Runnable) - 类 的构造器org.springframework.scheduling.config.Task
Create a new Task.
TaskDecorator - org.springframework.core.task中的接口
A callback interface for a decorator to be applied to any Runnable about to be executed.
taskExecutor() - 类 中的方法org.springframework.messaging.simp.config.ChannelRegistration
Configure the thread pool backing this message channel.
taskExecutor(ThreadPoolTaskExecutor) - 类 中的方法org.springframework.messaging.simp.config.ChannelRegistration
Configure the thread pool backing this message channel using a custom ThreadPoolTaskExecutor.
TaskExecutor - org.springframework.core.task中的接口
Simple task executor interface that abstracts the execution of a Runnable.
TaskExecutorAdapter - org.springframework.core.task.support中的类
Adapter that takes a JDK java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
TaskExecutorAdapter(Executor) - 类 的构造器org.springframework.core.task.support.TaskExecutorAdapter
Create a new TaskExecutorAdapter, using the given JDK concurrent executor.
TaskExecutorFactoryBean - org.springframework.scheduling.config中的类
FactoryBean for creating ThreadPoolTaskExecutor instances, primarily used behind the XML task namespace.
TaskExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.config.TaskExecutorFactoryBean
 
TaskExecutorRegistration - org.springframework.messaging.simp.config中的类
A registration class for customizing the properties of ThreadPoolTaskExecutor.
TaskExecutorRegistration() - 类 的构造器org.springframework.messaging.simp.config.TaskExecutorRegistration
Create a new TaskExecutorRegistration for a default ThreadPoolTaskExecutor.
TaskExecutorRegistration(ThreadPoolTaskExecutor) - 类 的构造器org.springframework.messaging.simp.config.TaskExecutorRegistration
Create a new TaskExecutorRegistration for a given ThreadPoolTaskExecutor.
TaskManagementConfigUtils - org.springframework.scheduling.config中的类
Configuration constants for internal sharing across subpackages.
TaskManagementConfigUtils() - 类 的构造器org.springframework.scheduling.config.TaskManagementConfigUtils
 
TaskNamespaceHandler - org.springframework.scheduling.config中的类
NamespaceHandler for the 'task' namespace.
TaskNamespaceHandler() - 类 的构造器org.springframework.scheduling.config.TaskNamespaceHandler
 
TaskRejectedException - org.springframework.core.task中的异常错误
Exception thrown when a TaskExecutor rejects to accept a given task for execution.
TaskRejectedException(String) - 异常错误 的构造器org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and no root cause.
TaskRejectedException(String, Throwable) - 异常错误 的构造器org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and the given root cause.
TaskScheduler - org.springframework.scheduling中的接口
Task scheduler interface that abstracts the scheduling of Runnables based on different kinds of triggers.
TaskTimeoutException - org.springframework.core.task中的异常错误
Exception thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
TaskTimeoutException(String) - 异常错误 的构造器org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and no root cause.
TaskTimeoutException(String, Throwable) - 异常错误 的构造器org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and the given root cause.
TaskUtils - org.springframework.scheduling.support中的类
Utility methods for decorating tasks with error handling.
TaskUtils() - 类 的构造器org.springframework.scheduling.support.TaskUtils
 
TcpConnection<P> - org.springframework.messaging.tcp中的接口
A contract for sending messages and managing a TCP connection.
TcpConnectionHandler<P> - org.springframework.messaging.tcp中的接口
A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.
TcpOperations<P> - org.springframework.messaging.tcp中的接口
A contract for establishing TCP connections.
TE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP TE header field name.
TEMP_DIR_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File.
TEMPLATE_EXPRESSION - 接口 中的静态变量org.springframework.expression.ParserContext
The default ParserContext implementation that enables template expression parsing mode.
TemplateAwareExpressionParser - org.springframework.expression.common中的类
An expression parser that understands templates.
TemplateAwareExpressionParser() - 类 的构造器org.springframework.expression.common.TemplateAwareExpressionParser
 
TemplateParserContext - org.springframework.expression.common中的类
Configurable ParserContext implementation for template parsing.
TemplateParserContext() - 类 的构造器org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext with the default "#{" prefix and "}" suffix.
TemplateParserContext(String, String) - 类 的构造器org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext for the given prefix and suffix.
TemporalAccessorParser - org.springframework.format.datetime.standard中的类
Parser implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorParser
Create a new TemporalAccessorParser for the given TemporalAccessor type.
TemporalAccessorPrinter - org.springframework.format.datetime.standard中的类
Printer implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorPrinter
Create a new TemporalAccessorPrinter.
TEMPORARY_REDIRECT - org.springframework.http.HttpStatus
307 Temporary Redirect.
TemporaryLobCreator - org.springframework.jdbc.support.lob中的类
LobCreator implementation based on temporary LOBs, using JDBC 4.0's Connection.createBlob() / Connection.createClob() mechanism.
TemporaryLobCreator() - 类 的构造器org.springframework.jdbc.support.lob.TemporaryLobCreator
 
Ternary - org.springframework.expression.spel.ast中的类
Represents a ternary expression, for example: "someCheck()?
Ternary(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Ternary
 
TestAnnotationUtils - org.springframework.test.annotation中的类
Collection of utility methods for working with Spring's core testing annotations.
TestAnnotationUtils() - 类 的构造器org.springframework.test.annotation.TestAnnotationUtils
 
testConnection() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Validate that this instance can connect to the server that it is configured for.
TestContext - org.springframework.test.context中的接口
TestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use.
TestContextBootstrapper - org.springframework.test.context中的接口
TestContextBootstrapper defines the SPI for bootstrapping the Spring TestContext Framework.
TestContextManager - org.springframework.test.context中的类
TestContextManager is the main entry point into the Spring TestContext Framework.
TestContextManager(Class<?>) - 类 的构造器org.springframework.test.context.TestContextManager
Construct a new TestContextManager for the supplied test class.
TestContextManager(TestContextBootstrapper) - 类 的构造器org.springframework.test.context.TestContextManager
Construct a new TestContextManager using the supplied TestContextBootstrapper and register the necessary TestExecutionListeners.
TestContextResourceUtils - org.springframework.test.context.util中的类
Utility methods for working with resources within the Spring TestContext Framework.
TestContextTransactionUtils - org.springframework.test.context.transaction中的类
Utility methods for working with transactions and data access related beans within the Spring TestContext Framework.
TestContextTransactionUtils() - 类 的构造器org.springframework.test.context.transaction.TestContextTransactionUtils
 
TestExecutionListener - org.springframework.test.context中的接口
TestExecutionListener defines a listener API for reacting to test execution events published by the TestContextManager with which the listener is registered.
TestExecutionListeners - org.springframework.test.context中的注释类型
TestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager.
TestExecutionListeners.MergeMode - org.springframework.test.context中的枚举
Enumeration of modes that dictate whether or not explicitly declared listeners are merged with the default listeners when @TestExecutionListeners is declared on a class that does not inherit listeners from a superclass.
TestPropertySource - org.springframework.test.context中的注释类型
@TestPropertySource is a class-level annotation that is used to configure the TestPropertySource.locations() of properties files and inlined TestPropertySource.properties() to be added to the Environment's set of PropertySources for an ApplicationContext for integration tests.
TestPropertySourceUtils - org.springframework.test.context.support中的类
Utility methods for working with @TestPropertySource and adding test PropertySources to the Environment.
TestPropertySourceUtils() - 类 的构造器org.springframework.test.context.support.TestPropertySourceUtils
 
testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
TestTransaction - org.springframework.test.context.transaction中的类
TestTransaction provides a collection of static utility methods for programmatic interaction with test-managed transactions within test methods, before methods, and after methods.
TestTransaction() - 类 的构造器org.springframework.test.context.transaction.TestTransaction
 
TEXT - org.springframework.jms.support.converter.MessageType
 
TEXT_EVENT_STREAM - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/event-stream.
TEXT_EVENT_STREAM_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_EVENT_STREAM.
TEXT_HTML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_HTML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/html.
TEXT_HTML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_HTML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_HTML.
TEXT_MARKDOWN - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/markdown.
TEXT_MARKDOWN_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_MARKDOWN.
TEXT_PLAIN - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/plain.
TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_PLAIN.
TEXT_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/xml.
TEXT_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TEXT_XML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_XML.
TextareaTag - org.springframework.web.servlet.tags.form中的类
Databinding-aware JSP tag for rendering an HTML 'textarea'.
TextareaTag() - 类 的构造器org.springframework.web.servlet.tags.form.TextareaTag
 
TextDecoder() - 类 的构造器org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder
 
TextEncoder() - 类 的构造器org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextEncoder
 
TextMessage - org.springframework.web.socket中的类
A text WebSocket message.
TextMessage(byte[]) - 类 的构造器org.springframework.web.socket.TextMessage
Create a new text WebSocket message from the given byte[].
TextMessage(CharSequence) - 类 的构造器org.springframework.web.socket.TextMessage
Create a new text WebSocket message from the given CharSequence payload.
TextMessage(CharSequence, boolean) - 类 的构造器org.springframework.web.socket.TextMessage
Create a new text WebSocket message with the given payload representing the full or partial message content.
TextWebSocketHandler - org.springframework.web.socket.handler中的类
A convenient base class for WebSocketHandler implementations that process text messages only.
TextWebSocketHandler() - 类 的构造器org.springframework.web.socket.handler.TextWebSocketHandler
 
Theme - org.springframework.ui.context中的接口
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
THEME_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.CookieThemeResolver
Name of the request attribute that holds the theme name.
THEME_RESOLVER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeResolver, retrievable by views.
THEME_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the ThemeResolver object in the bean factory for this namespace.
THEME_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.SessionThemeResolver
Name of the session attribute that holds the theme name.
THEME_SOURCE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeSource, retrievable by views.
THEME_SOURCE_BEAN_NAME - 类 中的静态变量org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
ThemeChangeInterceptor - org.springframework.web.servlet.theme中的类
Interceptor that allows for changing the current theme on every request, via a configurable request parameter (default parameter name: "theme").
ThemeChangeInterceptor() - 类 的构造器org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
ThemeResolver - org.springframework.web.servlet中的接口
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - org.springframework.ui.context中的接口
Interface to be implemented by objects that can resolve Themes.
ThemeTag - org.springframework.web.servlet.tags中的类
Custom tag to look up a theme message in the scope of this page.
ThemeTag() - 类 的构造器org.springframework.web.servlet.tags.ThemeTag
 
ThreadLocalTargetSource - org.springframework.aop.target中的类
Alternative to an object pool.
ThreadLocalTargetSource() - 类 的构造器org.springframework.aop.target.ThreadLocalTargetSource
 
ThreadLocalTargetSourceStats - org.springframework.aop.target中的接口
Statistics for a ThreadLocal TargetSource.
ThreadPoolExecutorFactoryBean - org.springframework.scheduling.concurrent中的类
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native ExecutorService type.
ThreadPoolExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
ThreadPoolTaskExecutor - org.springframework.scheduling.concurrent中的类
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskScheduler - org.springframework.scheduling.concurrent中的类
Implementation of Spring's TaskScheduler interface, wrapping a native ScheduledThreadPoolExecutor.
ThreadPoolTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
ThrowableWrapper(Throwable) - 异常错误 的构造器org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
 
THROWS - 类 中的静态变量org.springframework.asm.TypeReference
The sort of type references that target the type of an exception declared in the throws clause of a method.
ThrowsAdvice - org.springframework.aop中的接口
Tag interface for throws advice.
ThrowsAdviceInterceptor - org.springframework.aop.framework.adapter中的类
Interceptor to wrap an after-throwing advice.
ThrowsAdviceInterceptor(Object) - 类 的构造器org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
tiles() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register Tiles 3.x view resolver.
TilesConfigurer - org.springframework.web.servlet.view.tiles2中的类
已过时。
as of Spring 4.2, in favor of Tiles 3
TilesConfigurer - org.springframework.web.servlet.view.tiles3中的类
Helper class to configure Tiles 3.x for the Spring Framework.
TilesConfigurer() - 类 的构造器org.springframework.web.servlet.view.tiles2.TilesConfigurer
已过时。
 
TilesConfigurer() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
TilesConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the MVC namespace element and register a corresponding TilesConfigurer bean.
TilesConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
TilesView - org.springframework.web.servlet.view.tiles2中的类
已过时。
as of Spring 4.2, in favor of Tiles 3
TilesView - org.springframework.web.servlet.view.tiles3中的类
View implementation that renders through the Tiles Request API.
TilesView() - 类 的构造器org.springframework.web.servlet.view.tiles2.TilesView
已过时。
 
TilesView() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesView
 
TilesViewResolver - org.springframework.web.servlet.view.tiles2中的类
已过时。
as of Spring 4.2, in favor of Tiles 3
TilesViewResolver - org.springframework.web.servlet.view.tiles3中的类
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - 类 的构造器org.springframework.web.servlet.view.tiles2.TilesViewResolver
已过时。
 
TilesViewResolver() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
TIME - org.springframework.format.annotation.DateTimeFormat.ISO
The most common ISO Time Format HH:mm:ss.SSSZ, e.g. "01:30:00.000-05:00".
TIME_ZONE_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the TimeZone.
TIME_ZONE_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the TimeZone.
Timed - org.springframework.test.annotation中的注释类型
Test-specific annotation to indicate that a test method has to finish execution in a specified time period.
timeout() - 注释类型 中的方法org.springframework.transaction.annotation.Transactional
The timeout for this transaction (in seconds).
TIMEOUT_DEFAULT - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TIMEOUT_IMMEDIATE - 接口 中的静态变量org.springframework.core.task.AsyncTaskExecutor
Constant that indicates immediate execution
TIMEOUT_INDEFINITE - 接口 中的静态变量org.springframework.core.task.AsyncTaskExecutor
Constant that indicates no time limit
TimeoutCallableProcessingInterceptor - org.springframework.web.context.request.async中的类
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutCallableProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
TimeoutDeferredResultProcessingInterceptor - org.springframework.web.context.request.async中的类
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
timerExpired(Timer) - 类 中的方法org.springframework.scheduling.commonj.DelegatingTimerListener
Delegates execution to the underlying Runnable.
TimerManagerAccessor - org.springframework.scheduling.commonj中的类
Base class for classes that are accessing a CommonJ TimerManager Defines common configuration settings and common lifecycle handling.
TimerManagerAccessor() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerFactoryBean - org.springframework.scheduling.commonj中的类
FactoryBean that retrieves a CommonJ TimerManager and exposes it for bean references.
TimerManagerFactoryBean() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
TimerManagerTaskScheduler - org.springframework.scheduling.commonj中的类
Implementation of Spring's TaskScheduler interface, wrapping a CommonJ TimerManager.
TimerManagerTaskScheduler() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
times(int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Exactly N times.
TIMESTAMP - 接口 中的静态变量org.springframework.jms.support.JmsHeaders
Date and time of the message sending operation.
TIMESTAMP - 类 中的静态变量org.springframework.messaging.MessageHeaders
 
timeZone(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
timeZone(TimeZone) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
TimeZoneAwareLocaleContext - org.springframework.context.i18n中的接口
Extension of LocaleContext, adding awareness of the current time zone.
TimeZoneEditor - org.springframework.beans.propertyeditors中的类
Editor for java.util.TimeZone, translating timezone IDs into TimeZone objects.
TimeZoneEditor() - 类 的构造器org.springframework.beans.propertyeditors.TimeZoneEditor
 
TITLE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TLS_HANDSHAKE_FAILURE - 类 中的静态变量org.springframework.web.socket.CloseStatus
"1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
toArray() - 类 中的方法org.springframework.util.AutoPopulatingList
 
toArray(Enumeration<E>, A[]) - 类 中的静态方法org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toArray(T[]) - 类 中的方法org.springframework.util.AutoPopulatingList
 
toBoolean(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a boolean using the supplied type converter.
toBoxedDescriptor(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
toByte(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a byte using the supplied type converter.
toByteArray() - 类 中的方法org.springframework.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toByteArray() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
toByteArray() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Creates a newly allocated byte array.
toByteArrayUnsafe() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Convert the stream's data to a byte array and return the byte array.
toChar(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a char using the supplied type converter.
toClassArray(Collection<Class<?>>) - 类 中的静态方法org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
toCode(Object, String) - 类 中的方法org.springframework.core.Constants
Look up the given value within the given group of constants.
toCodeForProperty(Object, String) - 类 中的方法org.springframework.core.Constants
Look up the given value within the group of constants for the given bean property name.
toCodeForSuffix(Object, String) - 类 中的方法org.springframework.core.Constants
Look up the given value within the given group of constants.
toCommaDelimitedString(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Turn the given list of header values into a comma-delimited result.
toDelimitedString(String...) - 枚举 中的静态方法org.springframework.validation.DefaultMessageCodesResolver.Format
Concatenate the given elements, delimiting each with DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether.
toDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Deduce the descriptor for a type.
toDescriptorFromObject(Object) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the descriptor for an object instance (or null).
toDescriptors(Class<?>[]) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors from an array of classes.
toDetailedString() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return a detailed description of this exception, including the expression String and position (if available) as well as the actual exception message.
toDouble(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a double using the supplied type converter.
toFloat(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a float using the supplied type converter.
toHeaderName(String) - 类 中的方法org.springframework.jms.support.SimpleJmsHeaderMapper
Add the inbound prefix if necessary.
toHeaderName(String) - 类 中的方法org.springframework.messaging.support.AbstractHeaderMapper
Generate the name to use to set the header defined by the specified propertyName to the MessageHeaders instance.
toHeaders(Message) - 类 中的方法org.springframework.jms.support.SimpleJmsHeaderMapper
 
toHeaders(T) - 接口 中的方法org.springframework.messaging.support.HeaderMapper
Map from the given target message to abstracted MessageHeaders.
toInt(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to an int using the supplied type converter.
toIterator(Enumeration<E>) - 类 中的静态方法org.springframework.util.CollectionUtils
Adapt an Enumeration to an Iterator.
toJvmDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the JVM descriptor for a specified class.
tokenizePath(String) - 类 中的方法org.springframework.util.AntPathMatcher
Tokenize the given path String into parts, based on this matcher's settings.
tokenizePattern(String) - 类 中的方法org.springframework.util.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
tokenizeToStringArray(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法org.springframework.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toListenableFuture(Object, MethodParameter) - 接口 中的方法org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
Adapt the asynchronous return value to a ListenableFuture.
toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
 
toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 
toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
 
toLocaleValue(Locale) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Render the given locale as a text value for inclusion in a cookie.
toLong(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a long using the supplied type converter.
toLongString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toMap() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
Return a copy of the underlying header values as a plain Map object.
TomcatInstrumentableClassLoader - org.springframework.instrument.classloading.tomcat中的类
Extension of Tomcat's default class loader which adds instrumentation to loaded classes without the need to use a VM-wide agent.
TomcatInstrumentableClassLoader() - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader using the current context class loader.
TomcatInstrumentableClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader with the supplied class loader as parent.
TomcatLoadTimeWeaver - org.springframework.instrument.classloading.tomcat中的类
LoadTimeWeaver implementation for Tomcat's new org.apache.tomcat.InstrumentableClassLoader.
TomcatLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
TomcatLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
TomcatRequestUpgradeStrategy - org.springframework.web.socket.server.standard中的类
A WebSocket RequestUpgradeStrategy for Apache Tomcat.
TomcatRequestUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
 
toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
This implementation marshals the given object to a TextMessage or BytesMessage.
toMessage(Object, Session) - 接口 中的方法org.springframework.jms.support.converter.MessageConverter
Convert a Java object to a JMS Message using the supplied session to create the message object.
toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MessagingMessageConverter
 
toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.SimpleMessageConverter
This implementation creates a TextMessage for a String, a BytesMessage for a byte array, a MapMessage for a Map, and an ObjectMessage for a Serializable object.
toMessage(Object, Session, ObjectWriter) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
toMessage(Object, Session, Class<?>) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a Java object to a JMS Message using the specified json view and the supplied session to create the message object.
toMessage(Object, Session, Object) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
toMessage(Object, Session, Object) - 接口 中的方法org.springframework.jms.support.converter.SmartMessageConverter
A variant of MessageConverter.toMessage(Object, Session) which takes an extra conversion context as an argument, allowing to take e.g. annotations on a payload parameter into account.
toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.AbstractMessageConverter
 
toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
 
toMessage(Object, MessageHeaders) - 接口 中的方法org.springframework.messaging.converter.MessageConverter
Create a Message whose payload is the result of converting the given payload Object to serialized form.
toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.SimpleMessageConverter
 
toMessage(Object, MessageHeaders, Object) - 类 中的方法org.springframework.messaging.converter.AbstractMessageConverter
 
toMessage(Object, MessageHeaders, Object) - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
 
toMessage(Object, MessageHeaders, Object) - 接口 中的方法org.springframework.messaging.converter.SmartMessageConverter
A variant of MessageConverter.toMessage(Object, MessageHeaders) which takes an extra conversion context as an argument, allowing to take e.g. annotations on a return type into account.
toMessageHeaders() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
Return a copy of the underlying header values as a MessageHeaders object.
toMessagingMessage(Message) - 类 中的方法org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
 
toMultiValueMap(Map<K, List<V>>) - 类 中的静态方法org.springframework.util.CollectionUtils
Adapt a Map<K, List<V>> to an MultiValueMap<K, V>.
toMutableAccessor(StompHeaderAccessor, Message<?>) - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
 
toNativeHeaderMap() - 类 中的方法org.springframework.messaging.support.NativeMessageHeaderAccessor
Return a copy of the native headers sub-map, or an empty map.
TOO_BIG_TO_PROCESS - 类 中的静态变量org.springframework.web.socket.CloseStatus
"1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process."
TOO_MANY_REQUESTS - org.springframework.http.HttpStatus
429 Too Many Requests.
toObjectArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
TOP - 接口 中的静态变量org.springframework.asm.Opcodes
 
toParamDescriptors(Constructor<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors representing the parameter types for the supplied constructor.
toParamDescriptors(Method) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors representing the parameter types for the supplied method.
toPrimitiveTargetDesc(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Convert a type descriptor to the single character primitive descriptor.
toProxyConfigString() - 接口 中的方法org.springframework.aop.framework.Advised
As toString() will normally be delegated to the target, this returns the equivalent for the AOP proxy.
toProxyConfigString() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
 
toResourceRegion(Resource) - 类 中的方法org.springframework.http.HttpRange
Turn a Resource into a ResourceRegion using the range information contained in the current HttpRange.
toResourceRegions(List<HttpRange>, Resource) - 类 中的静态方法org.springframework.http.HttpRange
Convert each HttpRange into a ResourceRegion, selecting the appropriate segment of the given Resource using HTTP Range information.
toShort(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a short using the supplied type converter.
toShortString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toSingleValueMap() - 类 中的方法org.springframework.http.HttpHeaders
 
toSingleValueMap() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
 
toSingleValueMap() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
toSingleValueMap() - 接口 中的方法org.springframework.util.MultiValueMap
Return a Map with the first values contained in this MultiValueMap.
toSingleValueMap() - 类 中的方法org.springframework.web.socket.WebSocketHttpHeaders
 
toStoreValue(Object) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
 
toStoreValue(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toString() - 类 中的方法org.springframework.aop.aspectj.AbstractAspectJAdvice
 
toString() - 类 中的方法org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
toString() - 类 中的方法org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
toString() - 类 中的方法org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
toString() - 类 中的方法org.springframework.aop.aspectj.AspectJExpressionPointcut
 
toString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toString() - 类 中的方法org.springframework.aop.config.AdviceEntry
 
toString() - 类 中的方法org.springframework.aop.config.AdvisorEntry
 
toString() - 类 中的方法org.springframework.aop.config.AspectEntry
 
toString() - 类 中的方法org.springframework.aop.config.PointcutEntry
 
toString() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
For debugging/diagnostic use.
toString() - 类 中的方法org.springframework.aop.framework.ProxyConfig
 
toString() - 类 中的方法org.springframework.aop.framework.ReflectiveMethodInvocation
 
toString() - 类 中的方法org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
toString() - 类 中的方法org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
toString() - 类 中的方法org.springframework.aop.support.AbstractRegexpMethodPointcut
 
toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationClassFilter
 
toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
toString() - 类 中的方法org.springframework.aop.support.ComposablePointcut
 
toString() - 类 中的方法org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
toString() - 类 中的方法org.springframework.aop.support.DefaultIntroductionAdvisor
 
toString() - 类 中的方法org.springframework.aop.support.DefaultPointcutAdvisor
 
toString() - 类 中的方法org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
toString() - 类 中的方法org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
toString() - 类 中的方法org.springframework.aop.target.EmptyTargetSource
 
toString() - 类 中的方法org.springframework.aop.target.HotSwappableTargetSource
 
toString() - 类 中的方法org.springframework.aop.target.PrototypeTargetSource
 
toString() - 类 中的方法org.springframework.aop.target.SingletonTargetSource
 
toString() - 类 中的方法org.springframework.asm.Handle
Returns the textual representation of this handle.
toString() - 类 中的方法org.springframework.asm.Label
Returns a string representation of this label.
toString() - 类 中的方法org.springframework.asm.Type
Returns a string representation of this type.
toString() - 类 中的方法org.springframework.asm.TypePath
Returns a string representation of this type path.
toString() - 类 中的方法org.springframework.beans.AbstractNestablePropertyAccessor
 
toString() - 类 中的方法org.springframework.beans.BeanMetadataAttribute
 
toString() - 类 中的方法org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
toString() - 异常错误 中的方法org.springframework.beans.factory.BeanCreationException
 
toString() - 类 中的方法org.springframework.beans.factory.config.BeanDefinitionHolder
This implementation returns the long description.
toString() - 类 中的方法org.springframework.beans.factory.config.RuntimeBeanNameReference
 
toString() - 类 中的方法org.springframework.beans.factory.config.RuntimeBeanReference
 
toString() - 类 中的方法org.springframework.beans.factory.config.TypedStringValue
 
toString() - 类 中的方法org.springframework.beans.factory.InjectionPoint
 
toString() - 类 中的方法org.springframework.beans.factory.parsing.AbstractComponentDefinition
toString() - 类 中的方法org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementation returns this ComponentDefinition's description.
toString() - 类 中的方法org.springframework.beans.factory.parsing.BeanEntry
 
toString() - 类 中的方法org.springframework.beans.factory.parsing.ConstructorArgumentEntry
 
toString() - 类 中的方法org.springframework.beans.factory.parsing.ParseState
Returns a tree-style representation of the current ParseState.
toString() - 类 中的方法org.springframework.beans.factory.parsing.Problem
 
toString() - 类 中的方法org.springframework.beans.factory.parsing.PropertyEntry
 
toString() - 类 中的方法org.springframework.beans.factory.parsing.QualifierEntry
 
toString() - 类 中的方法org.springframework.beans.factory.support.AbstractBeanDefinition
 
toString() - 类 中的方法org.springframework.beans.factory.support.ChildBeanDefinition
 
toString() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
 
toString() - 类 中的方法org.springframework.beans.factory.support.GenericBeanDefinition
 
toString() - 类 中的方法org.springframework.beans.factory.support.LookupOverride
 
toString() - 类 中的方法org.springframework.beans.factory.support.ReplaceOverride
 
toString() - 类 中的方法org.springframework.beans.factory.support.RootBeanDefinition
 
toString() - 类 中的方法org.springframework.beans.factory.xml.BeansDtdResolver
 
toString() - 类 中的方法org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
 
toString() - 类 中的方法org.springframework.beans.factory.xml.DelegatingEntityResolver
 
toString() - 类 中的方法org.springframework.beans.factory.xml.PluggableSchemaResolver
 
toString() - 类 中的方法org.springframework.beans.MutablePropertyValues
 
toString() - 异常错误 中的方法org.springframework.beans.PropertyBatchUpdateException
 
toString() - 类 中的方法org.springframework.beans.PropertyValue
 
toString() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
Return an identifying description for this cache operation.
toString() - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
toString() - 类 中的方法org.springframework.cache.interceptor.SimpleKey
 
toString() - 类 中的方法org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
 
toString() - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
 
toString() - 类 中的方法org.springframework.context.expression.AnnotatedElementKey
 
toString() - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
 
toString() - 类 中的方法org.springframework.context.i18n.SimpleLocaleContext
 
toString() - 类 中的方法org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
 
toString() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
Return information about this context.
toString() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
The default implementation exposes the attributes of this MessageSourceResolvable.
toString() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
 
toString() - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - 类 中的方法org.springframework.context.support.StaticMessageSource
 
toString() - 类 中的方法org.springframework.core.annotation.AnnotationAttributes
 
toString() - 类 中的方法org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
toString() - 类 中的方法org.springframework.core.convert.support.GenericConversionService
 
toString() - 类 中的方法org.springframework.core.convert.TypeDescriptor
 
toString() - 类 中的方法org.springframework.core.env.AbstractEnvironment
 
toString() - 类 中的方法org.springframework.core.env.CompositePropertySource
 
toString() - 类 中的方法org.springframework.core.env.MutablePropertySources
 
toString() - 类 中的方法org.springframework.core.env.PropertySource
Produce concise output (type and name) if the current log level does not include debug.
toString() - 类 中的方法org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - 类 中的方法org.springframework.core.io.support.EncodedResource
 
toString() - 类 中的方法org.springframework.core.MethodClassKey
 
toString() - 类 中的方法org.springframework.core.MethodParameter
 
toString() - 类 中的方法org.springframework.core.NamedInheritableThreadLocal
 
toString() - 类 中的方法org.springframework.core.NamedThreadLocal
 
toString() - 类 中的方法org.springframework.core.ParameterizedTypeReference
 
toString() - 类 中的方法org.springframework.core.ResolvableType
Return a String representation of this type in its fully resolved form (including any generic parameters).
toString() - 类 中的方法org.springframework.core.style.ToStringCreator
Return the String representation that this ToStringCreator built.
toString() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
toString() - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
 
toString() - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
 
toString() - 类 中的方法org.springframework.expression.TypedValue
 
toString() - 类 中的方法org.springframework.http.HttpEntity
 
toString() - 类 中的方法org.springframework.http.HttpHeaders
 
toString() - 枚举 中的方法org.springframework.http.HttpStatus
Return a string representation of this status code.
toString() - 类 中的方法org.springframework.http.RequestEntity
 
toString() - 类 中的方法org.springframework.http.ResponseEntity
 
toString() - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
toString() - 类 中的方法org.springframework.jdbc.core.namedparam.ParsedSql
Exposes the original SQL String.
toString() - 类 中的方法org.springframework.jdbc.datasource.SimpleConnectionHandle
 
toString() - 类 中的方法org.springframework.jms.config.AbstractJmsListenerEndpoint
 
toString() - 类 中的方法org.springframework.jms.listener.adapter.JmsResponse
 
toString() - 异常错误 中的方法org.springframework.mail.MailSendException
 
toString() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
toString() - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
 
toString() - 类 中的方法org.springframework.messaging.converter.DefaultContentTypeResolver
 
toString() - 类 中的方法org.springframework.messaging.handler.AbstractMessageCondition
 
toString() - 类 中的方法org.springframework.messaging.handler.HandlerMethod
 
toString() - 类 中的方法org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
toString() - 类 中的方法org.springframework.messaging.MessageHeaders
 
toString() - 异常错误 中的方法org.springframework.messaging.MessagingException
 
toString() - 类 中的方法org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
toString() - 类 中的方法org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
 
toString() - 类 中的方法org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
toString() - 类 中的方法org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
toString() - 类 中的方法org.springframework.messaging.simp.SimpMessageMappingInfo
 
toString() - 类 中的方法org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
toString() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
 
toString() - 类 中的方法org.springframework.messaging.simp.user.DefaultUserDestinationResolver
 
toString() - 类 中的方法org.springframework.messaging.simp.user.MultiServerUserRegistry
 
toString() - 类 中的方法org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
toString() - 类 中的方法org.springframework.messaging.simp.user.UserDestinationResult
 
toString() - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel
 
toString() - 类 中的方法org.springframework.messaging.support.GenericMessage
 
toString() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
 
toString() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
toString() - 类 中的方法org.springframework.mock.web.portlet.MockPortletURL
 
toString() - 类 中的方法org.springframework.mock.web.portlet.MockResourceURL
 
toString() - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
toString() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
 
toString() - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
 
toString() - 类 中的方法org.springframework.scheduling.support.CronTrigger
 
toString() - 类 中的方法org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
toString() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.jruby.JRubyScriptFactory
已过时。
 
toString() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
 
toString() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
 
toString() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Generate a text string containing the implementation type of this cache and its statistics.
toString() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Provide a String representation of the context configuration attributes and declaring class.
toString() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
toString() - 类 中的方法org.springframework.test.context.support.DefaultBootstrapContext
Provide a String representation of this bootstrap context's state.
toString() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
Provide a String representation of this test context's state.
toString() - 类 中的方法org.springframework.test.context.transaction.TransactionConfigurationAttributes
已过时。
 
toString() - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
toString() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
Provide a textual representation of this AnnotationDescriptor.
toString() - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.NoRollbackRuleAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
toString() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
toString() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
toString() - 类 中的方法org.springframework.util.comparator.BooleanComparator
 
toString() - 类 中的方法org.springframework.util.comparator.CompoundComparator
 
toString() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
 
toString() - 类 中的方法org.springframework.util.comparator.NullSafeComparator
 
toString() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
toString() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Convert the buffer's contents into a string decoding bytes using the platform's default character set.
toString() - 类 中的方法org.springframework.util.InstanceFilter
 
toString() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
toString() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
toString() - 类 中的方法org.springframework.util.MimeType
 
toString() - 类 中的方法org.springframework.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - 类 中的方法org.springframework.validation.AbstractErrors
 
toString() - 类 中的方法org.springframework.validation.FieldError
 
toString() - 类 中的方法org.springframework.validation.ObjectError
 
toString() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
toString() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
toString() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
toString() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
 
toString() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
 
toString() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
 
toString() - 类 中的方法org.springframework.web.method.HandlerMethod
 
toString() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return diagnostic information.
toString() - 类 中的方法org.springframework.web.portlet.context.PortletRequestAttributes
 
toString() - 类 中的方法org.springframework.web.portlet.context.PortletRequestHandledEvent
 
toString() - 类 中的方法org.springframework.web.portlet.context.PortletWebRequest
 
toString() - 类 中的方法org.springframework.web.portlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - 类 中的方法org.springframework.web.portlet.ModelAndView
Return diagnostic information about this model and view.
toString() - 类 中的方法org.springframework.web.servlet.FlashMap
 
toString() - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Delegates to the handler's toString() implementation.
toString() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return diagnostic information about this model and view.
toString() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
toString() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
 
toString() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
toString() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
toString() - 类 中的方法org.springframework.web.servlet.support.BindStatus
 
toString() - 类 中的方法org.springframework.web.servlet.tags.Param
 
toString() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
 
toString() - 类 中的方法org.springframework.web.servlet.view.AbstractView
 
toString() - 类 中的方法org.springframework.web.socket.AbstractWebSocketMessage
 
toString() - 类 中的方法org.springframework.web.socket.adapter.AbstractWebSocketSession
 
toString() - 类 中的方法org.springframework.web.socket.CloseStatus
 
toString() - 类 中的方法org.springframework.web.socket.config.WebSocketMessageBrokerStats
 
toString() - 类 中的方法org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
toString() - 类 中的方法org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
 
toString() - 类 中的方法org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
toString() - 类 中的方法org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
toString() - 类 中的方法org.springframework.web.socket.handler.WebSocketSessionDecorator
 
toString() - 类 中的方法org.springframework.web.socket.messaging.AbstractSubProtocolEvent
 
toString() - 类 中的方法org.springframework.web.socket.messaging.DefaultSimpUserRegistry
 
toString() - 类 中的方法org.springframework.web.socket.messaging.SessionDisconnectEvent
 
toString() - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
 
toString() - 类 中的方法org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
toString() - 类 中的方法org.springframework.web.socket.server.standard.ServerEndpointRegistration
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.client.SockJsUrlInfo
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.client.WebSocketTransport
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.frame.SockJsFrame
 
toString() - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
toString() - 枚举 中的方法org.springframework.web.socket.sockjs.transport.TransportType
 
toString() - 类 中的方法org.springframework.web.socket.WebSocketExtension
 
toString() - 类 中的方法org.springframework.web.socket.WebSocketHttpHeaders
 
toString() - 类 中的方法org.springframework.web.util.UriComponents
 
toString() - 类 中的方法org.springframework.web.util.UriTemplate
 
toString(Collection<? extends MimeType>) - 类 中的静态方法org.springframework.util.MimeTypeUtils
Return a string representation of the given list of MimeType objects.
toString(Collection<HttpRange>) - 类 中的静态方法org.springframework.http.HttpRange
Return a string representation of the given list of HttpRange objects.
toString(Collection<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString(Session) - 类 中的静态方法org.springframework.orm.hibernate3.SessionFactoryUtils
已过时。
Stringify the given Session for debug logging.
toStringArray(Collection<String>) - 类 中的静态方法org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Assign
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.BeanReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Elvis
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Identifier
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineMap
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpDec
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Operator
String format for all operators is the same '(' [operand] [operator] [operand] ')'.
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpInc
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Projection
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.QualifiedIdentifier
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Selection
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Ternary
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.TypeReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
toStringAST() - 接口 中的方法org.springframework.expression.spel.SpelNode
 
toStringAST() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Produce a string representation of the Abstract Syntax Tree for the expression.
ToStringCreator - org.springframework.core.style中的类
Utility class that builds pretty-printing toString() methods with pluggable styling conventions.
ToStringCreator(Object) - 类 的构造器org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object.
ToStringCreator(Object, ToStringStyler) - 类 的构造器org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
ToStringCreator(Object, ValueStyler) - 类 的构造器org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
toStringPayload() - 类 中的方法org.springframework.web.socket.AbstractWebSocketMessage
 
toStringPayload() - 类 中的方法org.springframework.web.socket.BinaryMessage
 
toStringPayload() - 类 中的方法org.springframework.web.socket.PingMessage
 
toStringPayload() - 类 中的方法org.springframework.web.socket.PongMessage
 
toStringPayload() - 类 中的方法org.springframework.web.socket.TextMessage
 
ToStringStyler - org.springframework.core.style中的接口
A strategy interface for pretty-printing toString() methods.
toTypeDescriptor() - 类 中的方法org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
 
toUri() - 类 中的方法org.springframework.web.util.UriComponents
Return a URI from this UriComponents instance.
toURI(String) - 类 中的静态方法org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toURI(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
toUriString() - 类 中的方法org.springframework.web.util.UriComponents
Return a URI String from this UriComponents instance.
toUriString() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a URI String.
toValueWrapper(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Wrap the given store value with a SimpleValueWrapper, also going through AbstractValueAdaptingCache.fromStoreValue(java.lang.Object) conversion.
TRACE - org.springframework.http.HttpMethod
 
TRACE - org.springframework.web.bind.annotation.RequestMethod
 
trackException(MonKey, Throwable) - 类 中的方法org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Count the thrown exception and put the stack trace in the details portion of the key.
TRAILER - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Trailer header field name.
TRANSACTION_ADVISOR_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction advisor (used when mode == PROXY).
TRANSACTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).
TRANSACTION_ASPECT_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The class name of the AspectJ transaction management aspect.
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The name of the AspectJ transaction management @Configuration class.
transactionAdvisor() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
Transactional - org.springframework.transaction.annotation中的注释类型
Describes a transaction attribute on an individual method or on a class.
TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed TransactionalEventListenerFactory.
TransactionalEventListener - org.springframework.transaction.event中的注释类型
An EventListener that is invoked according to a TransactionPhase.
transactionalEventListenerFactory() - 类 中的方法org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
TransactionalEventListenerFactory - org.springframework.transaction.event中的类
EventListenerFactory implementation that handles TransactionalEventListener annotated methods.
TransactionalEventListenerFactory() - 类 的构造器org.springframework.transaction.event.TransactionalEventListenerFactory
 
TransactionalProxy - org.springframework.transaction.interceptor中的接口
A marker interface for manually created transactional proxies.
TransactionalTestExecutionListener - org.springframework.test.context.transaction中的类
TestExecutionListener that provides support for executing tests within test-managed transactions by honoring Spring's @Transactional annotation.
TransactionalTestExecutionListener() - 类 的构造器org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
TransactionAnnotationParser - org.springframework.transaction.annotation中的接口
Strategy interface for parsing known transaction annotation types.
transactionAspect() - 类 中的方法org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
TransactionAspectSupport - org.springframework.transaction.interceptor中的类
Base class for transactional aspects, such as the TransactionInterceptor or an AspectJ aspect.
TransactionAspectSupport() - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAspectSupport.InvocationCallback - org.springframework.transaction.interceptor中的接口
Simple callback interface for proceeding with the target invocation.
TransactionAspectSupport.TransactionInfo - org.springframework.transaction.interceptor中的类
Opaque object used to hold transaction information.
TransactionAttribute - org.springframework.transaction.interceptor中的接口
This interface adds a rollbackOn specification to TransactionDefinition.
TransactionAttributeEditor - org.springframework.transaction.interceptor中的类
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeEditor
 
transactionAttributeSource() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
TransactionAttributeSource - org.springframework.transaction.interceptor中的接口
Strategy interface used by TransactionInterceptor for metadata retrieval.
TransactionAttributeSourceAdvisor - org.springframework.transaction.interceptor中的类
Advisor driven by a TransactionAttributeSource, used to include a TransactionInterceptor only for methods that are transactional.
TransactionAttributeSourceAdvisor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceAdvisor(TransactionInterceptor) - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceEditor - org.springframework.transaction.interceptor中的类
Property editor that converts a String into a TransactionAttributeSource.
TransactionAttributeSourceEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAwareCacheDecorator - org.springframework.cache.transaction中的类
Cache decorator which synchronizes its TransactionAwareCacheDecorator.put(java.lang.Object, java.lang.Object), TransactionAwareCacheDecorator.evict(java.lang.Object) and TransactionAwareCacheDecorator.clear() operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put/evict/clear operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheDecorator(Cache) - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheDecorator
Create a new TransactionAwareCache for the given target Cache.
TransactionAwareCacheManagerProxy - org.springframework.cache.transaction中的类
Proxy for a target CacheManager, exposing transaction-aware Cache objects which synchronize their Cache.put(java.lang.Object, java.lang.Object) operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheManagerProxy() - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy, setting the target CacheManager through the TransactionAwareCacheManagerProxy.setTargetCacheManager(org.springframework.cache.CacheManager) bean property.
TransactionAwareCacheManagerProxy(CacheManager) - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy for the given target CacheManager.
TransactionAwareConnectionFactoryProxy - org.springframework.jca.cci.connection中的类
Proxy for a target CCI ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy - org.springframework.jms.connection中的类
Proxy for a target JMS ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy() - 类 的构造器org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - 类 的构造器org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareDataSourceConnectionProvider - org.springframework.orm.hibernate3中的类
已过时。
as of Spring 4.3, in favor of Hibernate 4.x/5.x
TransactionAwareDataSourceConnectionProvider() - 类 的构造器org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
已过时。
 
TransactionAwareDataSourceProxy - org.springframework.jdbc.datasource中的类
Proxy for a target JDBC DataSource, adding awareness of Spring-managed transactions.
TransactionAwareDataSourceProxy() - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy(DataSource) - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwarePersistenceManagerFactoryProxy - org.springframework.orm.jdo中的类
Proxy for a target JDO PersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager) on getPersistenceManager(), if any.
TransactionAwarePersistenceManagerFactoryProxy() - 类 的构造器org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
TransactionCallback<T> - org.springframework.transaction.support中的接口
Callback interface for transactional code.
TransactionCallbackWithoutResult - org.springframework.transaction.support中的类
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - 类 的构造器org.springframework.transaction.support.TransactionCallbackWithoutResult
 
TransactionConfiguration - org.springframework.test.context.transaction中的注释类型
已过时。
As of Spring Framework 4.2, use @Rollback or @Commit at the class level and the transactionManager qualifier in @Transactional.
TransactionConfigurationAttributes - org.springframework.test.context.transaction中的类
已过时。
As of Spring Framework 4.2, this class is officially deprecated and will be removed when @TransactionConfiguration is removed.
TransactionConfigurationAttributes() - 类 的构造器org.springframework.test.context.transaction.TransactionConfigurationAttributes
已过时。
Construct a new TransactionConfigurationAttributes instance using an empty string for the bean name of the PlatformTransactionManager and true for the default rollback flag.
TransactionConfigurationAttributes(String, boolean) - 类 的构造器org.springframework.test.context.transaction.TransactionConfigurationAttributes
已过时。
Construct a new TransactionConfigurationAttributes instance from the supplied arguments.
TransactionDefinition - org.springframework.transaction中的接口
Interface that defines Spring-compliant transaction properties.
TransactionException - org.springframework.transaction中的异常错误
Superclass for all transaction exceptions.
TransactionException(String) - 异常错误 的构造器org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionFactory - org.springframework.transaction.jta中的接口
Strategy interface for creating JTA Transaction objects based on specified transactional characteristics.
TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionInProgressException - org.springframework.jms中的异常错误
Runtime exception mirroring the JMS TransactionInProgressException.
TransactionInProgressException(TransactionInProgressException) - 异常错误 的构造器org.springframework.jms.TransactionInProgressException
 
transactionInterceptor() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
TransactionInterceptor - org.springframework.transaction.interceptor中的类
AOP Alliance MethodInterceptor for declarative transaction management using the common Spring transaction infrastructure (PlatformTransactionManager).
TransactionInterceptor() - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, Properties) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionManagementConfigurationSelector - org.springframework.transaction.annotation中的类
Selects which implementation of AbstractTransactionManagementConfiguration should be used based on the value of EnableTransactionManagement.mode() on the importing @Configuration class.
TransactionManagementConfigurationSelector() - 类 的构造器org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
 
TransactionManagementConfigurer - org.springframework.transaction.annotation中的接口
Interface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish to or need to explicitly specify the default PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.
TransactionManagementConfigUtils - org.springframework.transaction.config中的类
Configuration constants for internal sharing across subpackages.
TransactionManagementConfigUtils() - 类 的构造器org.springframework.transaction.config.TransactionManagementConfigUtils
 
transactionManager() - 注释类型 中的方法org.springframework.test.context.jdbc.SqlConfig
The bean name of the PlatformTransactionManager that should be used to drive transactions.
transactionManager() - 注释类型 中的方法org.springframework.test.context.transaction.TransactionConfiguration
已过时。
The bean name of the PlatformTransactionManager that should be used to drive test-managed transactions.
transactionManager() - 注释类型 中的方法org.springframework.transaction.annotation.Transactional
A qualifier value for the specified transaction.
transactionMode() - 注释类型 中的方法org.springframework.test.context.jdbc.SqlConfig
The mode to use when determining whether SQL scripts should be executed within a transaction.
TransactionOperations - org.springframework.transaction.support中的接口
Interface specifying basic transaction execution operations.
TransactionPhase - org.springframework.transaction.event中的枚举
The phase at which a transactional event listener applies.
TransactionProxyFactoryBean - org.springframework.transaction.interceptor中的类
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - 类 的构造器org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionRolledBackException - org.springframework.jms中的异常错误
Runtime exception mirroring the JMS TransactionRolledBackException.
TransactionRolledBackException(TransactionRolledBackException) - 异常错误 的构造器org.springframework.jms.TransactionRolledBackException
 
TransactionStatus - org.springframework.transaction中的接口
Representation of the status of a transaction.
TransactionSuspensionNotSupportedException - org.springframework.transaction中的异常错误
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSuspensionNotSupportedException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSuspensionNotSupportedException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSynchronization - org.springframework.transaction.support中的接口
Interface for transaction synchronization callbacks.
TransactionSynchronizationAdapter - org.springframework.transaction.support中的类
Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.
TransactionSynchronizationAdapter() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - org.springframework.transaction.support中的类
Central delegate that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationManager
 
TransactionSynchronizationUtils - org.springframework.transaction.support中的类
Utility methods for triggering specific TransactionSynchronization callback methods on all currently registered synchronizations.
TransactionSynchronizationUtils() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationUtils
 
TransactionSystemException - org.springframework.transaction中的异常错误
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionSystemException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionTemplate - org.springframework.transaction.support中的类
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
TransactionTemplate() - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate for bean usage.
TransactionTemplate(PlatformTransactionManager) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
TransactionTimedOutException - org.springframework.transaction中的异常错误
Exception to be thrown when a transaction has timed out.
TransactionTimedOutException(String) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionTimedOutException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionUsageException - org.springframework.transaction中的异常错误
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TransactionUsageException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TRANSFER_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Transfer-Encoding header field name.
transferTo(File) - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
transferTo(File) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - 接口 中的方法org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transform(HttpServletRequest, Resource) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformerChain
Transform the given resource.
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.AppCacheManifestTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformer
Transform the given resource.
transform(Source, Result) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
transformedBeanName(String) - 类 中的静态方法org.springframework.beans.factory.BeanFactoryUtils
Return the actual bean name, stripping out the factory dereference prefix (if any, also stripping repeated factory prefixes if found).
transformedBeanName(String) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean name, stripping out the factory dereference prefix if necessary, and resolving aliases to canonical names.
TransformedResource - org.springframework.web.servlet.resource中的类
An extension of ByteArrayResource that a ResourceTransformer can use to represent an original resource preserving all other information except the content.
TransformedResource(Resource, byte[]) - 类 的构造器org.springframework.web.servlet.resource.TransformedResource
 
TransformerUtils - org.springframework.util.xml中的类
Contains common behavior relating to Transformers and the javax.xml.transform package in general.
TransformerUtils() - 类 的构造器org.springframework.util.xml.TransformerUtils
 
transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.core.OverridingClassLoader
Transformation hook to be implemented by subclasses.
transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformIfNecessary(String, String, byte[], ProtectionDomain) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformPath(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Transform the request URI (in the context of the webapp) stripping slashes and extensions, and replacing the separator as required.
TransformTag - org.springframework.web.servlet.tags中的类
Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).
TransformTag() - 类 的构造器org.springframework.web.servlet.tags.TransformTag
 
TransientDataAccessException - org.springframework.dao中的异常错误
Root of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
TransientDataAccessException(String) - 异常错误 的构造器org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
TransientDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
TransientDataAccessResourceException - org.springframework.dao中的异常错误
Data access exception thrown when a resource fails temporarily and the operation can be retried.
TransientDataAccessResourceException(String) - 异常错误 的构造器org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
TransientDataAccessResourceException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
translate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
translate(String, String, SQLException) - 接口 中的方法org.springframework.jdbc.support.SQLExceptionTranslator
Translate the given SQLException into a generic DataAccessException.
translateException(JDOException) - 类 中的方法org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to PersistenceManagerFactoryUtils.
translateException(JDOException) - 接口 中的方法org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - 接口 中的方法org.springframework.dao.support.PersistenceExceptionTranslator
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic DataAccessException hierarchy, if possible.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.hibernate3.HibernateExceptionTranslator
已过时。
 
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.hibernate5.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jdo.DefaultJdoDialect
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.DefaultJpaDialect
This implementation delegates to EntityManagerFactoryUtils.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) - 类 中的静态方法org.springframework.dao.support.DataAccessUtils
Return a translated exception if this is appropriate, otherwise return the given exception as-is.
Transport - org.springframework.web.socket.sockjs.client中的接口
A client-side implementation for a SockJS transport.
TransportHandler - org.springframework.web.socket.sockjs.transport中的接口
Handle a SockJS session URL, i.e. transport-specific request.
TransportHandlingSockJsService - org.springframework.web.socket.sockjs.transport中的类
A basic implementation of SockJsService with support for SPI-based transport handling and session management.
TransportHandlingSockJsService(TaskScheduler, Collection<TransportHandler>) - 类 的构造器org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
Create a TransportHandlingSockJsService with given handler types.
TransportHandlingSockJsService(TaskScheduler, TransportHandler...) - 类 的构造器org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
Create a TransportHandlingSockJsService with given handler types.
TransportRequest - org.springframework.web.socket.sockjs.client中的接口
Exposes information, typically to Transport and session implementations, about a request to connect to a SockJS server endpoint over a given transport.
TransportType - org.springframework.web.socket.sockjs.transport中的枚举
SockJS transport types.
Trigger - org.springframework.scheduling中的接口
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
triggerAfterCommit() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCommit callbacks on all currently registered synchronizations.
triggerAfterCompletion(int) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCompletion callbacks on all currently registered synchronizations.
triggerAfterReceiveCompletion(Message<?>, MessageChannel, Exception) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
triggerAfterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
 
triggerBeforeCommit(boolean) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCommit callbacks on all currently registered synchronizations.
triggerBeforeCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCommit callbacks.
triggerBeforeCompletion() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCompletion callbacks on all currently registered synchronizations.
triggerBeforeCompletion(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCompletion callbacks.
TriggerContext - org.springframework.scheduling中的接口
Context object encapsulating last execution times and last completion time of a given task.
triggerFlush() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger flush callbacks on all currently registered synchronizations.
TriggerTask - org.springframework.scheduling.config中的类
Task implementation defining a Runnable to be executed according to a given Trigger.
TriggerTask(Runnable, Trigger) - 类 的构造器org.springframework.scheduling.config.TriggerTask
Create a new TriggerTask.
trimAllWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimValues - 类 中的变量org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
trimWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - 接口 中的静态变量org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - 接口 中的静态变量org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - 接口 中的静态变量org.springframework.aop.Pointcut
Canonical Pointcut instance that always matches.
TRUE - 类 中的静态变量org.springframework.expression.spel.support.BooleanTypedValue
 
TRUE_HIGH - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
TRUE_VALUE - 类 中的静态变量org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Value of a T/F attribute that represents true.
TRUE_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Value of a T/F attribute that represents true.
tryCloseWithError(WebSocketSession, Throwable, Log) - 类 中的静态方法org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
tryCloseWithSockJsTransportError(Throwable, CloseStatus) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Close due to error arising from SockJS transport handling.
TX_DATA_SOURCE_PREFIX - 类 中的静态变量org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
txManager - 类 中的变量org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
Default transaction manager, as configured through a TransactionManagementConfigurer.
TxNamespaceHandler - org.springframework.transaction.config中的类
NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
TxNamespaceHandler() - 类 的构造器org.springframework.transaction.config.TxNamespaceHandler
 
type - 类 中的变量org.springframework.asm.Attribute
The type of this attribute.
type() - 注释类型 中的方法org.springframework.context.annotation.ComponentScan.Filter
The type of filter to use.
Type - org.springframework.asm中的类
A Java field or method type.
TYPE - 接口 中的静态变量org.springframework.jms.support.JmsHeaders
Message type label.
TYPE_ARGUMENT - 类 中的静态变量org.springframework.asm.TypePath
A type path step that steps into a type argument of a generic type.
TYPE_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
TYPE_CONVERSION_ERROR - org.springframework.expression.spel.SpelMessage
 
TYPE_KEY - 类 中的静态变量org.springframework.jmx.export.naming.IdentityNamingStrategy
 
TYPE_NAME_EXPECTED_FOR_ARRAY_CONSTRUCTION - org.springframework.expression.spel.SpelMessage
 
TYPE_NOT_FOUND - org.springframework.expression.spel.SpelMessage
 
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.namedparam.SqlParameterSource
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlReturnType
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlTypeValue
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 类 中的静态变量org.springframework.jdbc.support.JdbcUtils
Constant that indicates an unknown (or unspecified) SQL type.
TypeCode - org.springframework.expression.spel.ast中的枚举
Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.
TypeComparator - org.springframework.expression中的接口
Instances of a type comparator should be able to compare pairs of objects for equality.
TypeConverter - org.springframework.beans中的接口
Interface that defines type conversion methods.
TypeConverter - org.springframework.expression中的接口
A type converter can convert values between different types encountered during expression evaluation.
TypeConverterSupport - org.springframework.beans中的类
Base implementation of the TypeConverter interface, using a package-private delegate.
TypeConverterSupport() - 类 的构造器org.springframework.beans.TypeConverterSupport
 
TypeDefinitionBean - org.springframework.orm.hibernate3中的类
已过时。
as of Spring 4.3, in favor of Hibernate 4.x/5.x
TypeDefinitionBean() - 类 的构造器org.springframework.orm.hibernate3.TypeDefinitionBean
已过时。
 
TypeDescriptor - org.springframework.core.convert中的类
Contextual descriptor about a type to convert from or to.
TypeDescriptor(Field) - 类 的构造器org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Field.
TypeDescriptor(Property) - 类 的构造器org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Property.
TypeDescriptor(MethodParameter) - 类 的构造器org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a MethodParameter.
TypeDescriptor(ResolvableType, Class<?>, Annotation[]) - 类 的构造器org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a ResolvableType.
TypedStringValue - org.springframework.beans.factory.config中的类
Holder for a typed String value.
TypedStringValue(String) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value.
TypedStringValue(String, Class<?>) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
TypedStringValue(String, String) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
TypedValue - org.springframework.expression中的类
Encapsulates an object and a TypeDescriptor that describes it.
TypedValue(Object) - 类 的构造器org.springframework.expression.TypedValue
Create a TypedValue for a simple object.
TypedValue(Object, TypeDescriptor) - 类 的构造器org.springframework.expression.TypedValue
Create a TypedValue for a particular value with a particular TypeDescriptor which may contain additional generic declarations.
TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
TypeFilter - org.springframework.core.type.filter中的接口
Base interface for type filters using a MetadataReader.
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
TypeLocator - org.springframework.expression中的接口
Implementers of this interface are expected to be able to locate types.
TypeMismatchDataAccessException - org.springframework.dao中的异常错误
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchDataAccessException(String) - 异常错误 的构造器org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchException - org.springframework.beans中的异常错误
Exception thrown on a type mismatch when trying to set a bean property.
TypeMismatchException(PropertyChangeEvent, Class<?>) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(PropertyChangeEvent, Class<?>, Throwable) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(Object, Class<?>) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without a PropertyChangeEvent.
TypeMismatchException(Object, Class<?>, Throwable) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without a PropertyChangeEvent.
TypeMismatchNamingException - org.springframework.jndi中的异常错误
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
TypeMismatchNamingException(String) - 异常错误 的构造器org.springframework.jndi.TypeMismatchNamingException
已过时。
as of Spring Framework 4.3.10
TypeMismatchNamingException(String, Class<?>, Class<?>) - 异常错误 的构造器org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
TypePath - org.springframework.asm中的类
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
TypePatternClassFilter - org.springframework.aop.aspectj中的类
Spring AOP ClassFilter implementation using AspectJ type matching.
TypePatternClassFilter() - 类 的构造器org.springframework.aop.aspectj.TypePatternClassFilter
Creates a new instance of the TypePatternClassFilter class.
TypePatternClassFilter(String) - 类 的构造器org.springframework.aop.aspectj.TypePatternClassFilter
Create a fully configured TypePatternClassFilter using the given type pattern.
TypeReference - org.springframework.asm中的类
A reference to a type appearing in a class, field or method declaration, or on an instruction.
TypeReference - org.springframework.expression.spel.ast中的类
Represents a reference to a type, for example "T(String)" or "T(com.somewhere.Foo)"
TypeReference(int) - 类 的构造器org.springframework.asm.TypeReference
Creates a new TypeReference.
TypeReference(int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
 
TypeReference(int, SpelNodeImpl, int) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
 
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
types() - 注释类型 中的方法org.springframework.web.bind.annotation.SessionAttributes
The types of session attributes in the model that should be stored in the session or some conversational storage.
TypeUtils - org.springframework.util中的类
Utility to work with Java 5 generic type parameters.
TypeUtils() - 类 的构造器org.springframework.util.TypeUtils
 
Tyrus135EndpointHelper() - 类 的构造器org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper
 
Tyrus17EndpointHelper() - 类 的构造器org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper
 
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 
所有类 所有程序包