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

V

validate(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
validate(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Is the given class a valid AspectJ aspect class?
validate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Validate this bean definition.
validate() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
validate(XmlObject) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Validate the given XmlObject.
validate(Object, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(T, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate() - Method in class org.springframework.validation.DataBinder
Invoke the specified Validator, if any.
validate(Object, Errors) - Method in interface org.springframework.validation.Validator
Validate the supplied target object, which must be of a Class for which the Validator.supports(Class) method typically has (or would) return true.
validate(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Validate this predicate's mapping against the current request.
validateAddress(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate the given mail address.
validateAddresses(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Validate all given mail addresses.
validateConfiguration() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Validate the configuration of this container.
validateConfiguration() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
validateConfiguration() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
validateConfiguration() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
validateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
validateDestination(Destination, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Validate the given Destination object, checking whether it matches the expected type.
validateHandler(Object, PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Validate the given annotated handler against the current request.
validateHandler(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Validate the given handler against the current request.
validateHandler(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Validate the given annotated handler against the current request.
validateInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
Can the advised interfaces be implemented by the introduction advice? Invoked before adding an IntroductionAdvisor.
validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
validateMapping(RequestMapping, PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Validate the given type-level mapping metadata against the current request, checking HTTP request method and parameter conditions.
validateMapping(RequestMapping, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Validate the given type-level mapping metadata against the current request, checking HTTP request method and parameter conditions.
validateNamedParameters(Map<String, ?>) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the named parameters passed to an execute method based on declared parameters.
validateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
validatePage(Object, Errors, int, boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int, boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Template method for custom validation logic for individual pages.
validatePage(Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Template method for custom validation logic for individual pages.
validateParameters(Object[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
Validate the parameters passed to an execute method based on declared parameters.
validateProperty(T, String, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validateResponse(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Validate the given response as contained in the PostMethod object, throwing an exception if it does not correspond to a successful HTTP response.
validateResponse(HttpInvokerClientConfiguration, HttpURLConnection) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Validate the given response as contained in the HttpURLConnection object, throwing an exception if it does not correspond to a successful HTTP response.
validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
VALIDATION_AUTO - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that the validation mode should be detected automatically.
VALIDATION_AUTO - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation mode should be auto-guessed, since we cannot find a clear indication (probably choked on some special characters, or the like).
VALIDATION_DTD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that DTD validation should be used.
VALIDATION_DTD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that DTD validation should be used (we found a "DOCTYPE" declaration).
VALIDATION_NONE - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that the validation should be disabled.
VALIDATION_NONE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation should be disabled.
VALIDATION_XSD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Indicates that XSD validation should be used.
VALIDATION_XSD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
Indicates that XSD validation should be used (found no "DOCTYPE" declaration).
ValidationFailureException - Exception in org.springframework.oxm
Exception thrown on marshalling validation failure.
ValidationFailureException(String) - Constructor for exception org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message.
ValidationFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message and nested exception.
ValidationUtils - Class in org.springframework.validation
Utility class offering convenient methods for invoking a Validator and for rejecting empty fields.
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
 
Validator - Interface in org.springframework.validation
A validator for application-specific objects.
value() - Method in enum org.springframework.beans.factory.annotation.Autowire
 
Value - Annotation Type in org.springframework.beans.factory.annotation
Annotation at the field or method/constructor parameter level that indicates a default value expression for the affected argument.
value() - Method in enum org.springframework.http.HttpStatus.Series
Return the integer value of this status series.
value() - Method in enum org.springframework.http.HttpStatus
Return the integer value of this status code.
value() - Method in enum org.springframework.transaction.annotation.Isolation
 
value() - Method in enum org.springframework.transaction.annotation.Propagation
 
VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_KEY - Static variable in class org.springframework.beans.factory.support.AutowireCandidateQualifier
 
VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_SEPARATOR - Static variable in class org.springframework.util.SystemPropertyUtils
Value separator for system property placeholders: ":"
VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the value for this tag.
VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
valueBound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
ValueConstants - Interface in org.springframework.web.bind.annotation
Common value constants shared between bind annotations.
valueOf(String) - Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.beans.factory.annotation.Autowire
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns the enum constant of this type with the specified name.
valueOf(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor for the given class.
valueOf(String) - Static method in enum org.springframework.expression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.ast.TypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.SpelMessage.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.SpelMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpStatus.Series
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.springframework.http.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(String) - Static method in class org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - Static method in enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jms.support.converter.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.jmx.support.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
 
valueOf(String) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
 
valueOf(String) - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.test.annotation.DirtiesContext.ClassMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Isolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.transaction.annotation.Propagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.beans.factory.annotation.Autowire
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.context.annotation.ScopedProxyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.ast.TypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.SpelMessage.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.SpelMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.DateTimeFormat.ISO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.format.annotation.NumberFormat.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.http.HttpHeaders
 
values() - Static method in enum org.springframework.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus.Series
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jms.support.converter.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.jmx.support.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.test.annotation.DirtiesContext.ClassMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.transaction.annotation.Isolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.transaction.annotation.Propagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.util.CachingMapDecorator
 
values() - Method in class org.springframework.util.LinkedMultiValueMap
 
values() - Static method in enum org.springframework.web.bind.annotation.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
ValueStyler - Interface in org.springframework.core.style
Strategy that encapsulates value String styling algorithms according to Spring conventions.
valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
VariableReference - Class in org.springframework.expression.spel.ast
Represents a variable reference, eg.
VariableReference(String, int) - Constructor for class org.springframework.expression.spel.ast.VariableReference
 
VelocityConfig - Interface in org.springframework.web.servlet.view.velocity
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
VelocityConfigurer - Class in org.springframework.web.servlet.view.velocity
JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityConfigurer() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
VelocityEngineFactory - Class in org.springframework.ui.velocity
Factory that configures a VelocityEngine.
VelocityEngineFactory() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactory
 
VelocityEngineFactoryBean - Class in org.springframework.ui.velocity
Factory bean that configures a VelocityEngine and provides it as bean reference.
VelocityEngineFactoryBean() - Constructor for class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
VelocityEngineUtils - Class in org.springframework.ui.velocity
Utility class for working with a VelocityEngine.
VelocityEngineUtils() - Constructor for class org.springframework.ui.velocity.VelocityEngineUtils
 
VelocityLayoutView - Class in org.springframework.web.servlet.view.velocity
VelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates.
VelocityLayoutView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
VelocityLayoutViewResolver - Class in org.springframework.web.servlet.view.velocity
Convenience subclass of VelocityViewResolver, adding support for VelocityLayoutView and its properties.
VelocityLayoutViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
VelocityToolboxView - Class in org.springframework.web.servlet.view.velocity
VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods.
VelocityToolboxView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityToolboxView
 
VelocityView - Class in org.springframework.web.servlet.view.velocity
View using the Velocity template engine.
VelocityView() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityView
 
VelocityViewResolver - Class in org.springframework.web.servlet.view.velocity
Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
VelocityViewResolver() - Constructor for class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
VfsResource - Class in org.springframework.core.io
VFS based Resource implementation.
VfsResource(Object) - Constructor for class org.springframework.core.io.VfsResource
 
VfsUtils - Class in org.springframework.core.io
Utility for detecting the JBoss VFS version available in the classpath.
VfsUtils() - Constructor for class org.springframework.core.io.VfsUtils
 
View - Interface in org.springframework.web.servlet
MVC View for a web interaction.
VIEW_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
Name of request attribute that holds the View object
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
ViewRendererServlet - Class in org.springframework.web.servlet
ViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support.
ViewRendererServlet() - Constructor for class org.springframework.web.servlet.ViewRendererServlet
 
ViewResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects that can resolve views by name.
VIRTUAL_FILE_METHOD_VISIT - Static variable in class org.springframework.core.io.VfsUtils
 
VIRTUAL_FILE_VISITOR_INTERFACE - Static variable in class org.springframework.core.io.VfsUtils
 
visitArray(Object[]) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitBeanClassName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Traverse the given BeanDefinition object and the MutablePropertyValues and ConstructorArgumentValues contained in them.
visitFactoryBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitFactoryMethodName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitGenericArgumentValues(List<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitIndexedArgumentValues(Map<Integer, ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitList(List) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitMap(Map<?, ?>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitParentName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitScope(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 
visitSet(Set) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
 

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