Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UiApplicationContextUtils - Class in org.springframework.ui.context.support
-
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
- UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
-
Deprecated.
- ultimateTargetClass(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Determine the ultimate target class of the given bean instance, traversing not only a top-level proxy but any number of nested proxies as well — as long as possible without side effects, that is, just for singleton targets.
- UNABLE_TO_CREATE_LIST_FOR_INDEXING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UNABLE_TO_CREATE_MAP_FOR_INDEXING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UNABLE_TO_DYNAMICALLY_CREATE_OBJECT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UNABLE_TO_GROW_COLLECTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UNABLE_TO_GROW_COLLECTION_UNKNOWN_ELEMENT_TYPE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
-
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
- UnableToRegisterMBeanException(String) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
-
Create a new
UnableToRegisterMBeanException
with the specified error message. - UnableToRegisterMBeanException(String, Throwable) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
-
Create a new
UnableToRegisterMBeanException
with the specified error message and root cause. - UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
-
Thrown when a JMX
Notification
is unable to be sent. - UnableToSendNotificationException(String) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
-
Create a new instance of the
UnableToSendNotificationException
class with the specified error message. - UnableToSendNotificationException(String, Throwable) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
-
Create a new instance of the
UnableToSendNotificationException
with the specified error message and root cause. - UNAUTHORIZED - Enum constant in enum class org.springframework.http.HttpStatus
-
401 Unauthorized
. - UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.springframework.http.HttpStatus
-
451 Unavailable For Legal Reasons
. - unbind(String) - Method in class org.springframework.jndi.JndiTemplate
-
Remove the binding for the given name from the current JNDI context.
- unbindResource(Object) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Unbind a resource for the given key from the current context.
- unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Unbind a resource for the given key from the current thread.
- unbindResourceIfPossible(Object) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Unbind a resource for the given key from the current context.
- unbindResourceIfPossible(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Unbind a resource for the given key from the current thread.
- unbound() - Method in interface org.springframework.transaction.support.ResourceHolder
-
Notify this holder that it has been unbound from transaction synchronization.
- unbound() - Method in class org.springframework.transaction.support.ResourceHolderSupport
- UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Permit any number of concurrent invocations: that is, don't throttle concurrency.
- UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
-
Permit any number of concurrent invocations: that is, don't throttle concurrency.
- unbox(Type) - Method in class org.springframework.cglib.core.CodeEmitter
-
If the argument is a primitive class, replaces the object on the top of the stack with the unwrapped (primitive) equivalent.
- unbox_or_zero(Type) - Method in class org.springframework.cglib.core.CodeEmitter
-
Unboxes the object on the top of the stack.
- unboxBooleanIfNecessary(MethodVisitor) - Method in class org.springframework.expression.spel.CodeFlow
-
If the codeflow shows the last expression evaluated to java.lang.Boolean then insert the necessary instructions to unbox that to a boolean primitive.
- uncapitalize(String) - Static method in class org.springframework.util.StringUtils
-
Uncapitalize a
String
, changing the first letter to lower case as perCharacter.toLowerCase(char)
. - uncapitalizeAsProperty(String) - Static method in class org.springframework.util.StringUtils
-
Uncapitalize a
String
in JavaBeans property format, changing the first letter to lower case as perCharacter.toLowerCase(char)
, unless the initial two letters are upper case in direct succession. - UncategorizedDataAccessException - Exception in org.springframework.dao
-
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, an SQLException from JDBC we can't pinpoint more precisely.
- UncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.UncategorizedDataAccessException
-
Constructor for UncategorizedDataAccessException.
- UncategorizedJmsException - Exception in org.springframework.jms
-
JmsException to be thrown when no other matching subclass found.
- UncategorizedJmsException(String) - Constructor for exception org.springframework.jms.UncategorizedJmsException
-
Constructor that takes a message.
- UncategorizedJmsException(String, Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
-
Constructor that takes a message and a root cause.
- UncategorizedJmsException(Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
-
Constructor that takes a root cause only.
- UncategorizedMappingException - Exception in org.springframework.oxm
-
Exception that indicates that the cause cannot be distinguished further.
- UncategorizedMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.UncategorizedMappingException
-
Construct an
UncategorizedMappingException
with the specified detail message and nested exception. - UncategorizedR2dbcException - Exception in org.springframework.r2dbc
-
Exception thrown when we can't classify a
R2dbcException
into one of our generic data access exceptions. - UncategorizedR2dbcException(String, String, R2dbcException) - Constructor for exception org.springframework.r2dbc.UncategorizedR2dbcException
-
Constructor for
UncategorizedSQLException
. - UncategorizedScriptException - Exception in org.springframework.jdbc.datasource.init
-
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, a
SQLException
from JDBC that we cannot pinpoint more precisely. - UncategorizedScriptException - Exception in org.springframework.r2dbc.connection.init
-
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, an
R2dbcException
from R2DBC that we cannot pinpoint more precisely. - UncategorizedScriptException(String) - Constructor for exception org.springframework.jdbc.datasource.init.UncategorizedScriptException
-
Create a new
UncategorizedScriptException
. - UncategorizedScriptException(String) - Constructor for exception org.springframework.r2dbc.connection.init.UncategorizedScriptException
-
Create a new
UncategorizedScriptException
. - UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.UncategorizedScriptException
-
Create a new
UncategorizedScriptException
. - UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.r2dbc.connection.init.UncategorizedScriptException
-
Create a new
UncategorizedScriptException
. - UncategorizedSQLException - Exception in org.springframework.jdbc
-
Exception thrown when we can't classify an SQLException into one of our generic data access exceptions.
- UncategorizedSQLException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.UncategorizedSQLException
-
Constructor for UncategorizedSQLException.
- UndeclaredThrowableException - Exception in org.springframework.cglib.proxy
-
Used by
Proxy
as a replacement forjava.lang.reflect.UndeclaredThrowableException
. - UndeclaredThrowableException(Throwable) - Constructor for exception org.springframework.cglib.proxy.UndeclaredThrowableException
-
Creates a new instance of
UndeclaredThrowableException
without detail message. - UndeclaredThrowableStrategy - Class in org.springframework.cglib.transform.impl
-
A
GeneratorStrategy
suitable for use withEnhancer
which causes all undeclared exceptions thrown from within a proxied method to be wrapped in an alternative exception of your choice. - UndeclaredThrowableStrategy(Class) - Constructor for class org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy
-
Create a new instance of this strategy.
- UndeclaredThrowableTransformer - Class in org.springframework.cglib.transform.impl
- UndeclaredThrowableTransformer(Class) - Constructor for class org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer
- underscoreName(String) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Convert a name in camelCase to an underscored name in lower case.
- UndertowHttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
Adapt
HttpHandler
to the UndertowHttpHandler
. - UndertowHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
- UndertowRequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
-
A WebSocket
RequestUpgradeStrategy
for Undertow. - UndertowRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
A WebSocket
RequestUpgradeStrategy
for WildFly and its underlying Undertow web server. - UndertowRequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy
- UndertowRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
- UndertowWebSocketClient - Class in org.springframework.web.reactive.socket.client
-
Undertow based implementation of
WebSocketClient
. - UndertowWebSocketClient(XnioWorker) - Constructor for class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Constructor with the
XnioWorker
to pass toWebSocketClient.connectionBuilder(org.xnio.XnioWorker, io.undertow.connector.ByteBufferPool, java.net.URI)
. - UndertowWebSocketClient(XnioWorker, ByteBufferPool, Consumer<WebSocketClient.ConnectionBuilder>) - Constructor for class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Alternate constructor providing additional control over the
WebSocketClient.ConnectionBuilder
for each WebSocket connection. - UndertowWebSocketClient(XnioWorker, Consumer<WebSocketClient.ConnectionBuilder>) - Constructor for class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Alternate constructor providing additional control over the
WebSocketClient.ConnectionBuilder
for each WebSocket connection. - UndertowWebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.adapter
-
Undertow
WebSocketConnectionCallback
implementation that adapts and delegates to a SpringWebSocketHandler
. - UndertowWebSocketHandlerAdapter(UndertowWebSocketSession) - Constructor for class org.springframework.web.reactive.socket.adapter.UndertowWebSocketHandlerAdapter
- UndertowWebSocketSession - Class in org.springframework.web.reactive.socket.adapter
-
Spring
WebSocketSession
implementation that adapts to an UndertowWebSocketChannel
. - UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory, Sinks.Empty<Void>) - Constructor for class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- UndertowXhrTransport - Class in org.springframework.web.socket.sockjs.client
-
An XHR transport based on Undertow's
UndertowClient
. - UndertowXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
- UndertowXhrTransport(OptionMap) - Constructor for class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
- UNEXPECTED_DATA_AFTER_DOT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UNEXPECTED_ESCAPE_CHAR - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- UnexpectedRollbackException - Exception in org.springframework.transaction
-
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
- UnexpectedRollbackException(String) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
-
Constructor for UnexpectedRollbackException.
- UnexpectedRollbackException(String, Throwable) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
-
Constructor for UnexpectedRollbackException.
- UNINITIALIZED_THIS - Static variable in interface org.springframework.asm.Opcodes
- union(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply a union with the given ClassFilter.
- union(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that either (or all) of the given ClassFilters matches.
- union(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that either (or both) of the given ClassFilters matches.
- union(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply a union with the given MethodMatcher.
- union(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
-
Match all methods that either (or both) of the given MethodMatchers matches.
- union(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply a union with the given Pointcut.
- union(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
-
Match all methods that either (or both) of the given pointcuts matches.
- unique(Function<? super MergedAnnotation<A>, K>) - Static method in class org.springframework.core.annotation.MergedAnnotationPredicates
-
Create a new stateful, single use
Predicate
that matches annotations that are unique based on the extracted key. - uniqueBeanName(String, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Turn the given bean name into a unique bean name for the given bean factory, appending a unique counter as suffix if necessary.
- uniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique result object from the given Collection.
- unit() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
- unknown(RequestPredicate) - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive first notification of an unknown predicate.
- unknown(RouterFunction<?>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitor
-
Receive notification of an unknown router function.
- unknown(RequestPredicate) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive first notification of an unknown predicate.
- unknown(RouterFunction<?>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Visitor
-
Receive notification of an unknown router function.
- UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
-
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
- UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
-
Create a new UnknownAdviceTypeException for the given advice object.
- UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
-
Create a new UnknownAdviceTypeException with the given message.
- UnknownContentTypeException - Exception in org.springframework.web.client
-
Raised when no suitable
HttpMessageConverter
could be found to extract the response. - UnknownContentTypeException(Type, MediaType, int, String, HttpHeaders, byte[]) - Constructor for exception org.springframework.web.client.UnknownContentTypeException
-
Construct a new instance of with the given response data.
- UnknownContentTypeException(Type, MediaType, HttpStatusCode, String, HttpHeaders, byte[]) - Constructor for exception org.springframework.web.client.UnknownContentTypeException
-
Construct a new instance of with the given response data.
- UnknownHttpStatusCodeException - Exception in org.springframework.web.client
-
Exception thrown when an unknown (or custom) HTTP status code is received.
- UnknownHttpStatusCodeException - Exception in org.springframework.web.reactive.function.client
-
Exception thrown when an unknown (or custom) HTTP status code is received.
- UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on a status code, status text, and response body content. - UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
-
Create a new instance of the
UnknownHttpStatusCodeException
with the given parameters. - UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
-
Create a new instance of the
UnknownHttpStatusCodeException
with the given parameters. - UnknownHttpStatusCodeException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
-
Construct a new instance of
HttpStatusCodeException
based on a status code, status text, and response body content. - UnknownHttpStatusCodeException(HttpStatusCode, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
-
Create a new instance of the
UnknownHttpStatusCodeException
with the given parameters. - unless() - Element in annotation interface org.springframework.cache.annotation.Cacheable
-
Spring Expression Language (SpEL) expression used to veto method caching.
- unless() - Element in annotation interface org.springframework.cache.annotation.CachePut
-
Spring Expression Language (SpEL) expression used to veto the cache put operation.
- UNLIMITED_ATTEMPTS - Static variable in class org.springframework.util.backoff.FixedBackOff
-
Constant value indicating an unlimited number of attempts.
- unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.springframework.oxm.xstream.CatchAllConverter
- unmarshal(Source) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- unmarshal(Source) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Unmarshals the given provided
javax.xml.transform.Source
into an object graph. - unmarshal(Source) - Method in interface org.springframework.oxm.Unmarshaller
-
Unmarshal the given
Source
into an object graph. - unmarshal(Source, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- unmarshal(Source, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeUnmarshaller
-
Unmarshals the given provided
Source
into an object graph, reading binary attachments from aMimeContainer
. - unmarshalDomNode(Node) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling from a given DOM
Node
. - unmarshalDomNode(Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalDomSource(DOMSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling
DOMSource
s. - unmarshalFromBytesMessage(BytesMessage, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Unmarshal the given
BytesMessage
into an object. - unmarshalFromMessage(Message, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Template method that allows for custom message unmarshalling.
- unmarshalFromTextMessage(TextMessage, Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Unmarshal the given
TextMessage
into an object. - unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling from a given
InputStream
. - unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalInputStream(InputStream, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Unmarshaller - Interface in org.springframework.oxm
-
Defines the contract for Object XML Mapping unmarshallers.
- UnmarshallingFailureException - Exception in org.springframework.oxm
-
Exception thrown on unmarshalling failure.
- UnmarshallingFailureException(String) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
-
Construct a
MarshallingFailureException
with the specified detail message. - UnmarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
-
Construct a
MarshallingFailureException
with the specified detail message and nested exception. - unmarshalReader(Reader) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling from a given
Reader
. - unmarshalReader(Reader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalReader(Reader, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling using a given SAX
XMLReader
andInputSource
. - unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalSaxSource(SAXSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling
SAXSource
s. - unmarshalStaxSource(Unmarshaller, Source) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- unmarshalStaxSource(Source) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling
StaxSource
s. - unmarshalStreamSource(StreamSource) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling
StreamSource
s. - unmarshalStreamSource(StreamSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling from a given Stax
XMLEventReader
. - unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for unmarshalling from a given Stax
XMLStreamReader
. - unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Static method in class org.springframework.util.CollectionUtils
-
Return an unmodifiable view of the specified multi-value map.
- UnorderedRequestExpectationManager - Class in org.springframework.test.web.client
-
RequestExpectationManager
that matches requests to expectations regardless of the order of declaration of expected requests. - UnorderedRequestExpectationManager() - Constructor for class org.springframework.test.web.client.UnorderedRequestExpectationManager
- UNPROCESSABLE_ENTITY - Enum constant in enum class org.springframework.http.HttpStatus
-
422 Unprocessable Entity
. - unprocessableEntity() - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with an UNPROCESSABLE_ENTITY status.
- unprocessableEntity() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with an 422 Unprocessable Entity status.
- unprocessableEntity() - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with a 422 Unprocessable Entity status.
- unqualify(String) - Static method in class org.springframework.util.StringUtils
-
Unqualify a string qualified by a '.' dot character.
- unqualify(String, char) - Static method in class org.springframework.util.StringUtils
-
Unqualify a string qualified by a separator character.
- unquote(String) - Method in class org.springframework.util.MimeType
- unregisterAllSubscriptions(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
- unregisterAllSubscriptions(String) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
-
Remove all subscriptions associated with the given sessionId.
- unregisterBeans() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Unregisters all beans that have been registered by an instance of this class.
- unregisterDatabase(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Clear the cache for the specified
DataSource
, if registered. - unregisterManagedResource(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
- unregisterManagedResource(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
-
Remove the specified MBean from the underlying MBeanServer registry.
- unregisterMapping(T) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Un-register the given mapping.
- unregisterMapping(T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Un-register the given mapping.
- unregisterNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
-
Unregister the
RequestDispatcher
with the given name. - unregisterSubscription(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
- unregisterSubscription(Message<?>) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
-
Unregister a subscription.
- UNRESOLVABLE - Static variable in class org.springframework.web.multipart.support.MultipartResolutionDelegate
-
Indicates an unresolvable value.
- UNRESOLVED - Static variable in interface org.springframework.web.bind.support.WebArgumentResolver
-
Marker to be returned when the resolver does not know how to handle the given method parameter.
- UNRESOLVED - Static variable in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
-
Marker to be returned when the resolver does not know how to handle the given method parameter.
- UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
-
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
- UnsatisfiedDependencyException(String, String, String, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
Create a new UnsatisfiedDependencyException.
- UnsatisfiedDependencyException(String, String, String, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
Create a new UnsatisfiedDependencyException.
- UnsatisfiedDependencyException(String, String, InjectionPoint, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
Create a new UnsatisfiedDependencyException.
- UnsatisfiedDependencyException(String, String, InjectionPoint, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
-
Create a new UnsatisfiedDependencyException.
- unsatisfiedNonSimpleProperties(AbstractBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Return an array of non-simple bean properties that are unsatisfied.
- UnsatisfiedRequestParameterException - Exception in org.springframework.web.server
-
ServerWebInputException
subclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMapping
annotation at the@Controller
type level. - UnsatisfiedRequestParameterException(List<String>, MultiValueMap<String, String>) - Constructor for exception org.springframework.web.server.UnsatisfiedRequestParameterException
- UnsatisfiedServletRequestParameterException - Exception in org.springframework.web.bind
-
ServletRequestBindingException
subclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMapping
annotation at the@Controller
type level. - UnsatisfiedServletRequestParameterException(String[], Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Create a new UnsatisfiedServletRequestParameterException.
- UnsatisfiedServletRequestParameterException(List<String[]>, Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
-
Create a new UnsatisfiedServletRequestParameterException.
- unsubscribe() - Method in interface org.springframework.messaging.simp.stomp.StompSession.Subscription
-
Remove the subscription by sending an UNSUBSCRIBE frame.
- unsubscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
-
Un-register a message handler.
- unsubscribe(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
- unsubscribe(StompHeaders) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Subscription
-
Alternative to
StompSession.Subscription.unsubscribe()
with additional custom headers to send to the server. - UNSUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
- UNSUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.springframework.http.HttpStatus
-
415 Unsupported Media Type
. - UnsupportedMediaTypeException - Exception in org.springframework.web.reactive.function
-
Exception thrown to indicate that a
Content-Type
is not supported. - UnsupportedMediaTypeException(String) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
-
Constructor for when the specified Content-Type is invalid.
- UnsupportedMediaTypeException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
-
Constructor for when the Content-Type can be parsed but is not supported.
- UnsupportedMediaTypeException(MediaType, List<MediaType>, ResolvableType) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
-
Constructor for when trying to encode from or decode to a specific Java type.
- UnsupportedMediaTypeStatusException - Exception in org.springframework.web.server
-
Exception for errors that fit response status 415 (unsupported media type).
- UnsupportedMediaTypeStatusException(String) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor for when the specified Content-Type is invalid.
- UnsupportedMediaTypeStatusException(String, List<MediaType>) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor for when the specified Content-Type is invalid.
- UnsupportedMediaTypeStatusException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor for when the Content-Type can be parsed but is not supported.
- UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, ResolvableType) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor for when trying to encode from or decode to a specific Java type.
- UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, ResolvableType, HttpMethod) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor for when trying to encode from or decode to a specific Java type.
- UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, HttpMethod) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
-
Constructor that provides the HTTP method.
- unwrap() - Method in class org.springframework.r2dbc.connection.DelegatingConnectionFactory
- unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
- unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- unwrap(Class<T>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- unwrap(Class<T>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- unwrap(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- unwrap(Class<T>) - Method in class org.springframework.validation.ObjectError
-
Unwrap the source behind this error: possibly an
Exception
(typicallyPropertyAccessException
) or a Bean ValidationConstraintViolation
. - unwrap(WebSocketHandler) - Static method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
- unwrap(WebSocketSession) - Static method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- unwrapCachedValue(Object) - Method in class org.springframework.cglib.proxy.Enhancer
- unwrapCachedValue(T) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- unwrapOptional(Object) - Static method in class org.springframework.util.ObjectUtils
-
Unwrap the given object which is potentially a
Optional
. - unwrapResourceIfNecessary(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Unwrap the given resource handle if necessary; otherwise return the given handle as-is.
- upcast(Class<?>) - Method in class org.springframework.core.convert.TypeDescriptor
-
Cast this
TypeDescriptor
to a superclass or implemented interface preserving annotations and nested type context. - UpdatableSqlQuery<T> - Class in org.springframework.jdbc.object
-
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
- UpdatableSqlQuery() - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
-
Constructor to allow use as a JavaBean.
- UpdatableSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
-
Convenient constructor with DataSource and SQL string.
- UpdatableSqlQuery.RowMapperImpl - Class in org.springframework.jdbc.object
-
Implementation of RowMapper that calls the enclosing class's
updateRow()
method for each row. - update() - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenience method to execute an update with no parameters.
- update(int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given one int arg.
- update(int, int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given two int args.
- update(long) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given one long arg.
- update(long, long) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given two long args.
- update(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Update the given persistent instance, associating it with the current Hibernate
Session
. - update(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- update(Object...) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Overridden version of
update
that adds the given statement parameters to the queue rather than executing them immediately. - update(Object...) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Generic method to execute the update given parameters.
- update(Object[], KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
- update(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Update the given persistent instance, associating it with the current Hibernate
Session
. - update(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- update(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue a single SQL update operation (such as an insert, update or delete statement).
- update(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(String) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given one String arg.
- update(String, boolean, String) - Method in class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver.NamedValueInfo
- update(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Update the given persistent instance, associating it with the current Hibernate
Session
. - update(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- update(String, Object...) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
- update(String, Object...) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
- update(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Update the given persistent instance, associating it with the current Hibernate
Session
. - update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- update(String, String) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Convenient method to execute an update given two String args.
- update(String, Map<String, ?>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Issue an update via a prepared statement, binding the given arguments.
- update(String, Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- update(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Issue an update via a prepared statement, binding the given arguments.
- update(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- update(String, SqlParameterSource, KeyHolder) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
- update(String, SqlParameterSource, KeyHolder) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- update(String, SqlParameterSource, KeyHolder, String[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
- update(String, SqlParameterSource, KeyHolder, String[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- update(String, PreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue an update statement using a PreparedStatementSetter to set bind parameters, with given SQL.
- update(String, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(Instant, Instant, Instant) - Method in class org.springframework.scheduling.support.SimpleTriggerContext
-
Update this holder's state with the latest time values.
- update(Date, Date, Date) - Method in class org.springframework.scheduling.support.SimpleTriggerContext
-
Deprecated.as of 6.0, in favor of
SimpleTriggerContext.update(Instant, Instant, Instant)
- update(PreparedStatementCreator) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue a single SQL update operation (such as an insert, update or delete statement) using a PreparedStatementCreator to provide SQL and any required parameters.
- update(PreparedStatementCreator) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(PreparedStatementCreator, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(PreparedStatementCreator, KeyHolder) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
- update(PreparedStatementCreator, KeyHolder) - Method in class org.springframework.jdbc.core.JdbcTemplate
- update(RequestExpectation) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
Invoke this for an expectation that has been matched.
- updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
- updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Update all accessed session attributes through
session.setAttribute
calls, explicitly indicating to the container that they might have been modified. - updateAndGetBody(MessageSource, Locale) - Method in interface org.springframework.web.ErrorResponse
-
Resolve the
detailMessageCode
and thetitleMessageCode
through the givenMessageSource
, and if found, update the "detail" and "title" fields respectively. - updateByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Generic method to execute the update given named parameters.
- updateByNamedParam(Map<String, ?>, KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
- updateContentLength - Variable in class org.springframework.web.servlet.view.json.AbstractJackson2View
- UpdatedRowsFetchSpec - Interface in org.springframework.r2dbc.core
-
Contract for fetching the number of affected rows.
- updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Update the FlashMap instances in the underlying storage.
- updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Saves the given FlashMap instances in the HTTP session.
- updateLastAccessTime(WebSession) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
- updateLastAccessTime(WebSession) - Method in interface org.springframework.web.server.session.WebSessionStore
-
Update the last accessed timestamp to "now".
- updateLastActiveTime() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
Should be invoked whenever the session becomes inactive.
- updateModel(NativeWebRequest, ModelAndViewContainer) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Promote model attributes listed as
@SessionAttributes
to the session. - updateRow(ResultSet, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
-
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
- updateState(Object, Method, Throwable) - Method in class org.springframework.test.context.support.DefaultTestContext
- updateState(Object, Method, Throwable) - Method in interface org.springframework.test.context.TestContext
-
Update this test context to reflect the state of the currently executing test.
- updateStompCommandAsClientMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- updateStompCommandAsServerMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- updateTargetUrl(String, Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
-
Find the registered
RequestDataValueProcessor
, if any, and allow it to update the redirect target URL. - upgrade(Class<T>) - Method in class org.springframework.mock.web.MockHttpServletRequest
- upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.server.RequestUpgradeStrategy
-
Perform runtime specific steps to complete the upgrade.
- upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in interface org.springframework.web.reactive.socket.server.RequestUpgradeStrategy
-
Upgrade to a WebSocket session and handle it with the given handler.
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in class org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in class org.springframework.web.reactive.socket.server.upgrade.ReactorNetty2RequestUpgradeStrategy
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in class org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
- upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - Method in class org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy
- UPGRADE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Upgrade
header field name. - UPGRADE_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
-
426 Upgrade Required
. - upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
- upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.reactive.socket.server.upgrade.TomcatRequestUpgradeStrategy
- upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy
- upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
- upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
- upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - Method in class org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
- upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
- upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
- upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - Method in class org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy
- upperFirst(String) - Static method in class org.springframework.cglib.core.TypeUtils
- uri() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- uri() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the request URI.
- uri() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- uri() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the request URI.
- uri(String, Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.UriSpec
-
Specify the URI for the request using a URI template and URI variables.
- uri(String, Object...) - Method in interface org.springframework.web.reactive.function.client.WebClient.UriSpec
-
Specify the URI for the request using a URI template and URI variables.
- uri(String, Function<UriBuilder, URI>) - Method in interface org.springframework.web.reactive.function.client.WebClient.UriSpec
-
Specify the URI starting with a URI template and finishing off with a
UriBuilder
created from the template. - uri(String, Map<String, ?>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.UriSpec
-
Specify the URI for the request using a URI template and URI variables.
- uri(String, Map<String, ?>) - Method in interface org.springframework.web.reactive.function.client.WebClient.UriSpec
-
Specify the URI for the request using a URI template and URI variables.
- uri(URI) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the URI to use with the following conditions: If
path
is also set, it overrides the path of the URI provided here. - uri(URI) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- uri(URI) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.UriSpec
-
Specify the URI using an absolute, fully constructed
URI
. - uri(URI) - Method in interface org.springframework.web.reactive.function.client.WebClient.UriSpec
-
Specify the URI using an absolute, fully constructed
URI
. - uri(URI) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
-
Set the URI of the request.
- uri(URI) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
-
Set the URI of the request.
- uri(URI) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Initialize components of this builder from components of the given URI.
- uri(Function<UriBuilder, URI>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.UriSpec
-
Build the URI for the request with a
UriBuilder
obtained through theUriBuilderFactory
configured for this client. - uri(Function<UriBuilder, URI>) - Method in interface org.springframework.web.reactive.function.client.WebClient.UriSpec
-
Specify the URI by through a
UriBuilder
. - uri(ClientRequestObservationContext) - Method in class org.springframework.http.client.observation.DefaultClientRequestObservationConvention
- uri(ServerRequestObservationContext) - Method in class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
- uri(ServerRequestObservationContext) - Method in class org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention
- uri(ClientRequestObservationContext) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention
- URI - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
URI template used for HTTP request, or "none" if none was provided.
- URI - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
URI pattern for the matching handler if available, falling back to
REDIRECTION
for 3xx responses,NOT_FOUND
for 404 responses,root
for requests with no path info, andUNKNOWN
for all other requests. - URI - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
URI pattern for the matching handler if available, falling back to
REDIRECTION
for 3xx responses,NOT_FOUND
for 404 responses,root
for requests with no path info, andUNKNOWN
for all other requests. - URI - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
URI template used for HTTP request, or "none" if none was provided.
- URI_COMPONENT - Enum constant in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
-
Expand URI variables first, and then encode the resulting URI component values, replacing only non-ASCII and illegal (within a given URI component type) characters, but not characters with reserved meaning.
- URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in class org.springframework.web.reactive.function.server.RouterFunctions
-
Name of the
ServerWebExchange
attribute that contains the URI templates map, mapping variable names to values. - URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
-
Name of the
attribute
that contains the URI templates map mapping variable names to values. - URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in class org.springframework.web.servlet.function.RouterFunctions
-
Name of the request attribute that contains the URI templates map, mapping variable names to values.
- URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
Name of the
HttpServletRequest
attribute that contains the URI templates map, mapping variable names to values. - URI_TOO_LONG - Enum constant in enum class org.springframework.http.HttpStatus
-
414 URI Too Long
. - uriBuilder() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- uriBuilder() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get a
UriBuilderComponents
from the URI associated with thisServerRequest
. - uriBuilder() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- uriBuilder() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get a
UriBuilderComponents
from the URI associated with thisServerRequest
. - UriBuilder - Interface in org.springframework.web.util
-
Builder-style methods to prepare and expand a URI template with variables.
- uriBuilderFactory(UriBuilderFactory) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Provide a pre-configured
UriBuilderFactory
instance as an alternative to and effectively overridingWebTestClient.Builder.baseUrl(String)
. - uriBuilderFactory(UriBuilderFactory) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
-
Provide a pre-configured
UriBuilderFactory
instance. - UriBuilderFactory - Interface in org.springframework.web.util
-
Factory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory. - uriComponents(UriComponents) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set or append individual URI components of this builder from the values of the given
UriComponents
instance. - UriComponents - Class in org.springframework.web.util
-
Represents an immutable collection of URI components, mapping component type to String values.
- UriComponents(String, String) - Constructor for class org.springframework.web.util.UriComponents
- UriComponents.UriTemplateVariables - Interface in org.springframework.web.util
-
Defines the contract for URI Template variables.
- UriComponentsBuilder - Class in org.springframework.web.util
-
Builder for
UriComponents
. - UriComponentsBuilder() - Constructor for class org.springframework.web.util.UriComponentsBuilder
-
Default constructor.
- UriComponentsBuilder(UriComponentsBuilder) - Constructor for class org.springframework.web.util.UriComponentsBuilder
-
Create a deep copy of the given UriComponentsBuilder.
- UriComponentsBuilderMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolvers argument values of type
UriComponentsBuilder
. - UriComponentsBuilderMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
- UriComponentsContributor - Interface in org.springframework.web.method.support
-
Strategy for contributing to the building of a
UriComponents
by looking at a method parameter and an argument value and deciding what part of the target URL should be updated. - uriDecode(String, Charset) - Static method in class org.springframework.util.StringUtils
-
Decode the given encoded URI component value.
- URIEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.net.URI
, to directly populate a URI property instead of using a String property as bridge. - URIEditor() - Constructor for class org.springframework.beans.propertyeditors.URIEditor
-
Create a new, encoding URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
- URIEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
-
Create a new URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
- URIEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
-
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
- URIEditor(ClassLoader, boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
-
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
- uriString(String) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
- uriString(String) - Method in interface org.springframework.web.util.UriBuilderFactory
-
Initialize a builder with the given URI template.
- UriTemplate - Class in org.springframework.web.util
-
Representation of a URI template that can be expanded with URI variables via
UriTemplate.expand(Map)
,UriTemplate.expand(Object[])
, or matched to a URL viaUriTemplate.match(String)
. - UriTemplate(String) - Constructor for class org.springframework.web.util.UriTemplate
-
Construct a new
UriTemplate
with the given URI String. - UriTemplateHandler - Interface in org.springframework.web.util
-
Defines methods for expanding a URI template with variables.
- UriUtils - Class in org.springframework.web.util
-
Utility methods for URI encoding and decoding based on RFC 3986.
- UriUtils() - Constructor for class org.springframework.web.util.UriUtils
- uriVariables(Map<String, Object>) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Configure URI variables to be expanded at build time.
- url() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
-
Return the request URI.
- url() - Element in annotation interface org.springframework.web.service.annotation.DeleteExchange
-
Alias for
HttpExchange.url()
. - url() - Element in annotation interface org.springframework.web.service.annotation.GetExchange
-
Alias for
HttpExchange.url()
. - url() - Element in annotation interface org.springframework.web.service.annotation.HttpExchange
-
The URL for the request, either a full URL or a path only that is relative to a URL declared in a type-level
@HttpExchange
, and/or a globally configured base URL. - url() - Element in annotation interface org.springframework.web.service.annotation.PatchExchange
-
Alias for
HttpExchange.url()
. - url() - Element in annotation interface org.springframework.web.service.annotation.PostExchange
-
Alias for
HttpExchange.url()
. - url() - Element in annotation interface org.springframework.web.service.annotation.PutExchange
-
Alias for
HttpExchange.url()
. - url(URI) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
-
Set the url of the request.
- URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for a file in the file system: "file".
- URL_PROTOCOL_JAR - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for an entry from a jar file: "jar".
- URL_PROTOCOL_VFS - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for a general JBoss VFS resource: "vfs".
- URL_PROTOCOL_VFSFILE - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for a JBoss file system resource: "vfsfile".
- URL_PROTOCOL_VFSZIP - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for an entry from a JBoss jar file: "vfszip".
- URL_PROTOCOL_WAR - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for an entry from a war file: "war".
- URL_PROTOCOL_WSJAR - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for an entry from a WebSphere jar file: "wsjar".
- URL_PROTOCOL_ZIP - Static variable in class org.springframework.util.ResourceUtils
-
URL protocol for an entry from a zip file: "zip".
- UrlArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
that resolves the URL for the request from aURI
argument. - UrlArgumentResolver() - Constructor for class org.springframework.web.service.invoker.UrlArgumentResolver
- UrlBasedCorsConfigurationSource - Class in org.springframework.web.cors.reactive
-
CorsConfigurationSource
that uses URL patterns to select theCorsConfiguration
for a request. - UrlBasedCorsConfigurationSource - Class in org.springframework.web.cors
-
CorsConfigurationSource
that uses URL path patterns to select theCorsConfiguration
for a request. - UrlBasedCorsConfigurationSource() - Constructor for class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
Construct a new
UrlBasedCorsConfigurationSource
instance with defaultPathPatternParser
. - UrlBasedCorsConfigurationSource() - Constructor for class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Default constructor with
PathPatternParser.defaultInstance
. - UrlBasedCorsConfigurationSource(PathPatternParser) - Constructor for class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
Construct a new
UrlBasedCorsConfigurationSource
instance from the suppliedPathPatternParser
. - UrlBasedCorsConfigurationSource(PathPatternParser) - Constructor for class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Constructor with a
PathPatternParser
to parse patterns with. - UrlBasedViewResolver - Class in org.springframework.web.reactive.result.view
-
A
ViewResolver
that allows direct resolution of symbolic view names to URLs without explicit mapping definitions. - UrlBasedViewResolver - Class in org.springframework.web.servlet.view
-
Simple implementation of the
ViewResolver
interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions. - UrlBasedViewResolver() - Constructor for class org.springframework.web.reactive.result.view.UrlBasedViewResolver
- UrlBasedViewResolver() - Constructor for class org.springframework.web.servlet.view.UrlBasedViewResolver
- UrlBasedViewResolverRegistration - Class in org.springframework.web.reactive.config
-
Assist with configuring properties of a
UrlBasedViewResolver
. - UrlBasedViewResolverRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assist with configuring a
UrlBasedViewResolver
. - UrlBasedViewResolverRegistration(UrlBasedViewResolver) - Constructor for class org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
- UrlBasedViewResolverRegistration(UrlBasedViewResolver) - Constructor for class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
- URLEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.net.URL
, to directly populate a URL property instead of using a String property as bridge. - URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
-
Create a new URLEditor, using a default ResourceEditor underneath.
- URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
-
Create a new URLEditor, using the given ResourceEditor underneath.
- urlEncode(String, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
URL-encode the given input String with the given encoding scheme.
- UrlFilenameViewController - Class in org.springframework.web.servlet.mvc
-
Simple
Controller
implementation that transforms the virtual path of a URL into a view name and returns that view. - UrlFilenameViewController() - Constructor for class org.springframework.web.servlet.mvc.UrlFilenameViewController
- UrlPathHelper - Class in org.springframework.web.util
-
Helper class for URL path matching.
- UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
- UrlRegexRequestMatcher - Class in org.springframework.test.web.servlet.htmlunit
-
A
WebRequestMatcher
that allows matching onWebRequest#getUrl().toExternalForm()
using a regular expression. - UrlRegexRequestMatcher(String) - Constructor for class org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
- UrlRegexRequestMatcher(Pattern) - Constructor for class org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
- UrlResource - Class in org.springframework.core.io
-
Resource
implementation forjava.net.URL
locators. - UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
based on a URL path. - UrlResource(String, String) - Constructor for class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
based on a URI specification. - UrlResource(String, String, String) - Constructor for class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
based on a URI specification. - UrlResource(URI) - Constructor for class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
based on the given URI object. - UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
based on the given URL object. - UrlTag - Class in org.springframework.web.servlet.tags
-
The
<url>
tag creates URLs. - UrlTag() - Constructor for class org.springframework.web.servlet.tags.UrlTag
- USE_PROXY - Enum constant in enum class org.springframework.http.HttpStatus
-
Deprecated.due to security concerns regarding in-band configuration of a proxy
- useCachesIfNecessary(URLConnection) - Static method in class org.springframework.util.ResourceUtils
-
Set the
"useCaches"
flag on the given connection, preferringfalse
but leaving the flag attrue
for JNLP based resources. - useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
Extract the configuration from the nominated
CachingConfigurer
. - useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier) - Method in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
- useConfigValueEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Activate config value editors which are only intended for configuration purposes, such as
StringArrayPropertyEditor
. - useDefaultFilters() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Indicates whether automatic detection of classes annotated with
@Component
@Repository
,@Service
, or@Controller
should be enabled. - useGeneratedArtifacts() - Static method in class org.springframework.aot.AotDetector
-
Determine whether AOT optimizations must be considered at runtime.
- useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
Determine whether to use RequestDispatcher's
include
orforward
method. - useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Determine whether to use RequestDispatcher's
include
orforward
method. - useInParameterNames(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- useInParameterNames(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Not used yet.
- useJaf(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Deprecated.as of 5.0, in favor of
ContentNegotiationConfigurer.useRegisteredExtensionsOnly(boolean)
which has reverse behavior - useMockMvc(WebRequestMatcher...) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Add additional
WebRequestMatcher
instances that will ensure thatMockMvc
is used to process the request, if such a matcher matches against the web request. - useMockMvcForHosts(String...) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Add additional
WebRequestMatcher
instances that returntrue
if a supplied host matches — for example,"example.com"
or"example.com:8080"
. - USER_AGENT - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
User-Agent
header field name. - USER_DECLARED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
-
Pre-built
ReflectionUtils.MethodFilter
that matches all non-bridge non-synthetic methods which are not declared onjava.lang.Object
. - USER_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- UserCredentialsConnectionFactoryAdapter - Class in org.springframework.jms.connection
-
An adapter for a target JMS
ConnectionFactory
, applying the given user credentials to every standardcreateConnection()
call, that is, implicitly invokingcreateConnection(username, password)
on the target. - UserCredentialsConnectionFactoryAdapter() - Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- UserCredentialsDataSourceAdapter - Class in org.springframework.jdbc.datasource
-
An adapter for a target JDBC
DataSource
, applying the specified user credentials to every standardgetConnection()
call, implicitly invokinggetConnection(username, password)
on the target. - UserCredentialsDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- userDestinationMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, AbstractSubscribableChannel, UserDestinationResolver) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- UserDestinationMessageHandler - Class in org.springframework.messaging.simp.user
-
MessageHandler
with support for "user" destinations. - UserDestinationMessageHandler(SubscribableChannel, SubscribableChannel, UserDestinationResolver) - Constructor for class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Create an instance with the given client and broker channels subscribing to handle messages from each and then sending any resolved messages to the broker channel.
- userDestinationResolver(SimpUserRegistry, AbstractSubscribableChannel, AbstractSubscribableChannel) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- UserDestinationResolver - Interface in org.springframework.messaging.simp.user
-
A strategy for resolving a "user" destination by translating it to one or more actual destinations one per active user session.
- UserDestinationResult - Class in org.springframework.messaging.simp.user
-
Contains the result from parsing a "user" destination from a source message and translating it to target destinations (one per active user session).
- UserDestinationResult(String, Set<String>, String, String) - Constructor for class org.springframework.messaging.simp.user.UserDestinationResult
- useRegisteredExtensionsOnly(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
When
favorPathExtension
is set, this property determines whether to use only registeredMediaType
mappings to resolve a path extension to a specific MediaType. - useRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Deprecated.as of 5.2.4. See deprecation notice on
RequestMappingHandlerMapping.setUseRegisteredSuffixPatternMatch(boolean)
. - useRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. - userInfo(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI user info which may contain URI template variables, and may also be
null
to clear the user info of this builder. - userInfo(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- userRegistry(AbstractSubscribableChannel, AbstractSubscribableChannel) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- userRegistryMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, SimpUserRegistry, SimpMessagingTemplate, TaskScheduler) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- UserRegistryMessageHandler - Class in org.springframework.messaging.simp.user
-
MessageHandler
that handles user registry broadcasts from other application servers and periodically broadcasts the content of the local user registry. - UserRegistryMessageHandler(MultiServerUserRegistry, SimpMessagingTemplate, String, TaskScheduler) - Constructor for class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Constructor.
- UserRoleAuthorizationInterceptor - Class in org.springframework.web.servlet.handler
-
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
- UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
- UserTransactionAdapter - Class in org.springframework.transaction.jta
-
Adapter for a JTA UserTransaction handle, taking a JTA
TransactionManager
reference and creating a JTAUserTransaction
handle for it. - UserTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.UserTransactionAdapter
-
Create a new UserTransactionAdapter for the given TransactionManager.
- useSavepointForNestedTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
- useSavepointForNestedTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to use a savepoint for a nested transaction.
- usesPathPatterns() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- usesPathPatterns() - Method in interface org.springframework.web.servlet.HandlerMapping
-
Whether this
HandlerMapping
instance has been enabled to use parsedPathPattern
s in which case theDispatcherServlet
automaticallyparses
theRequestPath
to make it available foraccess
inHandlerMapping
s,HandlerInterceptor
s, and other components. - useSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Deprecated.as of 5.2.4. See deprecation notice on
RequestMappingHandlerMapping.setUseSuffixPatternMatch(boolean)
. - useSuffixPatternMatch() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 5.2.4. See deprecation note on
RequestMappingHandlerMapping.setUseSuffixPatternMatch(boolean)
. - useTrailingSlashMatch() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- useTrailingSlashMatch() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- useTrailingSlashMatch() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 6.0 together with
RequestMappingInfo.BuilderConfiguration.setTrailingSlashMatch(boolean)
- useTrailingSlashPatternMatch(boolean) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- USHR - Static variable in class org.springframework.cglib.core.CodeEmitter
- using(Method, ThrowingSupplier<T>) - Static method in interface org.springframework.beans.factory.support.InstanceSupplier
-
Factory method to create an
InstanceSupplier
from aThrowingSupplier
. - using(ThrowingSupplier<T>) - Static method in interface org.springframework.beans.factory.support.InstanceSupplier
-
Factory method to create an
InstanceSupplier
from aThrowingSupplier
. - usingColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- usingColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the column names that the insert statement should be limited to use.
- usingContext() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- usingGeneratedKeyColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- usingGeneratedKeyColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the names of any columns that have auto generated keys.
- UtilNamespaceHandler - Class in org.springframework.beans.factory.xml
-
NamespaceHandler
for theutil
namespace. - UtilNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler
- UUIDEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.util.UUID
, translating UUID String representations into UUID objects and back. - UUIDEditor() - Constructor for class org.springframework.beans.propertyeditors.UUIDEditor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form