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

A

AbstractComponentRegistry - Class in br.com.caelum.vraptor.ioc
An abstract component registry that provides expected behavior for deepRegistry method.
AbstractComponentRegistry() - Constructor for class br.com.caelum.vraptor.ioc.AbstractComponentRegistry
 
AbstractResult - Class in br.com.caelum.vraptor.core
An abstract result that implements all shortcut methods in the recommended way
AbstractResult() - Constructor for class br.com.caelum.vraptor.core.AbstractResult
 
AbstractScope - Class in br.com.caelum.vraptor.ioc.guice
 
AbstractScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.AbstractScope
 
AbstractValidator - Class in br.com.caelum.vraptor.validator
Implements the Validator shortcut methods.
AbstractValidator() - Constructor for class br.com.caelum.vraptor.validator.AbstractValidator
 
ACCEPT_MULTIPART - Static variable in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
 
accepted() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
accepted() - Method in interface br.com.caelum.vraptor.view.Status
Return Accepted (202) Status
AcceptHeaderToFormat - Interface in br.com.caelum.vraptor.view
Translate the Accept header to a _format String
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
 
accepts(ResourceMethod) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
Will intercept the request if apache file upload says that this request is multipart
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.NullMultipartInterceptor
Never accepts.
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
Only accept requests that contains multipart headers.
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.OutjectResult
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
 
accepts(String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
accepts(String) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
 
accepts(String) - Method in interface br.com.caelum.vraptor.serialization.Serialization
 
accepts(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
accepts(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
accepts(ResourceMethod) - Static method in class br.com.caelum.vraptor.util.collections.Filters
 
accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
 
actualType() - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
add(Class<? extends Interceptor>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
add(Class<? extends Interceptor>) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
Adds this interceptor at the end of the stack.
add(Collection<?>) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
 
add(Object, Method, Object) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
 
add(Route) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
You can override this method to get notified by all added routes.
add(Route) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
add(Route) - Method in interface br.com.caelum.vraptor.http.route.Router
Add a new Route to this Router
add(Relation) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
add(Relation) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
 
add(Relation) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
adds a relation
add(Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
add(Message) - Method in interface br.com.caelum.vraptor.Validator
 
add(Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
addAll(Collection<? extends Route>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
addAll(Collection<? extends Message>) - Method in interface br.com.caelum.vraptor.Validator
 
addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
addAsNext(Class<? extends Interceptor>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
addAsNext(Class<? extends Interceptor>) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
Deprecated.
addCookie(Cookie) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
addDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
addDateHeader(String, long) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
addDateHeader(String, long) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
addEdge(E, E) - Method in class br.com.caelum.vraptor.interceptor.Graph
 
addEdges(E, E...) - Method in class br.com.caelum.vraptor.interceptor.Graph
 
addHeader(String, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
addHeader(String, String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
addHeader(String, String) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
addIntHeader(String, int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
addIntHeader(String, int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
addIntHeader(String, int) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
addRedirectListener(MutableResponse.RedirectListener) - Method in interface br.com.caelum.vraptor.http.MutableResponse
 
addRedirectListener(MutableResponse.RedirectListener) - Method in class br.com.caelum.vraptor.http.VRaptorResponse
 
all() - Method in class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
 
all() - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
 
all() - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
 
allow(HttpMethod) - Static method in class br.com.caelum.vraptor.util.collections.Filters
 
allowedMethods() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
allowedMethods() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
allowedMethods() - Method in interface br.com.caelum.vraptor.http.route.Route
 
allowedMethodsFor(String) - Method in class br.com.caelum.vraptor.core.DefaultRoutes
 
allowedMethodsFor(String) - Method in interface br.com.caelum.vraptor.core.Routes
Returns an enumset of allowed methods for this specific uri.
allowedMethodsFor(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
allowedMethodsFor(String) - Method in interface br.com.caelum.vraptor.http.route.Router
 
allRoutes() - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
allRoutes() - Method in interface br.com.caelum.vraptor.http.route.Router
Returns a list with all routes
and(List<Message>) - Method in class br.com.caelum.vraptor.validator.Validations
Adds a list of errors to the error list.
and(Message) - Method in class br.com.caelum.vraptor.validator.Validations
Adds a single error message to the error list.
append(char) - Method in class org.hamcrest.ResourceBundleDescription
 
append(String) - Method in class org.hamcrest.ResourceBundleDescription
Append the String str to the description.
appendText(String) - Method in class org.hamcrest.ResourceBundleDescription
 
ApplicationConfiguration - Class in br.com.caelum.vraptor.config
Basic implementation of an application configuration.
ApplicationConfiguration(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.config.ApplicationConfiguration
 
ApplicationCustomScope - Class in br.com.caelum.vraptor.ioc.guice
Application Scope for guice.
ApplicationCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
 
ApplicationScoped - Annotation Type in br.com.caelum.vraptor.ioc
 
apply(String[]) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
apply(String[]) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
Applies a list of values to
ArrayAccessor - Class in br.com.caelum.vraptor.http.ognl
Deals with acessing values within an array.
Re-instantiates and invokes setter methods on arrays as soon as they are not big enough for all required parameters.
ArrayAccessor() - Constructor for class br.com.caelum.vraptor.http.ognl.ArrayAccessor
 
as(Class<? extends Serialization>) - Method in class br.com.caelum.vraptor.serialization.I18nMessageSerialization
 
at(String) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder.WithName
uses given uri for the relation

B

badRequest(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
badRequest(List<?>) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
badRequest(String) - Method in interface br.com.caelum.vraptor.view.Status
Returns a Bad Request (400) status Notifies the client that he should not try to execute the same request again: part of its representation is somehow invalid.
badRequest(List<?>) - Method in interface br.com.caelum.vraptor.view.Status
Returns a Bad Request (400) status Notifies the client that he should not try to execute the same request again: part of its representation is somehow invalid.
BASE_PACKAGES_PARAMETER_NAME - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
context parameter that represents the base package(s) of your application
BaseComponents - Class in br.com.caelum.vraptor.core
List of base components to vraptor.
Those components should be available with any chosen ioc implementation.
BaseComponents() - Constructor for class br.com.caelum.vraptor.core.BaseComponents
 
BasicConfiguration - Class in br.com.caelum.vraptor.config
VRaptors servlet context init parameter configuration reader.
BasicConfiguration(ServletContext) - Constructor for class br.com.caelum.vraptor.config.BasicConfiguration
 
BeanValidator - Interface in br.com.caelum.vraptor.validator
Implements a bean validator, delegating all validation to Bean Validator especification.
BeanValidatorTraversableResolver - Class in br.com.caelum.vraptor.validator
A custom TraversableResolver to bootstrap Bean Validation avoiding classpath problems with Hibernate Validator 4 and JPA2.
BeanValidatorTraversableResolver() - Constructor for class br.com.caelum.vraptor.validator.BeanValidatorTraversableResolver
 
beforeRedirect() - Method in interface br.com.caelum.vraptor.http.MutableResponse.RedirectListener
 
BigDecimalConverter - Class in br.com.caelum.vraptor.converter
VRaptor's BigDecimal converter.
BigDecimalConverter() - Constructor for class br.com.caelum.vraptor.converter.BigDecimalConverter
 
BigIntegerConverter - Class in br.com.caelum.vraptor.converter
VRaptor's BigInteger converter.
BigIntegerConverter() - Constructor for class br.com.caelum.vraptor.converter.BigIntegerConverter
 
body(String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
body(InputStream) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
body(Reader) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
body(String) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
body(InputStream) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
body(Reader) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
BooleanConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Boolean converter.
BooleanConverter() - Constructor for class br.com.caelum.vraptor.converter.BooleanConverter
 
BootstrapGenerator - Interface in br.com.caelum.vraptor.scan
Generates a static WebAppBootstrap implementation with the scanned classes.
br.com.caelum.vraptor - package br.com.caelum.vraptor
 
br.com.caelum.vraptor.config - package br.com.caelum.vraptor.config
 
br.com.caelum.vraptor.converter - package br.com.caelum.vraptor.converter
 
br.com.caelum.vraptor.converter.jodatime - package br.com.caelum.vraptor.converter.jodatime
 
br.com.caelum.vraptor.converter.l10n - package br.com.caelum.vraptor.converter.l10n
 
br.com.caelum.vraptor.core - package br.com.caelum.vraptor.core
 
br.com.caelum.vraptor.deserialization - package br.com.caelum.vraptor.deserialization
 
br.com.caelum.vraptor.deserialization.gson - package br.com.caelum.vraptor.deserialization.gson
 
br.com.caelum.vraptor.http - package br.com.caelum.vraptor.http
 
br.com.caelum.vraptor.http.iogi - package br.com.caelum.vraptor.http.iogi
 
br.com.caelum.vraptor.http.ognl - package br.com.caelum.vraptor.http.ognl
 
br.com.caelum.vraptor.http.route - package br.com.caelum.vraptor.http.route
 
br.com.caelum.vraptor.interceptor - package br.com.caelum.vraptor.interceptor
 
br.com.caelum.vraptor.interceptor.download - package br.com.caelum.vraptor.interceptor.download
 
br.com.caelum.vraptor.interceptor.multipart - package br.com.caelum.vraptor.interceptor.multipart
 
br.com.caelum.vraptor.ioc - package br.com.caelum.vraptor.ioc
 
br.com.caelum.vraptor.ioc.guice - package br.com.caelum.vraptor.ioc.guice
 
br.com.caelum.vraptor.ioc.pico - package br.com.caelum.vraptor.ioc.pico
 
br.com.caelum.vraptor.ioc.spring - package br.com.caelum.vraptor.ioc.spring
 
br.com.caelum.vraptor.proxy - package br.com.caelum.vraptor.proxy
 
br.com.caelum.vraptor.resource - package br.com.caelum.vraptor.resource
 
br.com.caelum.vraptor.restfulie - package br.com.caelum.vraptor.restfulie
 
br.com.caelum.vraptor.restfulie.controller - package br.com.caelum.vraptor.restfulie.controller
 
br.com.caelum.vraptor.restfulie.headers - package br.com.caelum.vraptor.restfulie.headers
 
br.com.caelum.vraptor.restfulie.hypermedia - package br.com.caelum.vraptor.restfulie.hypermedia
 
br.com.caelum.vraptor.restfulie.relation - package br.com.caelum.vraptor.restfulie.relation
 
br.com.caelum.vraptor.restfulie.resource - package br.com.caelum.vraptor.restfulie.resource
 
br.com.caelum.vraptor.restfulie.serialization - package br.com.caelum.vraptor.restfulie.serialization
 
br.com.caelum.vraptor.scan - package br.com.caelum.vraptor.scan
Classpath scanning for VRaptor projects.
br.com.caelum.vraptor.serialization - package br.com.caelum.vraptor.serialization
 
br.com.caelum.vraptor.serialization.gson - package br.com.caelum.vraptor.serialization.gson
 
br.com.caelum.vraptor.serialization.gson.adapters - package br.com.caelum.vraptor.serialization.gson.adapters
 
br.com.caelum.vraptor.serialization.xstream - package br.com.caelum.vraptor.serialization.xstream
 
br.com.caelum.vraptor.util - package br.com.caelum.vraptor.util
 
br.com.caelum.vraptor.util.collections - package br.com.caelum.vraptor.util.collections
 
br.com.caelum.vraptor.util.extjs - package br.com.caelum.vraptor.util.extjs
 
br.com.caelum.vraptor.util.test - package br.com.caelum.vraptor.util.test
 
br.com.caelum.vraptor.validator - package br.com.caelum.vraptor.validator
 
br.com.caelum.vraptor.validator.annotation - package br.com.caelum.vraptor.validator.annotation
 
br.com.caelum.vraptor.view - package br.com.caelum.vraptor.view
 
build() - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
build() - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
 
builder - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
builder - Variable in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
builder - Variable in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
builder - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
builderFor(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
builderFor(String) - Method in interface br.com.caelum.vraptor.http.route.Router
 
buildFactory() - Method in class br.com.caelum.vraptor.validator.ValidatorFactoryCreator
 
ByteArrayDownload - Class in br.com.caelum.vraptor.interceptor.download
Implements Download from a byte array.
ByteArrayDownload(byte[], String, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.ByteArrayDownload
 
ByteArrayDownload(byte[], String, String, boolean) - Constructor for class br.com.caelum.vraptor.interceptor.download.ByteArrayDownload
 
ByteConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Byte converter.
ByteConverter() - Constructor for class br.com.caelum.vraptor.converter.ByteConverter
 

C

Cacheable - Annotation Type in br.com.caelum.vraptor.ioc
On types, this annotation means that the type will be cached.
Cacheable - Interface in br.com.caelum.vraptor.restfulie.resource
An interface that defines caching characteristics for a resource.
Annotations where avoided in order to provide programmatic support to customization in a resource-by-resource instance basis, not at class level.
CalendarSerializer - Class in br.com.caelum.vraptor.serialization.gson.adapters
 
CalendarSerializer() - Constructor for class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
 
canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
 
canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.validator.MessageConverter
 
canHandle(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
canHandle(String) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
canHandle(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
canHandle(String) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
canHandle(String) - Method in interface br.com.caelum.vraptor.http.route.Route
Returns if this route can handle this URI
canHandle(Class<?>, Method) - Method in interface br.com.caelum.vraptor.http.route.Route
Returns true if this route is able to redirect to this method.
canHandle(Class<?>, Method) - Static method in class br.com.caelum.vraptor.util.collections.Filters
 
canHandle(String) - Static method in class br.com.caelum.vraptor.util.collections.Filters
 
canProvide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
 
canProvide(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
Verifies if this container can provide an instance for the given class.
canProvide(Class<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
 
canProvide(Class<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
capitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
CharacterConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Character converter.
CharacterConverter() - Constructor for class br.com.caelum.vraptor.converter.CharacterConverter
 
checking(Validations) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
checking(Validations) - Method in interface br.com.caelum.vraptor.Validator
 
checking(Validations) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
classExists(String) - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
ClasspathResolver - Interface in br.com.caelum.vraptor.scan
A helper to help locate WEB-INF/classes and all base packages to be scanned
clazz - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
cleanInstance(Converter...) - Static method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
clear() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
CommonsUploadMultipartInterceptor - Class in br.com.caelum.vraptor.interceptor.multipart
A multipart interceptor based on Apache Commons Upload.
CommonsUploadMultipartInterceptor(HttpServletRequest, MutableRequest, MultipartConfig, Validator, ServletFileUploadCreator) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
Component - Annotation Type in br.com.caelum.vraptor.ioc
 
ComponentFactory<T> - Interface in br.com.caelum.vraptor.ioc
 
ComponentFactoryBean<T extends ComponentFactory<java.lang.Object>> - Class in br.com.caelum.vraptor.ioc.spring
 
ComponentFactoryBean(Container, Class<T>) - Constructor for class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
 
ComponentFactoryIntrospector - Class in br.com.caelum.vraptor.ioc
 
ComponentFactoryIntrospector() - Constructor for class br.com.caelum.vraptor.ioc.ComponentFactoryIntrospector
 
ComponentFactoryRegistry - Interface in br.com.caelum.vraptor.ioc.pico
 
ComponentRegistrationException - Exception in br.com.caelum.vraptor.ioc
 
ComponentRegistrationException(Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
 
ComponentRegistrationException(String) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
 
ComponentRegistrationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
 
ComponentRegistry - Interface in br.com.caelum.vraptor
Represents the registry of all components allowing them to be registered for injection.
ComponentScanner - Interface in br.com.caelum.vraptor.scan
 
config(Router) - Method in class br.com.caelum.vraptor.http.route.NoRoutesConfiguration
 
config(Router) - Method in interface br.com.caelum.vraptor.http.route.RoutesConfiguration
 
ConfigurableHypermediaResource - Interface in br.com.caelum.vraptor.restfulie.hypermedia
A hypermedia resource that can be configured.
Configuration - Interface in br.com.caelum.vraptor.config
Allows you to configure extra settings related to your application
configure() - Method in class br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule
 
configure(ComponentRegistry) - Method in class br.com.caelum.vraptor.scan.DynamicWebAppBootstrap
 
configure(ComponentRegistry) - Method in class br.com.caelum.vraptor.scan.NullWebAppBootstrap
 
configure(ComponentRegistry) - Method in interface br.com.caelum.vraptor.scan.WebAppBootstrap
Configure all components using ComponentRegistry
configure(Serializee) - Method in class br.com.caelum.vraptor.serialization.xstream.OldAndProbablyBuggyConfigurer
 
configure(XStream) - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
configure(XStream) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
configureLinkToHandler() - Method in class br.com.caelum.vraptor.ioc.ResourceHandler
 
configureRelations(RelationBuilder) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
configureRelations(RelationBuilder) - Method in interface br.com.caelum.vraptor.restfulie.hypermedia.HypermediaResource
configures relations using given relation builder
conflict() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
conflict() - Method in interface br.com.caelum.vraptor.view.Status
Returns a Conflict (409) status
consumeParameters(ResourceMethod) - Method in interface br.com.caelum.vraptor.view.FlashScope
 
consumeParameters(ResourceMethod) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
 
Consumes - Annotation Type in br.com.caelum.vraptor
Indicates that the resource method expects the specified MIME content-types in the request.
Container - Interface in br.com.caelum.vraptor.ioc
Provides components.
Registerable components can have different scopes: request (by default), session and application scope (only one instance for the entire app).
CONTAINER_PROVIDER - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
context parameter that represents the class of IoC provider
CONTAINER_SESSION_KEY - Static variable in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
 
ContainerProvider - Interface in br.com.caelum.vraptor.ioc
A container provider, i.e.
contains(Object) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
containsAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
containsAnnotation(Class<? extends Annotation>) - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
containsAnnotation(Class<? extends Annotation>) - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
 
containsHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
containsMessage(String, Object...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
CONTENT_DISPOSITION_KEY - Static variable in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
 
context - Variable in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
ConversionError - Error in br.com.caelum.vraptor.converter
A conversion error.
ConversionError(String) - Constructor for error br.com.caelum.vraptor.converter.ConversionError
 
Convert - Annotation Type in br.com.caelum.vraptor
Registers a class as a converter.
convert(String, Class<? extends BigDecimal>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BigDecimalConverter
 
convert(String, Class<? extends BigInteger>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BigIntegerConverter
 
convert(String, Class<? extends Boolean>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BooleanConverter
 
convert(String, Class<? extends Byte>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.ByteConverter
 
convert(String, Class<? extends Character>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.CharacterConverter
 
convert(String, Class<? extends T>, ResourceBundle) - Method in interface br.com.caelum.vraptor.Converter
 
convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.DoubleConverter
 
convert(String, Class<? extends T>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.EnumConverter
Enums are always final, so I can suppress this warning safely
convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.FloatConverter
 
convert(String, Class<? extends Integer>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.IntegerConverter
 
convert(String, Class<? extends DateMidnight>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.DateMidnightConverter
 
convert(String, Class<? extends DateTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.DateTimeConverter
 
convert(String, Class<? extends LocalDate>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalDateConverter
 
convert(String, Class<? extends LocalDateTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalDateTimeConverter
 
convert(String, Class<? extends LocalTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalTimeConverter
 
convert(String, Class<? extends BigDecimal>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
 
convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
 
convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
 
convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
 
convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
 
convert(String, Class<? extends Calendar>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
 
convert(String, Class<? extends Date>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
 
convert(String, Class<? extends Time>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedTimeConverter
 
convert(String, Class<? extends Long>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LongConverter
 
convert(String, Class<? extends Boolean>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
 
convert(String, Class<? extends Byte>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveByteConverter
 
convert(String, Class<? extends Character>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveCharConverter
 
convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
 
convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
 
convert(String, Class<? extends Integer>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveIntConverter
 
convert(String, Class<? extends Long>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveLongConverter
 
convert(String, Class<? extends Short>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveShortConverter
 
convert(String, Class<? extends Short>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.ShortConverter
 
convert(String, Class<? extends String>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.StringConverter
 
convert(Class, String, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
convert(String, Class<? extends UploadedFile>, ResourceBundle) - Method in class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
 
convert(T) - Method in interface br.com.caelum.vraptor.TwoWayConverter
converts the object back to a string
Converter<T> - Interface in br.com.caelum.vraptor
Converts a string value to an object.
ConverterHandler - Class in br.com.caelum.vraptor.ioc
 
ConverterHandler(Converters) - Constructor for class br.com.caelum.vraptor.ioc.ConverterHandler
 
Converters - Interface in br.com.caelum.vraptor.core
Represents a collection of converters.
Note: This interface will probably change in the near future to allow annotation support.
convertValue(Map, Object, Member, String, Object, Class) - Method in class br.com.caelum.vraptor.http.ognl.VRaptorConvertersAdapter
 
couldntFind(RequestInfo) - Method in class br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
 
couldntFind(RequestInfo) - Method in interface br.com.caelum.vraptor.resource.ResourceNotFoundHandler
 
create(FileItemFactory) - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
 
create(FileItemFactory) - Method in interface br.com.caelum.vraptor.interceptor.multipart.ServletFileUploadCreator
Creates a ServletFileUpload.
create(BasicConfiguration) - Method in class br.com.caelum.vraptor.scan.WebAppBootstrapFactory
Returns the WebAppBootstrap for this web application
create() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
createAdapter(ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
createArray(Class, String[], ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
created() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
created(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
created() - Method in interface br.com.caelum.vraptor.view.Status
Returns a Created status (201)
created(String) - Method in interface br.com.caelum.vraptor.view.Status
Sets the status to 201 and sets the location to the server's location + the location content.
created("/order/2") ==> http://localhost:8080/my_context/order/2
createDirInsideApplication() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
 
createFactoryForDiskBasedFileItems(File) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
createInterpolator() - Method in class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
 
createList(Type, ResourceBundle, String[]) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
createOgnlContext(Object) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
createParameter(OgnlParametersProvider.Parameter, Map<String, String[]>, ResourceBundle, List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
createRoot(OgnlParametersProvider.Parameter, Map<String, String[]>, ResourceBundle, List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
createSimpleParameter(OgnlParametersProvider.Parameter, String[], ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
createTempFile() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
 
createValidator() - Method in class br.com.caelum.vraptor.validator.ValidatorCreator
 
currentRequest() - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
 
customModule() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 

D

DateMidnightConverter - Class in br.com.caelum.vraptor.converter.jodatime
VRaptor converter for DateMidnight.
DateMidnightConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.DateMidnightConverter
 
DateTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
VRaptor converter for DateTime.
DateTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.DateTimeConverter
 
decapitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
deepRegister(Class<?>) - Method in interface br.com.caelum.vraptor.ComponentRegistry
Registers a component to be used when the required type is the component, or any of their interfaces and superclasses.
deepRegister(Class<?>) - Method in class br.com.caelum.vraptor.ioc.AbstractComponentRegistry
 
deepRegister(Class) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
 
DEFAULT - Static variable in annotation type br.com.caelum.vraptor.Path
 
DEFAULT_LINE_INDENTER - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
DEFAULT_NEW_LINE - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
DefaultAcceptHeaderToFormat - Class in br.com.caelum.vraptor.view
The default AcceptHeaderToFormat implementation searches for registered mime types.
DefaultAcceptHeaderToFormat() - Constructor for class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
 
DefaultBeanValidator - Class in br.com.caelum.vraptor.validator
Implements the BeanValidator using Bean Validation especification (JSR303).
DefaultBeanValidator(Localization, Validator, MessageInterpolator) - Constructor for class br.com.caelum.vraptor.validator.DefaultBeanValidator
 
DefaultComponentFactoryRegistry - Class in br.com.caelum.vraptor.ioc.pico
Registry to all ComponentRegistry classes
DefaultComponentFactoryRegistry() - Constructor for class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
 
DefaultConfigurableHypermediaResource - Class in br.com.caelum.vraptor.restfulie.hypermedia
Default implementation.
DefaultConfigurableHypermediaResource(RelationBuilder, Object) - Constructor for class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
DefaultConverters - Class in br.com.caelum.vraptor.core
 
DefaultConverters(Container) - Constructor for class br.com.caelum.vraptor.core.DefaultConverters
 
DefaultDeserializers - Class in br.com.caelum.vraptor.deserialization
A set of deserializers.
Returns null if no serializer is capable of coping with the required media type.
DefaultDeserializers() - Constructor for class br.com.caelum.vraptor.deserialization.DefaultDeserializers
 
DefaultExceptionMapper - Class in br.com.caelum.vraptor.core
Default implementation of ExceptionMapper.
DefaultExceptionMapper(Proxifier) - Constructor for class br.com.caelum.vraptor.core.DefaultExceptionMapper
 
DefaultExtJson - Class in br.com.caelum.vraptor.util.extjs
Implementation for ExtJSJson.
DefaultExtJson(HttpServletResponse, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
DefaultFormatResolver - Class in br.com.caelum.vraptor.http
Default implementation for FormatResolver.
DefaultFormatResolver(HttpServletRequest, AcceptHeaderToFormat) - Constructor for class br.com.caelum.vraptor.http.DefaultFormatResolver
 
DefaultHttpResult - Class in br.com.caelum.vraptor.view
Implementation that delegates to HttpServletResponse
DefaultHttpResult(HttpServletResponse, Status) - Constructor for class br.com.caelum.vraptor.view.DefaultHttpResult
 
DefaultInterceptorHandlerFactory - Class in br.com.caelum.vraptor.core
 
DefaultInterceptorHandlerFactory(Container) - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
 
DefaultInterceptorRegistry - Class in br.com.caelum.vraptor.interceptor
A registry filled with interceptors to intercept requests.
Interceptors are queried wether they want to intercept a request through their accepts method.
DefaultInterceptorRegistry() - Constructor for class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
 
DefaultInterceptorStack - Class in br.com.caelum.vraptor.core
Default implementation of a interceptor stack.
DefaultInterceptorStack(InterceptorHandlerFactory) - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
DefaultLogicResult - Class in br.com.caelum.vraptor.view
The default implementation of LogicResult.
Uses cglib to provide proxies for client side redirect (url creation).
DefaultLogicResult(Proxifier, Router, MutableRequest, HttpServletResponse, Container, PathResolver, TypeNameExtractor, FlashScope, MethodInfo) - Constructor for class br.com.caelum.vraptor.view.DefaultLogicResult
 
DefaultMethodInfo - Class in br.com.caelum.vraptor.core
Holder for method being invoked and parameters being passed.
DefaultMethodInfo() - Constructor for class br.com.caelum.vraptor.core.DefaultMethodInfo
 
DefaultMethodNotAllowedHandler - Class in br.com.caelum.vraptor.resource
Default implementation which sets the header and send an error response.
DefaultMethodNotAllowedHandler() - Constructor for class br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
 
DefaultMultipartConfig - Class in br.com.caelum.vraptor.interceptor.multipart
Default implementation for MultipartConfig.
DefaultMultipartConfig() - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
 
DefaultPageResult - Class in br.com.caelum.vraptor.view
Default page result implementation.
DefaultPageResult(MutableRequest, HttpServletResponse, MethodInfo, PathResolver, Proxifier) - Constructor for class br.com.caelum.vraptor.view.DefaultPageResult
 
DefaultParameterNameProvider - Class in br.com.caelum.vraptor.http
 
DefaultParameterNameProvider(TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.http.DefaultParameterNameProvider
 
DefaultParametersControl - Class in br.com.caelum.vraptor.http.route
Default implementation of parameters control on uris.
DefaultParametersControl(String, Map<String, String>, Converters, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
DefaultParametersControl(String, Converters, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
DefaultPathResolver - Class in br.com.caelum.vraptor.view
The default vraptor3 path resolver uses the type and method name as "/typeName/methodName.jsp".
DefaultPathResolver(FormatResolver) - Constructor for class br.com.caelum.vraptor.view.DefaultPathResolver
 
DefaultRefererResult - Class in br.com.caelum.vraptor.view
 
DefaultRefererResult(Result, MutableRequest, Router, ParametersProvider, Localization) - Constructor for class br.com.caelum.vraptor.view.DefaultRefererResult
 
DefaultRelationBuilder - Class in br.com.caelum.vraptor.restfulie.relation
Default impl for RelationBuilder
DefaultRelationBuilder(Router, Proxifier) - Constructor for class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
 
DefaultRepresentationResult - Class in br.com.caelum.vraptor.serialization
Default implementation for RepresentationResult that uses request Accept format to decide which representation will be used
DefaultRepresentationResult(FormatResolver, Result, List<Serialization>, RestHeadersHandler) - Constructor for class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
 
DefaultResourceClass - Class in br.com.caelum.vraptor.resource
 
DefaultResourceClass(Class<?>) - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceClass
 
DefaultResourceMethod - Class in br.com.caelum.vraptor.resource
 
DefaultResourceMethod(ResourceClass, Method) - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
DefaultResourceNotFoundHandler - Class in br.com.caelum.vraptor.resource
Default 404 component.
DefaultResourceNotFoundHandler() - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
 
DefaultResourceTranslator - Class in br.com.caelum.vraptor.http
Basic url to resource method translator.
DefaultResourceTranslator(Router) - Constructor for class br.com.caelum.vraptor.http.DefaultResourceTranslator
 
DefaultRestDefaults - Class in br.com.caelum.vraptor.restfulie.headers
Default implementation for REST defaults.
DefaultRestDefaults() - Constructor for class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
 
DefaultRestfulie - Class in br.com.caelum.vraptor.restfulie
Default implementation for Restfulie
DefaultRestfulie(Proxifier, Router) - Constructor for class br.com.caelum.vraptor.restfulie.DefaultRestfulie
 
DefaultRestHeadersHandler - Class in br.com.caelum.vraptor.restfulie.headers
 
DefaultRestHeadersHandler(HttpServletResponse, RestDefaults) - Constructor for class br.com.caelum.vraptor.restfulie.headers.DefaultRestHeadersHandler
 
DefaultResult - Class in br.com.caelum.vraptor.core
A basic implementation of a Result
DefaultResult(HttpServletRequest, Container, ExceptionMapper, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.core.DefaultResult
 
DefaultRouteBuilder - Class in br.com.caelum.vraptor.http.route
Should be used in one of two ways, either configure the type and invoke the method or pass the method (java reflection) object.
DefaultRouteBuilder(Proxifier, TypeFinder, Converters, ParameterNameProvider, Evaluator, String) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
DefaultRouteBuilder.DefaultParameterControlBuilder - Class in br.com.caelum.vraptor.http.route
 
DefaultRouteBuilder.DefaultParameterControlBuilder() - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
 
DefaultRouter - Class in br.com.caelum.vraptor.http.route
The default implementation of resource localization rules.
DefaultRouter(RoutesConfiguration, Proxifier, TypeFinder, Converters, ParameterNameProvider, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouter
 
DefaultRoutes - Class in br.com.caelum.vraptor.core
Default implementation of route info extractor.
DefaultRoutes(Router, Proxifier) - Constructor for class br.com.caelum.vraptor.core.DefaultRoutes
 
DefaultServletFileUploadCreator - Class in br.com.caelum.vraptor.interceptor.multipart
Default implementation for ServletFileUploadCreator.
DefaultServletFileUploadCreator() - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
 
DefaultSpringLocator - Class in br.com.caelum.vraptor.ioc.spring
Default implementation for SpringLocator.
DefaultSpringLocator() - Constructor for class br.com.caelum.vraptor.ioc.spring.DefaultSpringLocator
 
DefaultStaticContentHandler - Class in br.com.caelum.vraptor.core
Handles default content if the request corresponds to static content.
DefaultStaticContentHandler(ServletContext) - Constructor for class br.com.caelum.vraptor.core.DefaultStaticContentHandler
 
DefaultStatus - Class in br.com.caelum.vraptor.view
Allows header related results.
DefaultStatus(HttpServletResponse, Result, Configuration, Proxifier, Router) - Constructor for class br.com.caelum.vraptor.view.DefaultStatus
 
DefaultTypeFinder - Class in br.com.caelum.vraptor.http.route
Discover parameter types
DefaultTypeFinder(ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.http.route.DefaultTypeFinder
 
DefaultTypeNameExtractor - Class in br.com.caelum.vraptor.interceptor
Default implementation for TypeNameExtractor.
DefaultTypeNameExtractor() - Constructor for class br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
 
DefaultUploadedFile - Class in br.com.caelum.vraptor.interceptor.multipart
Default implementation for UploadedFile.
DefaultUploadedFile(InputStream, String, String, long) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
defaultUriFor(String, String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
You can override this method for use a different convention for your default URI, given a controller name and a method name
DefaultValidationException - Exception in br.com.caelum.vraptor.validator
VRaptor's default implementation of a ValidationException.
DefaultValidationException(String) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
 
DefaultValidationException(Throwable) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
 
DefaultValidationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
 
DefaultValidationViewsFactory - Class in br.com.caelum.vraptor.view
Default implementation for ValidationViewsFactory If you want to extend this behavior use:
DefaultValidationViewsFactory(Result, Proxifier) - Constructor for class br.com.caelum.vraptor.view.DefaultValidationViewsFactory
 
DefaultValidator - Class in br.com.caelum.vraptor.validator
The default validator implementation.
DefaultValidator(Result, ValidationViewsFactory, Outjector, Proxifier, BeanValidator, Localization) - Constructor for class br.com.caelum.vraptor.validator.DefaultValidator
 
defaultView() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
defaultView() - Method in interface br.com.caelum.vraptor.view.PageResult
Server side forwarding to a result.
DefaultXMLConfiguration - Class in br.com.caelum.vraptor.serialization
Basic xml configuration for xml serialization.
DefaultXMLConfiguration() - Constructor for class br.com.caelum.vraptor.serialization.DefaultXMLConfiguration
 
deferProcessingToContainer(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.core.DefaultStaticContentHandler
 
deferProcessingToContainer(FilterChain, HttpServletRequest, HttpServletResponse) - Method in interface br.com.caelum.vraptor.core.StaticContentHandler
Defer the process to container.
delegate() - Method in class br.com.caelum.vraptor.view.LinkToHandler
 
Delete - Annotation Type in br.com.caelum.vraptor
Supports the DELETE http method.
deny(RequestInfo, Set<HttpMethod>) - Method in class br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
 
deny(RequestInfo, Set<HttpMethod>) - Method in interface br.com.caelum.vraptor.resource.MethodNotAllowedHandler
Denies current request due to method not allowed.
deserialize(InputStream, ResourceMethod) - Method in interface br.com.caelum.vraptor.deserialization.Deserializer
 
deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.FormDeserializer
 
deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
 
deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
 
deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
 
Deserializer - Interface in br.com.caelum.vraptor.deserialization
Deserializes request body according to a given content type.
deserializerFor(String, Container) - Method in class br.com.caelum.vraptor.deserialization.DefaultDeserializers
 
deserializerFor(String, Container) - Method in interface br.com.caelum.vraptor.deserialization.Deserializers
 
Deserializers - Interface in br.com.caelum.vraptor.deserialization
 
Deserializes - Annotation Type in br.com.caelum.vraptor.deserialization
 
DeserializesHandler - Class in br.com.caelum.vraptor.deserialization
Handles classes annotated with @Deserializes
DeserializesHandler(Deserializers) - Constructor for class br.com.caelum.vraptor.deserialization.DeserializesHandler
 
DeserializingInterceptor - Class in br.com.caelum.vraptor.interceptor
Important: this interceptor must be after the ParametersInstantiatorInterceptor
DeserializingInterceptor(HttpServletRequest, Deserializers, MethodInfo, Container, Status) - Constructor for class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
 
destroy() - Method in class br.com.caelum.vraptor.VRaptor
 
directAppend(String) - Method in class org.hamcrest.ResourceBundleDescription
Appends the string straight to the buffer.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class br.com.caelum.vraptor.VRaptor
 
DoubleConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Double converter.
DoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.DoubleConverter
 
Download - Interface in br.com.caelum.vraptor.interceptor.download
Generic downloader.
DownloadInterceptor - Class in br.com.caelum.vraptor.interceptor.download
Intercepts methods whom return a File or an InputStream.
DownloadInterceptor(HttpServletResponse, MethodInfo, Result) - Constructor for class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
 
DynamicWebAppBootstrap - Class in br.com.caelum.vraptor.scan
A dynamic impl of DynamicWebAppBootstrap for use in dev time.
DynamicWebAppBootstrap(Collection<String>) - Constructor for class br.com.caelum.vraptor.scan.DynamicWebAppBootstrap
 

E

EmptyBundle - Class in br.com.caelum.vraptor.util
Representing an empty resource bundle.
EmptyBundle() - Constructor for class br.com.caelum.vraptor.util.EmptyBundle
 
EmptyElementsRemoval - Class in br.com.caelum.vraptor.http.ognl
A component capable of removing null elements out of collections and arrays.
EmptyElementsRemoval() - Constructor for class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
 
EmptyResult - Class in br.com.caelum.vraptor.view
Does nothing
EmptyResult() - Constructor for class br.com.caelum.vraptor.view.EmptyResult
 
encodeRedirectURL(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
encodeRedirectUrl(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
encodeURL(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
encodeUrl(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
ENCODING - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
context parameter that represents application character encoding
EncodingHandler - Interface in br.com.caelum.vraptor.http
Component for setting request and response encoding.
EncodingHandlerFactory - Class in br.com.caelum.vraptor.http
Create an instance for EncodingHandler.
EncodingHandlerFactory(ServletContext) - Constructor for class br.com.caelum.vraptor.http.EncodingHandlerFactory
 
enhance(Object) - Method in class br.com.caelum.vraptor.restfulie.DefaultRestfulie
 
enhance(Object) - Method in interface br.com.caelum.vraptor.restfulie.Restfulie
 
EnhancedRequestExecution - Class in br.com.caelum.vraptor.core
Delegates ordering to InterceptorRegistry
EnhancedRequestExecution(InterceptorStack, InterceptorRegistry) - Constructor for class br.com.caelum.vraptor.core.EnhancedRequestExecution
 
EnumConverter<T extends java.lang.Enum<T>> - Class in br.com.caelum.vraptor.converter
Accepts either the ordinal value or name.
EnumConverter() - Constructor for class br.com.caelum.vraptor.converter.EnumConverter
 
equals(Object) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
equals(Object) - Method in class br.com.caelum.vraptor.resource.DefaultResourceClass
 
equals(Object) - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
Evaluator - Interface in br.com.caelum.vraptor.http.route
 
ExceptionHandlerInterceptor - Class in br.com.caelum.vraptor.interceptor
Intercept all requests to handling uncaught exceptions.
ExceptionHandlerInterceptor(ExceptionMapper, Result) - Constructor for class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
ExceptionMapper - Interface in br.com.caelum.vraptor.core
Store the exception mapping for exception handling.
ExceptionRecorder<T> - Class in br.com.caelum.vraptor.core
Create proxies to store state of exception mapping.
ExceptionRecorder(Proxifier) - Constructor for class br.com.caelum.vraptor.core.ExceptionRecorder
 
exclude(String...) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
exclude(String...) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
exclude(String...) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
exclude(String...) - Method in interface br.com.caelum.vraptor.serialization.Serializer
 
exclude(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
exclude(String...) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
exclude(String...) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
excludeAll(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
Exclusions - Class in br.com.caelum.vraptor.serialization.gson
 
Exclusions(Serializee) - Constructor for class br.com.caelum.vraptor.serialization.gson.Exclusions
 
execute() - Method in class br.com.caelum.vraptor.core.EnhancedRequestExecution
 
execute(InterceptorStack, ResourceMethod, Object) - Method in interface br.com.caelum.vraptor.core.InterceptorHandler
 
execute() - Method in interface br.com.caelum.vraptor.core.RequestExecution
Executes this method.
execute(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler
 
ExecuteMethodInterceptor - Class in br.com.caelum.vraptor.interceptor
Interceptor that executes the logic method.
ExecuteMethodInterceptor(MethodInfo, Validator) - Constructor for class br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
 
Execution<T> - Interface in br.com.caelum.vraptor.core
 
existsFor(Class<?>) - Method in interface br.com.caelum.vraptor.core.Converters
 
existsFor(Class<?>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
 
existsTwoWayFor(Class<?>) - Method in interface br.com.caelum.vraptor.core.Converters
 
existsTwoWayFor(Class<?>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
 
ExtJSJson - Interface in br.com.caelum.vraptor.util.extjs
Interface for json serialization in ExtJS standard
extractControllerFromName(String) - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
extractControllerNameFrom(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
You can override this method for use a different convention for your controller name, given a type
extractor - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
extractor - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
extractParameters(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
extractPrefix(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 

F

FallbackEnumeration - Class in br.com.caelum.vraptor.util
An enumeration which goes through two enumerations.
FallbackEnumeration(Enumeration<String>, Enumeration<String>) - Constructor for class br.com.caelum.vraptor.util.FallbackEnumeration
 
FallbackResourceBundle - Class in br.com.caelum.vraptor.util
A resource bundle which uses two different bundles to look for messages.
FallbackResourceBundle(ResourceBundle, ResourceBundle) - Constructor for class br.com.caelum.vraptor.util.FallbackResourceBundle
 
FileDownload - Class in br.com.caelum.vraptor.interceptor.download
Reads bytes from a file into the result.
FileDownload(File, String, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
 
FileDownload(File, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
 
FileDownload(File, String, String, boolean) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
 
fillInStackTrace() - Method in exception br.com.caelum.vraptor.validator.ValidationException
We don't need stack traces for this exception.
fillIntoRequest(String, MutableRequest) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
fillIntoRequest(String, MutableRequest) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
Inserts parameters extracted from the uri into the request parameters.
fillUri(String[], Object...) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
fillUri(String[], Object...) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
creates a uri based on those parameter values
Filters - Class in br.com.caelum.vraptor.util.collections
 
Filters() - Constructor for class br.com.caelum.vraptor.util.collections.Filters
 
findBasePackages() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
Find all base packages, including the ones using the new META-INF configuration
findBasePackages() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
 
findBasePackages() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
 
findByException(Exception) - Method in class br.com.caelum.vraptor.core.DefaultExceptionMapper
 
findByException(Exception) - Method in interface br.com.caelum.vraptor.core.ExceptionMapper
Finds an ExceptionRecorder by an Exception.
findWebInfClassesLocation() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
Where is WEB-INF/classes?
findWebInfClassesLocation() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
 
findWebInfClassesLocation() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
 
FixedMethodStrategy - Class in br.com.caelum.vraptor.http.route
A route strategy which invokes a fixed type's method.
FixedMethodStrategy(String, ResourceMethod, Set<HttpMethod>, ParametersControl, int, String[]) - Constructor for class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
fixIndexedParameters(String) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
fixIndexedParameters(String) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
 
fixURIs(Class<?>, String[]) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
FlashInterceptor - Class in br.com.caelum.vraptor.interceptor
Interceptor that handles flash scope.
FlashInterceptor(HttpSession, Result, MutableResponse) - Constructor for class br.com.caelum.vraptor.interceptor.FlashInterceptor
 
FlashScope - Interface in br.com.caelum.vraptor.view
Component responsible to allow redirects with the same passed parameters
FloatConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Float converter.
FloatConverter() - Constructor for class br.com.caelum.vraptor.converter.FloatConverter
 
flushBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
forbidden(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
forbidden(String) - Method in interface br.com.caelum.vraptor.view.Status
Returns a Forbidden (403) status.
FormatResolver - Interface in br.com.caelum.vraptor.http
Decides which format the request accepts.
FormDeserializer - Class in br.com.caelum.vraptor.deserialization
 
FormDeserializer(ParametersProvider, Localization) - Constructor for class br.com.caelum.vraptor.deserialization.FormDeserializer
 
forward(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
forward() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
forward() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
 
forward(String) - Method in interface br.com.caelum.vraptor.view.PageResult
Deprecated.
As of 3.2, replaced by PageResult.forwardTo(String url)
forward() - Method in interface br.com.caelum.vraptor.view.PageResult
Deprecated.
As of 3.2, replaced by #forwardTo()
forward() - Method in interface br.com.caelum.vraptor.view.RefererResult
Forwards to Referer.
forwardTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
forwardTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
forwardTo(String) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(page()).forwardTo(uri);
forwardTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(logic()).forwardTo(controller)
forwardTo(T) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(logic()).forwardTo(controller.getClass()) so you can use on your controller:
result.forwardTo(this).aMethod();
forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockedLogic
 
forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultLogicResult
This implementation don't actually use request dispatcher for the forwarding.
forwardTo(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
forwardTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.LogicResult
Returns an instance of the given (pre-registered) logic.
forwardTo(String) - Method in interface br.com.caelum.vraptor.view.PageResult
Server side forwarding to a specific url.
ForwardToDefaultViewInterceptor - Class in br.com.caelum.vraptor.interceptor
Intercepts the request and forwards to the default view if no view was rendered so far.
ForwardToDefaultViewInterceptor(Result) - Constructor for class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
 
from(T) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
from(T, String) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
from(T) - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
 
from(T) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
from(T) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
 
from(T) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
 
from(String, String, Object...) - Method in class br.com.caelum.vraptor.serialization.I18nMessageSerialization
 
from(T) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
from(T) - Method in interface br.com.caelum.vraptor.serialization.NoRootSerialization
Serializes this object to the clients writer with out ROOT alias.
from(T) - Method in interface br.com.caelum.vraptor.serialization.RepresentationResult
 
from(T, String) - Method in interface br.com.caelum.vraptor.serialization.RepresentationResult
 
from(T, String) - Method in interface br.com.caelum.vraptor.serialization.Serialization
Serializes this object to the clients writer, with a given alias.
from(T) - Method in interface br.com.caelum.vraptor.serialization.SerializerBuilder
 
from(T, String) - Method in interface br.com.caelum.vraptor.serialization.SerializerBuilder
 
from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
from(Object) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
from(Object) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
fromString(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
 
Functions - Class in br.com.caelum.vraptor.util.collections
 
Functions() - Constructor for class br.com.caelum.vraptor.util.collections.Functions
 

G

generate(Collection<String>, ClasspathResolver) - Method in interface br.com.caelum.vraptor.scan.BootstrapGenerator
 
generate(Collection<String>, ClasspathResolver) - Method in class br.com.caelum.vraptor.scan.JavassistBootstrapGenerator
 
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class br.com.caelum.vraptor.ioc.spring.UniqueBeanNameGenerator
 
GenericNullHandler - Class in br.com.caelum.vraptor.http.ognl
Capable of instantiating generic interfaces and custom types.
GenericNullHandler(EmptyElementsRemoval) - Constructor for class br.com.caelum.vraptor.http.ognl.GenericNullHandler
 
Get - Annotation Type in br.com.caelum.vraptor
Supports the GET http method.
get(String) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
get(Object, String) - Method in interface br.com.caelum.vraptor.http.route.Evaluator
 
get(Object, String) - Method in class br.com.caelum.vraptor.http.route.JavaEvaluator
 
get(Object) - Method in class br.com.caelum.vraptor.view.LinkToHandler
 
getAcceptFormat() - Method in class br.com.caelum.vraptor.http.DefaultFormatResolver
 
getAcceptFormat() - Method in interface br.com.caelum.vraptor.http.FormatResolver
 
getActualClass(Object) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
Deprecated.
 
getActualClass(Object) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
 
getActualClass(Object) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
Find the real class of the obj send.
getActualType(Type) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
getAlias() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
getAllowedMethods() - Method in exception br.com.caelum.vraptor.http.route.MethodNotAllowedException
 
getAllRegisteredApplicationScopedComponents() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
 
getAnnotation() - Method in enum br.com.caelum.vraptor.resource.HttpMethod
 
getApplicationContext(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.DefaultSpringLocator
 
getApplicationContext(ServletContext) - Method in interface br.com.caelum.vraptor.ioc.spring.SpringLocator
 
getApplicationMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
 
getApplicationMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
 
getApplicationPath() - Method in class br.com.caelum.vraptor.config.ApplicationConfiguration
Returns the application path, including the http protocol.
One can implement this method to return a fixed http/ip prefix.
getApplicationPath() - Method in interface br.com.caelum.vraptor.config.Configuration
Returns the application path, including the http protocol, i.e.: http://localhost:8080/context_name.
One can implement this method to return a fixed http/ip prefix.
getApplicationScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getBasePackages() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
getBody() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getBufferSize() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getBundle() - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getBundle() - Method in interface br.com.caelum.vraptor.core.Localization
Get the resource bundle for current locale.
getBundle() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
 
getBundledConverters() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getCachedComponents() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getCategory() - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
getCategory() - Method in interface br.com.caelum.vraptor.validator.Message
 
getCategory() - Method in class br.com.caelum.vraptor.validator.ValidationMessage
 
getChain() - Method in class br.com.caelum.vraptor.core.RequestInfo
 
getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getClassLoader() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
 
getClassLoader() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
 
getClassLoader() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
 
getCompleteFileName() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
getComponentInstance(PicoContainer, Type) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
 
getComponentRegistry() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
getConfiguredXStream(Method, Class<?>[]) - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
Returns an xstream instance already configured.
getConfiguredXStream(Method, Class<?>[]) - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
 
getContainer() - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
 
getContainer() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
getContainer() - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
 
getContainer() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
getContainer() - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
 
getContentAsString() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getContents() - Method in class br.com.caelum.vraptor.util.EmptyBundle
 
getContentType() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
getContentType() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
 
getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getControllers() - Method in interface br.com.caelum.vraptor.restfulie.controller.ResourceControl
Returns a list of controllers to be intercepted.
getDescriptor() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
 
getDeserializers() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getDirectory() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
 
getDirectory() - Method in interface br.com.caelum.vraptor.interceptor.multipart.MultipartConfig
Gets the temporary directory.
getElementTypes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
getEncoding() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
getErrors() - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
getErrors() - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
getErrors() - Method in interface br.com.caelum.vraptor.Validator
 
getErrors() - Method in exception br.com.caelum.vraptor.validator.ValidationException
 
getErrors() - Method in class br.com.caelum.vraptor.validator.Validations
Returns the list of errors.
getErrors(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.Validations
Returns the list of errors, using given resource bundle.
getErrors(Supplier<ResourceBundle>) - Method in class br.com.caelum.vraptor.validator.Validations
Returns the list of errors, using given resource bundle.
getEtag() - Method in interface br.com.caelum.vraptor.restfulie.resource.RestfulEntity
 
getEtagFor(HypermediaResource) - Method in class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
 
getEtagFor(HypermediaResource) - Method in interface br.com.caelum.vraptor.restfulie.headers.RestDefaults
 
getExcludes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
getExtension() - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
getFallbackLocale() - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getFallbackLocale() - Method in interface br.com.caelum.vraptor.core.Localization
Get the fallback locale for current request.
getFallbackLocale() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
 
getFile() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
getFile() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
 
getFileName() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
getFileName(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
Get the filename of the part.
getFileName() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
 
getFormat(String) - Method in interface br.com.caelum.vraptor.view.AcceptHeaderToFormat
Get the _format associated with the given Accept header.
getFormat(String) - Method in class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
 
getGson() - Method in class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
 
getHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getHeaderNames() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getHeaders(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
You can override this method for configuring Driver before serialization
getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
You can override this method for configuring Driver before serialization
getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
Deprecated.
Override this method on XStreamBuilderImpl instead. WARN: this method will be ignored!
getIncludes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
getInstance() - Method in class br.com.caelum.vraptor.http.EncodingHandlerFactory
 
getInstance() - Method in interface br.com.caelum.vraptor.ioc.ComponentFactory
 
getInstance() - Method in class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
 
getInstance() - Method in class br.com.caelum.vraptor.validator.MethodValidatorCreator
 
getInstance() - Method in class br.com.caelum.vraptor.validator.ValidatorCreator
 
getInstance() - Method in class br.com.caelum.vraptor.validator.ValidatorFactoryCreator
 
getKey(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nParam
 
getKeys() - Method in class br.com.caelum.vraptor.core.SafeResourceBundle
 
getKeys() - Method in class br.com.caelum.vraptor.util.FallbackResourceBundle
 
getLastModified() - Method in interface br.com.caelum.vraptor.restfulie.resource.RestfulEntity
 
getLastModifiedFor(HypermediaResource) - Method in class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
 
getLastModifiedFor(HypermediaResource) - Method in interface br.com.caelum.vraptor.restfulie.headers.RestDefaults
 
getLocale() - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getLocale() - Method in interface br.com.caelum.vraptor.core.Localization
Get the locale for current request.
getLocale() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getLocale() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
 
getMaximumAge() - Method in interface br.com.caelum.vraptor.restfulie.resource.Cacheable
Returns the maximum number of seconds this resource can be cached for.
getMessage(String, Object...) - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getMessage(String, Object...) - Method in interface br.com.caelum.vraptor.core.Localization
Returns a formated message or '???key???' if the key was not found.
getMessage(String, Object...) - Method in class br.com.caelum.vraptor.util.test.MockLocalization
 
getMessage() - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
getMessage() - Method in interface br.com.caelum.vraptor.validator.Message
 
getMessage() - Method in class br.com.caelum.vraptor.validator.ValidationMessage
 
getMethod() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
getMethod() - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
 
getModel() - Method in interface br.com.caelum.vraptor.restfulie.hypermedia.ConfigurableHypermediaResource
 
getModel() - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
getName() - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
 
getName() - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
 
getObject() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
 
getObjectType() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
 
getOriginalUri() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
getOriginalUri() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
getOriginalUri() - Method in interface br.com.caelum.vraptor.http.route.Route
Returns the original uri for this route
getOutputStream() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getParameter(String) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParameterMap() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParameterNames() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParameters() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
getParameters() - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
 
getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in interface br.com.caelum.vraptor.http.ParametersProvider
 
getParameterTypes(Method, String[]) - Method in class br.com.caelum.vraptor.http.route.DefaultTypeFinder
 
getParameterTypes(Method, String[]) - Method in class br.com.caelum.vraptor.http.route.NoTypeFinder
 
getParameterTypes(Method, String[]) - Method in interface br.com.caelum.vraptor.http.route.TypeFinder
 
getParameterValues(String) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParentApplicationContext(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
You can override this method for providing your own Spring ApplicationContext
getPrefix() - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
getPriority() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
getPriority() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
getPriority() - Method in interface br.com.caelum.vraptor.http.route.Route
Routes will be ordered according to priority.
getProperty(Map, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ArrayAccessor
 
getProperty(Map, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ListAccessor
 
getPrototypeScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getProvider() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
getRelations() - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
getRelations() - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
 
getRelations() - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
 
getRequest() - Method in class br.com.caelum.vraptor.core.RequestInfo
 
getRequestedUri() - Method in class br.com.caelum.vraptor.core.RequestInfo
 
getRequestMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
 
getRequestMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
 
getRequestScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getResource() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
getResource() - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
 
getResourceMethod() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
getResourceMethod() - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
getResponse() - Method in class br.com.caelum.vraptor.core.RequestInfo
 
getResult() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
getResult() - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
getRoot() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
getRootClass() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
getSerializer() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
getSerializer() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
getSerializer() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
getServletContext() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
getServletContext() - Method in class br.com.caelum.vraptor.core.RequestInfo
 
getSessionMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
 
getSessionMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
 
getSize() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
getSize() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
 
getSizeLimit() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
 
getSizeLimit() - Method in interface br.com.caelum.vraptor.interceptor.multipart.MultipartConfig
The max size of uploaded files (in bytes).
getStatus() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
getStereotypeHandlers() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getStereotypes() - Static method in class br.com.caelum.vraptor.core.BaseComponents
 
getStringValue(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
Get the content of a part as String.
getType() - Method in class br.com.caelum.vraptor.resource.DefaultResourceClass
 
getType() - Method in interface br.com.caelum.vraptor.resource.ResourceClass
 
getUri() - Method in class br.com.caelum.vraptor.core.DefaultRoutes
 
getUri() - Method in interface br.com.caelum.vraptor.core.Routes
Returns the last analyzed uri.
getUri() - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
 
getUri() - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
 
getURIsFor(Method, Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
getValue(FileItem) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
getVRaptorMapper() - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
 
getWebinfClassesDirectory() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
getWriter() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getXStream() - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
Extension point to configure your xstream instance.
getXStream() - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
Deprecated.
prefer overriding XStreamBuilder
getXStream() - Method in class br.com.caelum.vraptor.restfulie.serialization.RestfulSerialization
You can override this method for configuring XStream before serialization.
getXStream() - Method in class br.com.caelum.vraptor.restfulie.serialization.RestfulSerializationJSON
You can override this method for configuring XStream before serialization.
getXStream() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
Deprecated.
prefer overwriting XStreamBuilder
getXStream() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
Deprecated.
prefer overwriting XStreamBuilderImpl
Graph<E> - Class in br.com.caelum.vraptor.interceptor
A set that orders interceptors topologically based on before and after from \@Intercepts
Graph() - Constructor for class br.com.caelum.vraptor.interceptor.Graph
 
GsonDeserialization - Class in br.com.caelum.vraptor.deserialization.gson
 
GsonDeserialization(ParameterNameProvider, Collection<JsonDeserializer<?>>) - Constructor for class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
 
GsonJSONSerialization - Class in br.com.caelum.vraptor.serialization.gson
Gson implementation for JSONSerialization
GsonJSONSerialization(HttpServletResponse, TypeNameExtractor, ProxyInitializer, Collection<JsonSerializer<?>>, Collection<ExclusionStrategy>) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
GsonSerializer - Class in br.com.caelum.vraptor.serialization.gson
A SerializerBuilder based on Gson
GsonSerializer(VraptorGsonBuilder, Writer, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
GuiceComponentRegistry - Class in br.com.caelum.vraptor.ioc.guice
ComponentRegistry for Guice
GuiceComponentRegistry(Binder, Multibinder<StereotypeHandler>) - Constructor for class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
 
GuiceProvider - Class in br.com.caelum.vraptor.ioc.guice
A Container Provider that uses Google Guice as DI container.
GuiceProvider() - Constructor for class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 

H

handle(Class<?>) - Method in class br.com.caelum.vraptor.deserialization.DeserializesHandler
 
handle(Class<?>) - Method in class br.com.caelum.vraptor.ioc.ConverterHandler
 
handle(Class<?>) - Method in class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
 
handle(Class<?>) - Method in class br.com.caelum.vraptor.ioc.ResourceHandler
 
handle(Class<?>) - Method in interface br.com.caelum.vraptor.ioc.StereotypeHandler
 
handle(HypermediaResource) - Method in class br.com.caelum.vraptor.restfulie.headers.DefaultRestHeadersHandler
 
handle(HypermediaResource) - Method in interface br.com.caelum.vraptor.restfulie.RestHeadersHandler
 
handleGetObject(String) - Method in class br.com.caelum.vraptor.core.SafeResourceBundle
 
handleGetObject(String) - Method in class br.com.caelum.vraptor.util.FallbackResourceBundle
 
handlerFor(Class<? extends Interceptor>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
 
handlerFor(Class<? extends Interceptor>) - Method in interface br.com.caelum.vraptor.core.InterceptorHandlerFactory
chooses the right handler for the given type
hasAnnotation(Class<?>) - Static method in class br.com.caelum.vraptor.util.collections.Filters
 
hasBasePackages() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
hasBundle() - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
hasErrors() - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
hasErrors() - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
hasErrors() - Method in interface br.com.caelum.vraptor.Validator
 
hashCode() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
hashCode() - Method in class br.com.caelum.vraptor.resource.DefaultResourceClass
 
hashCode() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
hasMoreElements() - Method in class br.com.caelum.vraptor.util.FallbackEnumeration
 
Head - Annotation Type in br.com.caelum.vraptor
Supports the HEAD http method.
header(String, String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
header(String, String) - Method in interface br.com.caelum.vraptor.view.Status
 
HeaderParam - Annotation Type in br.com.caelum.vraptor
 
HibernateProxyInitializer - Class in br.com.caelum.vraptor.serialization
Deprecated.
3.5.0, since persistence plugins have their own projects
HibernateProxyInitializer() - Constructor for class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
Deprecated.
 
HibernateProxySerializer - Class in br.com.caelum.vraptor.serialization.gson.adapters
 
HibernateProxySerializer() - Constructor for class br.com.caelum.vraptor.serialization.gson.adapters.HibernateProxySerializer
 
HIGH - Static variable in annotation type br.com.caelum.vraptor.Path
 
HIGHEST - Static variable in annotation type br.com.caelum.vraptor.Path
 
HTMLSerialization - Class in br.com.caelum.vraptor.serialization
delegates the serialization for the default view
HTMLSerialization(Result, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.serialization.HTMLSerialization
 
http() - Static method in class br.com.caelum.vraptor.view.Results
Sends information through the HTTP protocol, like status codes and header
HttpMethod - Enum in br.com.caelum.vraptor.resource
 
HttpResult - Interface in br.com.caelum.vraptor.view
A view that deals with HTTP protocol, sending status and error codes and adding headers.
HypermediaResource - Interface in br.com.caelum.vraptor.restfulie.hypermedia
Basic restfulie implementation: use this interface to implement and let the serializer know which are the possible followign relations from this object's state.

I

i18n(String) - Method in class br.com.caelum.vraptor.validator.Validations
 
I18nMessage - Class in br.com.caelum.vraptor.validator
In this Message implementation, the message is i18n'ed while the category is literal.
I18nMessage(I18nParam, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.I18nMessage
 
I18nMessage(String, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.I18nMessage
 
I18nMessageSerialization - Class in br.com.caelum.vraptor.serialization
Basic i18n messsage json serialization alias.
I18nMessageSerialization(Container, Localization) - Constructor for class br.com.caelum.vraptor.serialization.I18nMessageSerialization
 
I18nParam - Class in br.com.caelum.vraptor.validator
Represents a lazy i18n parameter Use: I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy.param"));
I18nParam(String) - Constructor for class br.com.caelum.vraptor.validator.I18nParam
 
IgnoringSerializer - Class in br.com.caelum.vraptor.serialization
Doesn't serialize anything
IgnoringSerializer() - Constructor for class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
IllegalRouteException - Exception in br.com.caelum.vraptor.http.route
Illegal routes might be created under different situations.
IllegalRouteException(String) - Constructor for exception br.com.caelum.vraptor.http.route.IllegalRouteException
 
include(String, Object) - Method in class br.com.caelum.vraptor.core.DefaultResult
 
include(Object) - Method in class br.com.caelum.vraptor.core.DefaultResult
 
include(String...) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
include(String, Object) - Method in interface br.com.caelum.vraptor.Result
Stores an attribute in the result.
include(Object) - Method in interface br.com.caelum.vraptor.Result
Stores an attribute in the result.
include(String...) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
include(String...) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
include(String...) - Method in interface br.com.caelum.vraptor.serialization.Serializer
 
include(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
include(String...) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
include(String...) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
include(String, Object) - Method in class br.com.caelum.vraptor.util.test.MockResult
 
include(Object) - Method in class br.com.caelum.vraptor.util.test.MockResult
Uses the type name to include.
include() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
include() - Method in interface br.com.caelum.vraptor.view.PageResult
Server side include a result.
INCLUDE_REQUEST_URI - Static variable in class br.com.caelum.vraptor.core.RequestInfo
 
includeAll(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
included() - Method in class br.com.caelum.vraptor.core.DefaultResult
 
included() - Method in interface br.com.caelum.vraptor.Result
Return all included attributes via Result.include();
included(String) - Method in class br.com.caelum.vraptor.util.test.MockResult
 
included() - Method in class br.com.caelum.vraptor.util.test.MockResult
 
includeParameters(ResourceMethod, Object[]) - Method in interface br.com.caelum.vraptor.view.FlashScope
 
includeParameters(ResourceMethod, Object[]) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
 
indented() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
indented() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
indented() - Method in interface br.com.caelum.vraptor.serialization.JSONSerialization
 
indented() - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
indented() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
indented() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
INDENTED_LINE_INDENTER - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
INDENTED_NEW_LINE - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
init() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
Registers all application scoped elements into the container.
init() - Method in class br.com.caelum.vraptor.validator.MethodValidatorCreator
 
init(FilterConfig) - Method in class br.com.caelum.vraptor.VRaptor
 
initialize(Object) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
Deprecated.
 
initialize(Object) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
 
initialize(Object) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
Initialize the obj send if it is a proxy.
initializer - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
initializer - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
InputStreamDownload - Class in br.com.caelum.vraptor.interceptor.download
Handles download by reading from a input stream byte by byte.
InputStreamDownload(InputStream, String, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.InputStreamDownload
 
InputStreamDownload(InputStream, String, String, boolean, long) - Constructor for class br.com.caelum.vraptor.interceptor.download.InputStreamDownload
 
insideRequest(Container) - Method in interface br.com.caelum.vraptor.core.Execution
 
InstanceCreator - Interface in br.com.caelum.vraptor.proxy
Responsible for instantiating objects.
instanceFor(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
Retrieves the appropriate instance for the given class.
instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
 
instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
instanceFor(Class<T>) - Method in interface br.com.caelum.vraptor.proxy.InstanceCreator
Creates an instance for a class.
instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.proxy.ObjenesisInstanceCreator
 
instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.proxy.ReflectionInstanceCreator
 
instanceFor(Class<?>, Method) - Static method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
instanceFor(Class<T>, List<Message>) - Method in class br.com.caelum.vraptor.view.DefaultValidationViewsFactory
 
instanceFor(Class<T>, List<Message>) - Method in interface br.com.caelum.vraptor.view.ValidationViewsFactory
Create an instance of the validation version of the given view.
instanceWith(Container) - Static method in class br.com.caelum.vraptor.util.collections.Functions
 
instantiate(Target<?>, Parameters, List<Message>) - Method in interface br.com.caelum.vraptor.http.iogi.InstantiatorWithErrors
 
instantiate(Target<?>, Parameters) - Method in class br.com.caelum.vraptor.http.iogi.SetInstantiator
 
instantiate(Target<?>, Parameters, List<Message>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 
instantiate(Target<?>, Parameters) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 
instantiate(Class<T>) - Method in class br.com.caelum.vraptor.http.ognl.GenericNullHandler
 
instantiate(Class<T>) - Method in interface br.com.caelum.vraptor.http.ognl.NullHandler
 
instantiated(PicoContainer, ComponentAdapter<T>, Constructor<T>, Object, Object[], long) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor
 
InstantiateInterceptor - Class in br.com.caelum.vraptor.interceptor
Using a request scoped container, instantiates a resource.
Only instantiates the resource if it has not been instantiated so far, thus allowing composition of another component instantiator and this one.
InstantiateInterceptor(Container) - Constructor for class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
 
InstantiatorWithErrors - Interface in br.com.caelum.vraptor.http.iogi
 
IntegerConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Integer converter.
IntegerConverter() - Constructor for class br.com.caelum.vraptor.converter.IntegerConverter
 
intercept(T, Method, Object[], SuperMethod) - Method in class br.com.caelum.vraptor.core.ExceptionRecorder
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.NullMultipartInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.OutjectResult
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
 
intercept(T, Method, Object[], SuperMethod) - Method in interface br.com.caelum.vraptor.proxy.MethodInvocation
Executes for all method invocations on proxies.
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
 
intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
 
InterceptionException - Exception in br.com.caelum.vraptor
 
InterceptionException(Throwable) - Constructor for exception br.com.caelum.vraptor.InterceptionException
 
InterceptionException(String) - Constructor for exception br.com.caelum.vraptor.InterceptionException
 
InterceptionException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.InterceptionException
 
Interceptor - Interface in br.com.caelum.vraptor.interceptor
Whenever an interceptor accepts a resource method, its intercept method is invoked to intercept the process of request parsing in order to allow the software to do some specific tasks.
Common usage for interceptors for end-users (end-programmers) are security constraint checks, database session (open session in view) opening and much more.
InterceptorHandler - Interface in br.com.caelum.vraptor.core
An interceptor handler is a wrapper to either an interceptor instance or a interceptor definition.
InterceptorHandlerFactory - Interface in br.com.caelum.vraptor.core
Factory for InterceptorHandlers
InterceptorRegistry - Interface in br.com.caelum.vraptor.interceptor
 
InterceptorStack - Interface in br.com.caelum.vraptor.core
The interceptors stack.
InterceptorStereotypeHandler - Class in br.com.caelum.vraptor.ioc
 
InterceptorStereotypeHandler(InterceptorRegistry) - Constructor for class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
 
Intercepts - Annotation Type in br.com.caelum.vraptor
Notifies vraptor to use this interceptor in the interceptor stack.
Interceptors annotated are run in any order, therefore if the sequence is important to your project, use an annotated InterceptorSequence.
InvalidParameterException - Exception in br.com.caelum.vraptor.http
Some parameters sent by http were invalid.
InvalidParameterException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
 
InvalidParameterException(Throwable) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
 
invoke(Object, Object[]) - Method in interface br.com.caelum.vraptor.proxy.SuperMethod
 
IogiParametersProvider - Class in br.com.caelum.vraptor.http.iogi
 
IogiParametersProvider(ParameterNameProvider, HttpServletRequest, InstantiatorWithErrors) - Constructor for class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
 
is(Class<T>) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
is(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
is(Class<T>) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
 
is(Class<?>, Method) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
 
isAbleToInstantiate(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.SetInstantiator
 
isAbleToInstantiate(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class br.com.caelum.vraptor.validator.BeanValidatorTraversableResolver
 
isClasspathScanningEnabled() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
 
isCommitted() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
isDefault() - Method in class br.com.caelum.vraptor.core.SafeResourceBundle
 
isEligible(Method) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
isEmpty() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
isField(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
Returns true if the part is a field, false otherwise.
isProxy(Object) - Method in class br.com.caelum.vraptor.proxy.JavassistProxifier
 
isProxy(Object) - Method in interface br.com.caelum.vraptor.proxy.Proxifier
Return true if the object is a proxy, false otherwise.
isProxy(Class<?>) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
Deprecated.
 
isProxy(Class<?>) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
 
isProxy(Class<?>) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
Check if the clazz send is isAssignableFrom proxy.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class br.com.caelum.vraptor.validator.BeanValidatorTraversableResolver
 
isRecursive() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
isSingleton() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
 
isWithoutRoot() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
iterator() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 

J

JavaEvaluator - Class in br.com.caelum.vraptor.http.route
Evaluates expressions in order to access values.
JavaEvaluator() - Constructor for class br.com.caelum.vraptor.http.route.JavaEvaluator
 
JavassistBootstrapGenerator - Class in br.com.caelum.vraptor.scan
A BoostrapGenerator based on Javassist.
JavassistBootstrapGenerator() - Constructor for class br.com.caelum.vraptor.scan.JavassistBootstrapGenerator
 
JavassistProxifier - Class in br.com.caelum.vraptor.proxy
Javassist implementation for Proxifier.
JavassistProxifier(InstanceCreator) - Constructor for class br.com.caelum.vraptor.proxy.JavassistProxifier
 
json() - Static method in class br.com.caelum.vraptor.view.Results
Uses json serialization.
JsonDeserializer - Class in br.com.caelum.vraptor.deserialization
 
JsonDeserializer(ParameterNameProvider, TypeNameExtractor, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.deserialization.JsonDeserializer
 
jsonInstance() - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
jsonInstance() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
jsonp() - Static method in class br.com.caelum.vraptor.view.Results
Uses jsonp serialization.
JSONPSerialization - Interface in br.com.caelum.vraptor.serialization
Basic jsonp serialization support using the Json Builder.
JSONSerialization - Interface in br.com.caelum.vraptor.serialization
Basic json serialization support using a Json SerializerBuilder.
JSR303MockValidator - Class in br.com.caelum.vraptor.util.test
Mock Bean Validators - JSR 303
JSR303MockValidator() - Constructor for class br.com.caelum.vraptor.util.test.JSR303MockValidator
 
JstlLocalization - Class in br.com.caelum.vraptor.core
The default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used.
JstlLocalization(RequestInfo) - Constructor for class br.com.caelum.vraptor.core.JstlLocalization
 

L

Lazy - Annotation Type in br.com.caelum.vraptor
Identifies that given class should be used with a lazy strategy.
LifecycleListener - Interface in br.com.caelum.vraptor.ioc.guice
Listen to lifecycles
LifecycleScope - Interface in br.com.caelum.vraptor.ioc.guice
Extension for Guice Scope in order to support lifecycle callbacks
LinkConverter - Class in br.com.caelum.vraptor.restfulie.serialization
Reads all transitions from your resource object and converts them into link elements.
The converter passed in the constructor will be used to marshall the rest of the object.
LinkConverter(Converter, Restfulie, Configuration) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
 
LinkConverterJSON - Class in br.com.caelum.vraptor.restfulie.serialization
Reads all transitions from your resource object and converts them into link elements.
The converter passed in the constructor will be used to marshall the rest of the object.
LinkConverterJSON(Converter, Restfulie, Configuration) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
 
LinksSerializer - Class in br.com.caelum.vraptor.restfulie.serialization
 
LinksSerializer(XStream, Writer, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
LinkToHandler - Class in br.com.caelum.vraptor.view
View helper for generating uris
LinkToHandler(ServletContext, Router) - Constructor for class br.com.caelum.vraptor.view.LinkToHandler
 
ListAccessor - Class in br.com.caelum.vraptor.http.ognl
This list accessor is responsible for setting null values up to the list size.
Compatibility issues might arrive (in previous vraptor versions, the object was instantiated instead of null being set).
ListAccessor(Converters) - Constructor for class br.com.caelum.vraptor.http.ognl.ListAccessor
 
ListNullHandler - Class in br.com.caelum.vraptor.http.ognl
Capable of instantiating lists.
ListNullHandler(EmptyElementsRemoval) - Constructor for class br.com.caelum.vraptor.http.ognl.ListNullHandler
 
loadAll() - Method in interface br.com.caelum.vraptor.ioc.pico.Loader
 
Loader - Interface in br.com.caelum.vraptor.ioc.pico
Loads all resources, components and interceptors for vraptor.
LocalDateConverter - Class in br.com.caelum.vraptor.converter.jodatime
VRaptor converter for LocalDate.
LocalDateConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalDateConverter
 
LocalDateTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
VRaptor converter for LocalDateTime.
LocalDateTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalDateTimeConverter
 
LocaleBasedBigDecimalConverter - Class in br.com.caelum.vraptor.converter.l10n
Localized version of VRaptor's BigDecimal converter.
LocaleBasedBigDecimalConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
 
LocaleBasedCalendarConverter - Class in br.com.caelum.vraptor.converter
Locale based calendar converter.
LocaleBasedCalendarConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
 
LocaleBasedDateConverter - Class in br.com.caelum.vraptor.converter
Locale based date converter.
LocaleBasedDateConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
 
LocaleBasedDoubleConverter - Class in br.com.caelum.vraptor.converter.l10n
Localized version of VRaptor's Double converter.
LocaleBasedDoubleConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
 
LocaleBasedFloatConverter - Class in br.com.caelum.vraptor.converter.l10n
Localized version of VRaptor's Float converter.
LocaleBasedFloatConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
 
LocaleBasedPrimitiveDoubleConverter - Class in br.com.caelum.vraptor.converter.l10n
Localized version of VRaptor's Double converter.
LocaleBasedPrimitiveDoubleConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
 
LocaleBasedPrimitiveFloatConverter - Class in br.com.caelum.vraptor.converter.l10n
Localized version of VRaptor's Float converter.
LocaleBasedPrimitiveFloatConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
 
LocaleBasedTimeConverter - Class in br.com.caelum.vraptor.converter
 
LocaleBasedTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedTimeConverter
 
Localization - Interface in br.com.caelum.vraptor.core
A i18n messages provider.
LocalTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
VRaptor converter for LocalTime.
LocalTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalTimeConverter
 
logic() - Static method in class br.com.caelum.vraptor.view.Results
Server and client side forward to another logic.
LogicResult - Interface in br.com.caelum.vraptor.view
Logic result allows logics to redirect to another logic by invoking the method itself, in a very typesafe way.
LongConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Long converter.
LongConverter() - Constructor for class br.com.caelum.vraptor.converter.LongConverter
 
lookupParameterNames(AccessibleObject) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
 
LOW - Static variable in annotation type br.com.caelum.vraptor.Path
 
lowercaseFirst(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
lowerFirstCharacter(String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
LOWEST - Static variable in annotation type br.com.caelum.vraptor.Path
 
LRUCache<K,V> - Class in br.com.caelum.vraptor.util
A LRU cache based on LinkedHashMap.
LRUCache(int) - Constructor for class br.com.caelum.vraptor.util.LRUCache
 

M

main(String[]) - Static method in class br.com.caelum.vraptor.scan.VRaptorStaticScanning
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.validator.MessageConverter
 
matches(String) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
matches(String) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
wether the uri matches this uri
matches(Method) - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
Whether this relation uses this specific method in order to get executed.
matches(Method) - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
 
matching(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
 
matching(String) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder.ParameterControlBuilder
 
Message - Interface in br.com.caelum.vraptor.validator
 
message() - Static method in class br.com.caelum.vraptor.view.Results
Alias for json i18nMessage serialization
MessageConverter - Class in br.com.caelum.vraptor.validator
Converter for normalizing Message serialization
MessageConverter() - Constructor for class br.com.caelum.vraptor.validator.MessageConverter
 
MessageInterpolatorFactory - Class in br.com.caelum.vraptor.validator
Factory for JSR303 MessageInterpolator
MessageInterpolatorFactory(ValidatorFactory) - Constructor for class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
 
method - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
MethodInfo - Interface in br.com.caelum.vraptor.core
Represents all method parameters, and the result returned by the invoked method.
MethodInvocation<T> - Interface in br.com.caelum.vraptor.proxy
Callback for method invocations on proxies.
methodNotAllowed(EnumSet<HttpMethod>) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
methodNotAllowed(EnumSet<HttpMethod>) - Method in interface br.com.caelum.vraptor.view.Status
 
MethodNotAllowedException - Exception in br.com.caelum.vraptor.http.route
Exception thrown when no routes matching given URI allow given HTTP method.
MethodNotAllowedException(Set<HttpMethod>, String) - Constructor for exception br.com.caelum.vraptor.http.route.MethodNotAllowedException
 
MethodNotAllowedHandler - Interface in br.com.caelum.vraptor.resource
Handler for Method Not Allowed Http Status (405).
MethodValidatorCreator - Class in br.com.caelum.vraptor.validator
Bring up Method Validation factory.
MethodValidatorCreator() - Constructor for class br.com.caelum.vraptor.validator.MethodValidatorCreator
 
MethodValidatorInterceptor - Class in br.com.caelum.vraptor.validator
Validate method parameters using Hibernate Validator.
MethodValidatorInterceptor(ParameterNameProvider, Localization, MessageInterpolator, Validator, MethodInfo, MethodValidator) - Constructor for class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
 
MethodValueSupportConverter - Class in br.com.caelum.vraptor.restfulie.serialization
 
MethodValueSupportConverter(ReflectionConverter) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
 
mimeToFormat - Variable in class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
 
MissingConfigurationException - Exception in br.com.caelum.vraptor.ioc.spring
 
MissingConfigurationException(String) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
 
MissingConfigurationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
 
MissingConfigurationException(Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
 
MockedLogic - Class in br.com.caelum.vraptor.util.test
 
MockedLogic() - Constructor for class br.com.caelum.vraptor.util.test.MockedLogic
 
MockHttpResult - Class in br.com.caelum.vraptor.util.test
A mocked Result for testing the http body, content type and character encoding.
MockHttpResult() - Constructor for class br.com.caelum.vraptor.util.test.MockHttpResult
 
MockHttpServletResponse - Class in br.com.caelum.vraptor.util.test
A simple mock for HttpServletResponse.
MockHttpServletResponse() - Constructor for class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
MockLocalization - Class in br.com.caelum.vraptor.util.test
A localization that returns safe empty bundles
MockLocalization() - Constructor for class br.com.caelum.vraptor.util.test.MockLocalization
 
MockResult - Class in br.com.caelum.vraptor.util.test
A mocked Result for testing your controllers.
MockResult(Proxifier) - Constructor for class br.com.caelum.vraptor.util.test.MockResult
 
MockResult() - Constructor for class br.com.caelum.vraptor.util.test.MockResult
 
MockSerializationResult - Class in br.com.caelum.vraptor.util.test
A mocked Result for testing your serialized objects returns.
MockSerializationResult(Proxifier, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
 
MockSerializationResult(Proxifier, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
 
MockSerializationResult() - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
 
MockSerializationResult(XStreamBuilder) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
 
MockValidator - Class in br.com.caelum.vraptor.util.test
Mocked Validator for testing your controllers.
MockValidator() - Constructor for class br.com.caelum.vraptor.util.test.MockValidator
 
movedPermanentlyTo(String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
movedPermanentlyTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
movedPermanentlyTo(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
movedPermanentlyTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
movedPermanentlyTo(String) - Method in interface br.com.caelum.vraptor.view.HttpResult
Deprecated.
use result.use(status()).movedPermanentlyTo(url) instead
movedPermanentlyTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.HttpResult
Deprecated.
use result.use(status()).movedPermanentlyTo(ClientsController.class).list(); instead
movedPermanentlyTo(String) - Method in interface br.com.caelum.vraptor.view.Status
Send redirect with Moved Permanently (301) Header Example: result.use(http()).movedPermanentlyTo("/clients"); will move to //clients
movedPermanentlyTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.Status
same as movedPermanentlyTo(String), but will use the url for controller.method(args); Example: result.use(http()).movedPermanentlyTo(ClientsController.class).list();
MultipartConfig - Interface in br.com.caelum.vraptor.interceptor.multipart
Basic multi part interceptor configuration.
MultipartInterceptor - Interface in br.com.caelum.vraptor.interceptor.multipart
An interceptor which handles multipart requests.
MutableRequest - Interface in br.com.caelum.vraptor.http
A request capable of receiving extra parameters.
MutableResponse - Interface in br.com.caelum.vraptor.http
A response that can add listeners to Redirects
MutableResponse.RedirectListener - Interface in br.com.caelum.vraptor.http
 

N

name - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
nameFor(Type) - Method in class br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
 
nameFor(Type) - Method in interface br.com.caelum.vraptor.interceptor.TypeNameExtractor
 
nameFor(String) - Method in class br.com.caelum.vraptor.serialization.DefaultXMLConfiguration
 
nameFor(String) - Method in interface br.com.caelum.vraptor.serialization.XMLConfiguration
 
newRelationBuilder() - Method in class br.com.caelum.vraptor.restfulie.DefaultRestfulie
 
newRelationBuilder() - Method in interface br.com.caelum.vraptor.restfulie.Restfulie
Creates a new relation builder
next(ResourceMethod, Object) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
next(ResourceMethod, Object) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
Invokes the next interceptor on the stack.
nextElement() - Method in class br.com.caelum.vraptor.util.FallbackEnumeration
 
noContent() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
noContent() - Method in interface br.com.caelum.vraptor.view.Status
Returns a No Content status (204)
NoRootSerialization - Interface in br.com.caelum.vraptor.serialization
Creates a serializer of a given format with out ROOT alias.
NoRoutesConfiguration - Class in br.com.caelum.vraptor.http.route
No extra routes are registered.
NoRoutesConfiguration() - Constructor for class br.com.caelum.vraptor.http.route.NoRoutesConfiguration
 
NoStrategy - Class in br.com.caelum.vraptor.http.route
A route strategy which is basically invalid in order to force users to not forget to decide a route strategy.
NoStrategy() - Constructor for class br.com.caelum.vraptor.http.route.NoStrategy
 
notAcceptable() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
notAcceptable() - Method in interface br.com.caelum.vraptor.view.Status
The accepted media type is not supported.(406)
notFound() - Method in class br.com.caelum.vraptor.core.AbstractResult
 
notFound() - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(status()).notFound();
notFound() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
notFound() - Method in interface br.com.caelum.vraptor.view.Status
Returns a Not Found (404) status
nothing() - Method in class br.com.caelum.vraptor.core.AbstractResult
 
nothing() - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(nothing())
nothing() - Static method in class br.com.caelum.vraptor.view.Results
Uses an empty page.
notModified() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
notModified() - Method in interface br.com.caelum.vraptor.view.Status
Returns a Not Modified (304) status
NoTypeFinder - Class in br.com.caelum.vraptor.http.route
 
NoTypeFinder() - Constructor for class br.com.caelum.vraptor.http.route.NoTypeFinder
 
NullBeanValidator - Class in br.com.caelum.vraptor.validator
A bean validator that does nothing
NullBeanValidator() - Constructor for class br.com.caelum.vraptor.validator.NullBeanValidator
 
NullEncodingHandler - Class in br.com.caelum.vraptor.http
EncodingHandler that does nothing.
NullEncodingHandler() - Constructor for class br.com.caelum.vraptor.http.NullEncodingHandler
 
NullHandler - Interface in br.com.caelum.vraptor.http.ognl
 
nullHandler() - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
NullMultipartInterceptor - Class in br.com.caelum.vraptor.interceptor.multipart
A null implementation of MultipartInterceptor.
NullMultipartInterceptor() - Constructor for class br.com.caelum.vraptor.interceptor.multipart.NullMultipartInterceptor
 
nullPropertyValue(Map, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ReflectionBasedNullHandler
 
NullProxyInitializer - Class in br.com.caelum.vraptor.serialization
ProxyInitializer that does nothing.
NullProxyInitializer() - Constructor for class br.com.caelum.vraptor.serialization.NullProxyInitializer
 
NullWebAppBootstrap - Class in br.com.caelum.vraptor.scan
 
NullWebAppBootstrap() - Constructor for class br.com.caelum.vraptor.scan.NullWebAppBootstrap
 

O

ObjenesisInstanceCreator - Class in br.com.caelum.vraptor.proxy
Objenesis implementation for InstanceCreator.
ObjenesisInstanceCreator() - Constructor for class br.com.caelum.vraptor.proxy.ObjenesisInstanceCreator
 
of(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
of(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
of(HttpServletRequest) - Static method in enum br.com.caelum.vraptor.resource.HttpMethod
 
of(Class<T>) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(page()).of(controller)
of(T) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(page()).of(controller.getClass()) so you can use on your controller:
result.of(this).aMethod();
of(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
of(Class<T>) - Method in interface br.com.caelum.vraptor.view.PageResult
Render the default view of given logic, without executing the logic.
ofType(Class<?>) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
 
ofType(Class<?>) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder.ParameterControlBuilder
 
OgnlFacade - Class in br.com.caelum.vraptor.http.ognl
Trying to hide all OGNL ugliness
OgnlFacade(Converters, EmptyElementsRemoval, Proxifier) - Constructor for class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
OgnlParametersProvider - Class in br.com.caelum.vraptor.http.ognl
Provides parameters using ognl to parse expression values into parameter values.
OgnlParametersProvider(ParameterNameProvider, HttpServletRequest, Container, OgnlFacade) - Constructor for class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
OgnlParametersProvider.Parameter - Class in br.com.caelum.vraptor.http.ognl
 
OgnlParametersProvider.Parameter(Type, Class, String, ResourceMethod) - Constructor for class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
ok() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
ok() - Method in interface br.com.caelum.vraptor.view.Status
Returns a Ok status (200)
OldAndProbablyBuggyConfigurer - Class in br.com.caelum.vraptor.serialization.xstream
 
OldAndProbablyBuggyConfigurer(XStream) - Constructor for class br.com.caelum.vraptor.serialization.xstream.OldAndProbablyBuggyConfigurer
 
on(Class<? extends Exception>) - Method in class br.com.caelum.vraptor.core.DefaultResult
 
on(Class<? extends Exception>) - Method in interface br.com.caelum.vraptor.Result
Add an Exception to be handled by Exception Handler.
on(Class<? extends Exception>) - Method in class br.com.caelum.vraptor.util.test.MockResult
 
onApplicationEvent(ApplicationEvent) - Method in class br.com.caelum.vraptor.ioc.spring.StereotypedBeansRegistrar
 
onErrorForwardTo(Class<T>) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorForwardTo(T) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorForwardTo(Class<T>) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorForwardTo(T) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorRedirectTo(Class<T>) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorRedirectTo(T) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorRedirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorRedirectTo(T) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorSendBadRequest() - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorSendBadRequest() - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorUse(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
onErrorUse(Class<T>) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
onErrorUse(Class<T>) - Method in interface br.com.caelum.vraptor.Validator
 
onErrorUsePageOf(Class<T>) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorUsePageOf(T) - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorUsePageOf(Class<T>) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onErrorUsePageOf(T) - Method in interface br.com.caelum.vraptor.Validator
Shortcut for
onEvent() - Method in interface br.com.caelum.vraptor.ioc.guice.LifecycleListener
 
Options - Annotation Type in br.com.caelum.vraptor
Supports the OPTIONS http method.
org.hamcrest - package org.hamcrest
 
Outjector - Interface in br.com.caelum.vraptor.validator
This class is responsible for outjecting request parameter to the next request.
outjectRequestMap() - Method in interface br.com.caelum.vraptor.validator.Outjector
 
outjectRequestMap() - Method in class br.com.caelum.vraptor.validator.ReplicatorOutjector
 
OutjectResult - Class in br.com.caelum.vraptor.interceptor
Outjects the result of the method invocation to the desired result
OutjectResult(Result, MethodInfo, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.interceptor.OutjectResult
 

P

page() - Static method in class br.com.caelum.vraptor.view.Results
Offers server side forward and include for web pages.
Should be used only with end results (not logics), otherwise you might achieve the server-redirect-hell (f5 problem) issue.
PageResult - Interface in br.com.caelum.vraptor.view
A common forward/redirect/include page result.
ParameterizedTypeSearcher - Class in br.com.caelum.vraptor.restfulie.controller
 
ParameterizedTypeSearcher() - Constructor for class br.com.caelum.vraptor.restfulie.controller.ParameterizedTypeSearcher
 
ParameterNameProvider - Interface in br.com.caelum.vraptor.http
Provides all parameter names for an specific java method.
parameterNamesFor(AccessibleObject) - Method in class br.com.caelum.vraptor.http.DefaultParameterNameProvider
 
parameterNamesFor(AccessibleObject) - Method in interface br.com.caelum.vraptor.http.ParameterNameProvider
 
parameterNamesFor(AccessibleObject) - Method in class br.com.caelum.vraptor.http.ParanamerNameProvider
 
ParametersControl - Interface in br.com.caelum.vraptor.http.route
 
ParametersInstantiatorInterceptor - Class in br.com.caelum.vraptor.interceptor
An interceptor which instantiates parameters and provide them to the stack.
ParametersInstantiatorInterceptor(ParametersProvider, ParameterNameProvider, MethodInfo, Validator, Localization, MutableRequest, FlashScope) - Constructor for class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
 
ParametersProvider - Interface in br.com.caelum.vraptor.http
Provides all parameters required to invoke an specific java method.
parametersThatStartWith(String) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
parametersWereSet() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
parametersWereSet() - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
ParanamerNameProvider - Class in br.com.caelum.vraptor.http
Paranamer based parameter name provider provides parameter names based on their local variable name during compile time.
ParanamerNameProvider() - Constructor for class br.com.caelum.vraptor.http.ParanamerNameProvider
 
parse(String, HttpMethod, MutableRequest) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
parse(String, HttpMethod, MutableRequest) - Method in interface br.com.caelum.vraptor.http.route.Router
Find a ResourceMethod that can handle this request.
Patch - Annotation Type in br.com.caelum.vraptor
Supports the PATCH http method.
Path - Annotation Type in br.com.caelum.vraptor
Sets a custom path to allow web requisitions to access this resource.
To be used together with web methods annotations as Get, Post and so on.
PathAnnotationRoutesParser - Class in br.com.caelum.vraptor.http.route
The default parser routes creator uses the path annotation to create rules.
PathAnnotationRoutesParser(Router) - Constructor for class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
pathFor(ResourceMethod) - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
pathFor(ResourceMethod) - Method in interface br.com.caelum.vraptor.view.PathResolver
 
PathResolver - Interface in br.com.caelum.vraptor.view
Decides the url to go to after a request was executed.
permanentlyRedirectTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
permanentlyRedirectTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
permanentlyRedirectTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
permanentlyRedirectTo(String) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(status()).movedPermanentlyTo(uri).
permanentlyRedirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(status()).movedPermanentlyTo(controller).
permanentlyRedirectTo(T) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(status()).movedPermanentlyTo(controller.getClass()).
PicoBasedContainer - Class in br.com.caelum.vraptor.ioc.pico
A pico container based implementation of a component providing container.
PicoBasedContainer(MutablePicoContainer) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
 
PicoComponentAdapter - Class in br.com.caelum.vraptor.ioc.pico
Pico's ComponentAdapter wrapping VRaptor's ComponentFactory
PicoComponentAdapter(Class<?>, Class<? extends ComponentFactory>) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
 
PicoComponentRegistry - Class in br.com.caelum.vraptor.ioc.pico
Provides containers, controlling all scopes and registering all different components on their respective areas.
PicoComponentRegistry(MutablePicoContainer, ComponentFactoryRegistry) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
 
PicoComponentRegistry.AttributeSetterComponentMonitor - Class in br.com.caelum.vraptor.ioc.pico
 
PicoComponentRegistry.AttributeSetterComponentMonitor(PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor
 
PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter - Interface in br.com.caelum.vraptor.ioc.pico
 
PicoProvider - Class in br.com.caelum.vraptor.ioc.pico
Managing internal components by using pico container.
There is an extension point through the registerComponents method, which allows one to give a customized container.
PicoProvider() - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
Post - Annotation Type in br.com.caelum.vraptor
Supports the POST http method.
PrimitiveBooleanConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive boolean converter.
PrimitiveBooleanConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
 
PrimitiveByteConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive byte converter.
PrimitiveByteConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveByteConverter
 
PrimitiveCharConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive char converter.
PrimitiveCharConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveCharConverter
 
PrimitiveDoubleConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive double converter.
PrimitiveDoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
 
PrimitiveFloatConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive float converter.
PrimitiveFloatConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
 
PrimitiveIntConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive int converter.
PrimitiveIntConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveIntConverter
 
PrimitiveLongConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive long converter.
PrimitiveLongConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveLongConverter
 
PrimitiveShortConverter - Class in br.com.caelum.vraptor.converter
VRaptor's primitive short converter.
PrimitiveShortConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveShortConverter
 
PriorityRoutesList - Class in br.com.caelum.vraptor.http.route
Order Routes by priority
PriorityRoutesList() - Constructor for class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
processFile(FileItem, String) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
 
PrototypeScoped - Annotation Type in br.com.caelum.vraptor.ioc
Components annotated as prototypeScoped will be created whenever asked for an instance.
provide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
 
provideForRequest(RequestInfo, Execution<T>) - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
 
provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
Provides request scope support for Spring IoC Container when org.springframework.web.context.request.RequestContextListener has not been called.
Proxifier - Interface in br.com.caelum.vraptor.proxy
Implementations of this interface are used to create Proxy instances whenever needed.
proxifier - Variable in class br.com.caelum.vraptor.util.test.MockResult
 
proxify(Class<T>, MethodInvocation<? super T>) - Method in class br.com.caelum.vraptor.proxy.JavassistProxifier
 
proxify(Class<T>, MethodInvocation<? super T>) - Method in interface br.com.caelum.vraptor.proxy.Proxifier
Creates a proxy for class defined in type parameter.
ProxyConverter - Class in br.com.caelum.vraptor.serialization.xstream
 
ProxyConverter(ProxyInitializer, XStream) - Constructor for class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
 
ProxyCreationException - Exception in br.com.caelum.vraptor.proxy
Thrown when proxy creation fails.
ProxyCreationException(Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
 
ProxyCreationException(String) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
 
ProxyCreationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
 
ProxyInitializer - Interface in br.com.caelum.vraptor.serialization
Initializer of proxfied objets.
ProxyInvocationException - Exception in br.com.caelum.vraptor.proxy
Thrown when proxy invocation fails.
ProxyInvocationException(Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
 
ProxyInvocationException(String) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
 
ProxyInvocationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
 
Put - Annotation Type in br.com.caelum.vraptor
Supports the PUT http method.

R

record(Class<? extends Exception>) - Method in class br.com.caelum.vraptor.core.DefaultExceptionMapper
 
record(Class<? extends Exception>) - Method in interface br.com.caelum.vraptor.core.ExceptionMapper
Store the exception and return a proxy with Result state.
recursive() - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
recursive() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
recursive() - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
recursive() - Method in interface br.com.caelum.vraptor.serialization.Serializer
Include all fields, recursively.
recursive() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
redirect(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
redirect() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
 
redirect(String) - Method in interface br.com.caelum.vraptor.view.PageResult
Deprecated.
As of 3.2, replaced by PageResult.redirectTo(String url)
redirect() - Method in interface br.com.caelum.vraptor.view.RefererResult
Redirects to Referer.
redirectTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
redirectTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
redirectTo(String) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(page()).redirectTo(uri);
redirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(logic()).redirectTo(controller)
redirectTo(T) - Method in interface br.com.caelum.vraptor.Result
A shortcut to result.use(logic()).redirectTo(controller.getClass()) so you can use on your controller:
result.redirectTo(this).aMethod();
redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockedLogic
 
redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultLogicResult
 
redirectTo(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
 
redirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.LogicResult
Returns an instance of that (pre-registered) logic.
redirectTo(String) - Method in interface br.com.caelum.vraptor.view.PageResult
Client side redirect to an specific url.
referer() - Static method in class br.com.caelum.vraptor.view.Results
Uses Referer header to redirect or forward
RefererResult - Interface in br.com.caelum.vraptor.view
Redirects or forwards to the Referer.
ReflectionBasedNullHandler - Class in br.com.caelum.vraptor.http.ognl
This null handler is a decorator for ognl api to invoke vraptor's api in order to be able to instantiate collections, arrays and custom types whenever the property is null.
ReflectionBasedNullHandler(Proxifier) - Constructor for class br.com.caelum.vraptor.http.ognl.ReflectionBasedNullHandler
 
ReflectionInstanceCreator - Class in br.com.caelum.vraptor.proxy
Java Reflection implementation for InstanceCreator.
ReflectionInstanceCreator() - Constructor for class br.com.caelum.vraptor.proxy.ReflectionInstanceCreator
 
register(Class<?>, Class<?>) - Method in interface br.com.caelum.vraptor.ComponentRegistry
Registers a component to be used only when the required type is required.
register(Class<? extends Converter<?>>) - Method in interface br.com.caelum.vraptor.core.Converters
 
register(Class<? extends Converter<?>>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
 
register(Class<? extends Deserializer>) - Method in class br.com.caelum.vraptor.deserialization.DefaultDeserializers
 
register(Class<? extends Deserializer>) - Method in interface br.com.caelum.vraptor.deserialization.Deserializers
 
register(Class<? extends Interceptor>...) - Method in class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
 
register(Class<? extends Interceptor>...) - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
 
register(Class<? extends Interceptor>...) - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
 
register(Class, Class) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
 
register(Class<? extends ComponentFactory>) - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
 
register(Class<? extends ComponentFactory>) - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
 
register(Class<?>, Class<?>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
 
register(Class<?>, Class<?>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
registerBundledComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
Register default vraptor-pico implementation components.
registerComponents(XStream) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters
Method used to register all the XStream converters scanned to a XStream instance
registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
you can override this method for registering custom components, or use optional vraptor components, like hibernate session and session factory creators: registry.register(SessionCreator.class, SessionCreator.class); registry.register(SessionFactoryCreator.class, SessionFactoryCreator.class);
registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
 
registerDestroyListener(LifecycleListener) - Method in interface br.com.caelum.vraptor.ioc.guice.LifecycleScope
 
registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
 
registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
registerInScope(Map<Class, Class>, Scope) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
 
registerRulesFor(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
relation(Class<T>) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
relation(String) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
 
relation(String) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
 
relation(Class<T>) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
 
Relation - Interface in br.com.caelum.vraptor.restfulie.relation
Represents a relation between a resource and another.
relation(String) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
Creates a named relation
relation(Class<T>) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
Creates a relation using default name
RelationBuilder - Interface in br.com.caelum.vraptor.restfulie.relation
Controls the process of creating new relations.
RelationBuilder.WithName - Interface in br.com.caelum.vraptor.restfulie.relation
 
remove(Object) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
removeAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
removeEldestEntry(Map.Entry<K, V>) - Method in class br.com.caelum.vraptor.util.LRUCache
 
removeExtraElements() - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
 
removeNullsFromArray(Object) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
 
removeTrailingSlash(String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
replay(Result) - Method in class br.com.caelum.vraptor.core.ExceptionRecorder
 
replay(Exception) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
ReplicatorOutjector - Class in br.com.caelum.vraptor.validator
Outjector implementation that replicates logic parameters to next logic
ReplicatorOutjector(Result, MethodInfo, ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.validator.ReplicatorOutjector
 
reportException(Exception) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
reportSizeLimitExceeded(FileUploadBase.SizeLimitExceededException) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
This method is called when the FileUploadBase.SizeLimitExceededException was thrown.
reportSizeLimitExceeded(IllegalStateException) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
This method is called when the max upload size is reached.
representation() - Static method in class br.com.caelum.vraptor.view.Results
Uses a representation of an object based on request accept format.
RepresentationResult - Interface in br.com.caelum.vraptor.serialization
Chooses a serializer to serialize an object.
RequestCustomScope - Class in br.com.caelum.vraptor.ioc.guice
Guice's Request Scope.
RequestCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
 
RequestExecution - Interface in br.com.caelum.vraptor.core
A request execution process.
RequestInfo - Class in br.com.caelum.vraptor.core
Simple wrapper for request, response and servlet context.
RequestInfo(ServletContext, FilterChain, MutableRequest, MutableResponse) - Constructor for class br.com.caelum.vraptor.core.RequestInfo
 
requestingStaticFile(HttpServletRequest) - Method in class br.com.caelum.vraptor.core.DefaultStaticContentHandler
 
requestingStaticFile(HttpServletRequest) - Method in interface br.com.caelum.vraptor.core.StaticContentHandler
Return true if the requested file is a static content, false otherwise.
RequestScoped - Annotation Type in br.com.caelum.vraptor.ioc
 
reset() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
resetBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
resetRequestForCurrentThread() - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
 
Resource - Annotation Type in br.com.caelum.vraptor
Resources are entry points for requests; i.e, requests are handled by VRaptor Resources.
ResourceBundleDescription - Class in org.hamcrest
A description which uses a resource bundle to i18n messages.
ResourceBundleDescription() - Constructor for class org.hamcrest.ResourceBundleDescription
 
ResourceBundleDescription(Appendable) - Constructor for class org.hamcrest.ResourceBundleDescription
 
ResourceClass - Interface in br.com.caelum.vraptor.resource
Represents a web accessible Resource class.
ResourceControl<T> - Interface in br.com.caelum.vraptor.restfulie.controller
Resources implementing this interface will be serialized with their links.
ResourceControllerInterceptor<T extends HypermediaResource> - Class in br.com.caelum.vraptor.restfulie.controller
Intercepts invocations to state control's intercepted controllers.
ResourceControllerInterceptor(ResourceControl<T>, Restfulie, Status, RequestInfo, Routes) - Constructor for class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
 
ResourceHandler - Class in br.com.caelum.vraptor.ioc
 
ResourceHandler(Router, RoutesParser, ServletContext) - Constructor for class br.com.caelum.vraptor.ioc.ResourceHandler
 
ResourceLookupInterceptor - Class in br.com.caelum.vraptor.interceptor
Looks up the resource for a specific request and delegates for the 404 component if unable to find it.
ResourceLookupInterceptor(UrlToResourceTranslator, MethodInfo, ResourceNotFoundHandler, MethodNotAllowedHandler, RequestInfo) - Constructor for class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
 
resourceMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
resourceMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
resourceMethod(MutableRequest, String) - Method in interface br.com.caelum.vraptor.http.route.Route
Returns the resource method for this specifig rule.
ResourceMethod - Interface in br.com.caelum.vraptor.resource
An identifier for a resource accesible web method.
ResourceNotFoundException - Exception in br.com.caelum.vraptor.http.route
Exception thrown when no routes matching URI are found.
ResourceNotFoundException() - Constructor for exception br.com.caelum.vraptor.http.route.ResourceNotFoundException
 
ResourceNotFoundHandler - Interface in br.com.caelum.vraptor.resource
A component capable of handling not found components.
response - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
response - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
RestDefaults - Interface in br.com.caelum.vraptor.restfulie.headers
Interface that provides defaults for Resource information
RestfulEntity - Interface in br.com.caelum.vraptor.restfulie.resource
An interface that defines HTTP entities characteristics for a resource.
Restfulie - Interface in br.com.caelum.vraptor.restfulie
Entry point for Restfulie operations
RestfulSerialization - Class in br.com.caelum.vraptor.restfulie.serialization
Custom serialization process provides a way to add links to your resource representations.
RestfulSerialization(HttpServletResponse, TypeNameExtractor, Restfulie, Configuration, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.RestfulSerialization
 
RestfulSerializationJSON - Class in br.com.caelum.vraptor.restfulie.serialization
Custom serialization process provides a way to add links to your resource representations.
RestfulSerializationJSON(HttpServletResponse, TypeNameExtractor, Restfulie, Configuration, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.RestfulSerializationJSON
 
RestHeadersHandler - Interface in br.com.caelum.vraptor.restfulie
Handles extra handlers when rendering a resource.
Result - Interface in br.com.caelum.vraptor
A resource requisition result.
ResultException - Exception in br.com.caelum.vraptor.view
 
ResultException(Throwable) - Constructor for exception br.com.caelum.vraptor.view.ResultException
 
ResultException(String) - Constructor for exception br.com.caelum.vraptor.view.ResultException
 
ResultException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.view.ResultException
 
Results - Class in br.com.caelum.vraptor.view
Some common results for most web based logics.
Results() - Constructor for class br.com.caelum.vraptor.view.Results
 
retainAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
retrieve(String) - Method in interface br.com.caelum.vraptor.restfulie.controller.ResourceControl
Given its id (retrieved from the request parameter %id%), returns an element from the database or null if its not found.
returnOnFinalMethods(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockResult
 
Route - Interface in br.com.caelum.vraptor.http.route
An specific route rule.
RouteBuilder - Interface in br.com.caelum.vraptor.http.route
 
RouteBuilder.ParameterControlBuilder - Interface in br.com.caelum.vraptor.http.route
 
routeFor(String) - Method in class br.com.caelum.vraptor.http.route.Rules
 
RouteNotFoundException - Exception in br.com.caelum.vraptor.http.route
A route was not found for the specified parameters.
RouteNotFoundException(String) - Constructor for exception br.com.caelum.vraptor.http.route.RouteNotFoundException
 
Router - Interface in br.com.caelum.vraptor.http.route
Handles different rules in order to translate urls into Resource methods.
Routes - Interface in br.com.caelum.vraptor.core
Allows easy access to detect any route information.
In order to access the uri for a method, one should invoke
routes() - Method in class br.com.caelum.vraptor.http.route.Rules
 
RoutesConfiguration - Interface in br.com.caelum.vraptor.http.route
Configs your routes for your application.
RoutesParser - Interface in br.com.caelum.vraptor.http.route
Extracts all possible routes for this specific resource.
Rules - Class in br.com.caelum.vraptor.http.route
Rules for resource localization.
Rules(Router) - Constructor for class br.com.caelum.vraptor.http.route.Rules
 
rulesFor(ResourceClass) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
rulesFor(ResourceClass) - Method in interface br.com.caelum.vraptor.http.route.RoutesParser
 

S

SafeResourceBundle - Class in br.com.caelum.vraptor.core
A Resource bundle that doesn't throw exception when there is no resource of given key.
SafeResourceBundle(ResourceBundle) - Constructor for class br.com.caelum.vraptor.core.SafeResourceBundle
 
SafeResourceBundle(ResourceBundle, boolean) - Constructor for class br.com.caelum.vraptor.core.SafeResourceBundle
 
scan(ClasspathResolver) - Method in interface br.com.caelum.vraptor.scan.ComponentScanner
Scan all classes in WEB-INF/classes and all classes from JARs from WEB-INF/lib belonging to specific packages.
scan(ClasspathResolver) - Method in class br.com.caelum.vraptor.scan.ScannotationComponentScanner
 
ScannerException - Exception in br.com.caelum.vraptor.scan
Unchecked exception used in the scanner package
ScannerException(String) - Constructor for exception br.com.caelum.vraptor.scan.ScannerException
 
ScannerException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.scan.ScannerException
 
SCANNING_PARAM - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
Disables/enables classpath scanning
ScannotationComponentScanner - Class in br.com.caelum.vraptor.scan
A Scannotation based Component Scanner
ScannotationComponentScanner() - Constructor for class br.com.caelum.vraptor.scan.ScannotationComponentScanner
 
scope(Key<T>, Provider<T>) - Method in class br.com.caelum.vraptor.ioc.guice.AbstractScope
 
scope(Key<T>, Provider<T>) - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
 
search(Class<?>) - Method in class br.com.caelum.vraptor.restfulie.controller.ParameterizedTypeSearcher
 
selected(Object) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
selected(Object) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
sendError(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
sendError(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
sendError(int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
sendError(int, String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
sendError(int) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
sendError(int, String) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
sendRedirect(String) - Method in class br.com.caelum.vraptor.http.VRaptorResponse
 
sendRedirect(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
Serialization - Interface in br.com.caelum.vraptor.serialization
Creates a serializer of a given format.
serialize() - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
 
serialize(Calendar, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
 
serialize(HibernateProxy, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.adapters.HibernateProxySerializer
 
serialize() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
serialize() - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
serialize() - Method in interface br.com.caelum.vraptor.serialization.Serializer
end method for this fluent interface
serialize() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
serialize() - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
serialize() - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
serializedClass(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
serializedResult() - Method in class br.com.caelum.vraptor.util.test.MockSerializationResult
Retrieve the string with the serialized (JSON/XML) Object if have one as response.
Serializee - Class in br.com.caelum.vraptor.serialization.xstream
 
Serializee() - Constructor for class br.com.caelum.vraptor.serialization.xstream.Serializee
 
Serializer - Interface in br.com.caelum.vraptor.serialization
Serializes given object, including and excluding fields.
SerializerBuilder - Interface in br.com.caelum.vraptor.serialization
SerializerBuilder used on internal API to build a Serializer object.
Servlet3MultipartInterceptor - Class in br.com.caelum.vraptor.interceptor.multipart
A multipart interceptor based on Servlet3 File Upload.
Servlet3MultipartInterceptor(HttpServletRequest, MutableRequest, Validator) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
 
ServletFileUploadCreator - Interface in br.com.caelum.vraptor.interceptor.multipart
Allow to abstract creation of ServletFileUpload.
sessionCreated(HttpSessionEvent) - Method in class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
 
SessionCustomScope - Class in br.com.caelum.vraptor.ioc.guice
Guice's Session Scope.
SessionCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
sessionDestroyed(HttpSessionEvent) - Method in class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
 
SessionFlashScope - Class in br.com.caelum.vraptor.view
FlashScope that uses the HttpSession to hold the data
SessionFlashScope(HttpSession) - Constructor for class br.com.caelum.vraptor.view.SessionFlashScope
 
SessionScoped - Annotation Type in br.com.caelum.vraptor.ioc
 
SessionScopeListener - Class in br.com.caelum.vraptor.ioc.guice
 
SessionScopeListener() - Constructor for class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
 
setAlias(String) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
setAttribute(String, Object) - Method in interface br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter
 
setBufferSize(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setBundle(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
setCharacterEncoding(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setContentLength(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setContentType(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setElementTypes(Set<Class<?>>) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
setEncoding(HttpServletRequest, HttpServletResponse) - Method in interface br.com.caelum.vraptor.http.EncodingHandler
 
setEncoding(HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.http.NullEncodingHandler
 
setEncoding(HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.http.WebXmlEncodingHandler
 
setExclusionStrategies(ExclusionStrategy...) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
setExtractor(TypeNameExtractor) - Method in class br.com.caelum.vraptor.ioc.guice.AbstractScope
 
setHeader(String, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
SetInstantiator - Class in br.com.caelum.vraptor.http.iogi
An instantiator that supports Sets.
SetInstantiator(Instantiator<Object>) - Constructor for class br.com.caelum.vraptor.http.iogi.SetInstantiator
 
setIntHeader(String, int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setLazyBundle(Supplier<ResourceBundle>) - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
setLocale(Locale) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setParameter(String, String...) - Method in interface br.com.caelum.vraptor.http.MutableRequest
 
setParameter(String, String...) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
setParameters(Object[]) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
setParameters(Object[]) - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
setProperty(Map, Object, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ArrayAccessor
 
setProperty(Map, Object, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ListAccessor
 
setProperty(String, String, String[], List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
 
setProvider(Provider<HttpServletRequest>) - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
 
setProvider(Provider<HttpSession>) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
setRecursive(boolean) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
setRequestForCurrentThread(RequestInfo) - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
 
setResourceMethod(ResourceMethod) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
setResourceMethod(ResourceMethod) - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
setResult(Object) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
 
setResult(Object) - Method in interface br.com.caelum.vraptor.core.MethodInfo
 
setRoot(Object) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
setRootClass(Class<?>) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
 
setSerializee(Serializee) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
setStatus(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setStatus(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
TODO Not implemented
setStatusCode(int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
setStatusCode(int) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
setValue(String, String, String[]) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
setWithoutRoot(boolean) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
ShortConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Short converter.
ShortConverter() - Constructor for class br.com.caelum.vraptor.converter.ShortConverter
 
shouldSerializeMember(Class, String) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
shouldSkipClass(Class<?>) - Method in class br.com.caelum.vraptor.serialization.gson.Exclusions
 
shouldSkipField(FieldAttributes) - Method in class br.com.caelum.vraptor.serialization.gson.Exclusions
 
simpleNameFor(AccessibleObject) - Static method in class br.com.caelum.vraptor.util.Stringnifier
 
size() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
sortSerializations() - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
Override this method if you want another ordering strategy.
SpringBasedContainer - Class in br.com.caelum.vraptor.ioc.spring
 
SpringBasedContainer(ConfigurableWebApplicationContext) - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
SpringLocator - Interface in br.com.caelum.vraptor.ioc.spring
Component for locating a Spring ApplicationContext, to set as VRaptorApplicationContext parent
SpringProvider - Class in br.com.caelum.vraptor.ioc.spring
 
SpringProvider() - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringProvider
 
SpringRegistry - Class in br.com.caelum.vraptor.ioc.spring
Class responsible for registering beans on spring.
SpringRegistry(ConfigurableListableBeanFactory, Container) - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringRegistry
 
StandaloneClasspathResolver - Class in br.com.caelum.vraptor.scan
A ClasspathResolver for static use, without a web context.
StandaloneClasspathResolver() - Constructor for class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
 
StandaloneClasspathResolver(String) - Constructor for class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
 
start(ServletContext) - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
 
start() - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
 
start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
start() - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
 
start(HttpSession) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
You can override this method to start some components, remember to call super before.
start() - Method in class br.com.caelum.vraptor.view.LinkToHandler
 
startContext(String, Type, Object, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
 
STATIC_BOOTSTRAP_NAME - Static variable in interface br.com.caelum.vraptor.scan.WebAppBootstrap
Class name of the generated WebAppBootStrap impl
StaticContentHandler - Interface in br.com.caelum.vraptor.core
Handles the content if the request corresponds to static content (like images, CSS, JS and so on).
status() - Static method in class br.com.caelum.vraptor.view.Results
Uses pure header status.
Status - Interface in br.com.caelum.vraptor.view
Allows status + header related results.
stereotype() - Method in class br.com.caelum.vraptor.deserialization.DeserializesHandler
 
stereotype() - Method in class br.com.caelum.vraptor.ioc.ConverterHandler
 
stereotype() - Method in class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
 
stereotype() - Method in class br.com.caelum.vraptor.ioc.ResourceHandler
 
Stereotype - Annotation Type in br.com.caelum.vraptor.ioc
Annotations which are intended to mark VRaptor components should be annotated with this.
stereotype() - Method in interface br.com.caelum.vraptor.ioc.StereotypeHandler
 
StereotypedBeansRegistrar - Class in br.com.caelum.vraptor.ioc.spring
 
StereotypedBeansRegistrar(List<StereotypeHandler>) - Constructor for class br.com.caelum.vraptor.ioc.spring.StereotypedBeansRegistrar
 
StereotypeHandler - Interface in br.com.caelum.vraptor.ioc
 
stop() - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
 
stop() - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
 
stop() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
stop() - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
 
stop(HttpSession) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
stop() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
 
stop() - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
 
stop() - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
 
stopAll() - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
 
stopSession(Boolean) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
 
StringConverter - Class in br.com.caelum.vraptor.converter
A no-op converter
StringConverter() - Constructor for class br.com.caelum.vraptor.converter.StringConverter
 
Stringnifier - Class in br.com.caelum.vraptor.util
 
Stringnifier() - Constructor for class br.com.caelum.vraptor.util.Stringnifier
 
StringUtils - Class in br.com.caelum.vraptor.util
Utility methods to handle strings
StringUtils() - Constructor for class br.com.caelum.vraptor.util.StringUtils
 
success() - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
success(boolean) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
success() - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
success(boolean) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
SuperMethod - Interface in br.com.caelum.vraptor.proxy
Defines calls to the overriden original method.

T

targetTypeForComponentFactory(Class<?>) - Method in class br.com.caelum.vraptor.ioc.ComponentFactoryIntrospector
 
that(T, Matcher<? super T>) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(T, Matcher<? super T>, String) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(T, Matcher<? super T>, I18nParam) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(T, Matcher<? super T>, String, String, Object...) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(T, Matcher<? super T>, I18nParam, String, Object...) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(boolean, String, String, Object...) - Method in class br.com.caelum.vraptor.validator.Validations
 
that(boolean, I18nParam, String, Object...) - Method in class br.com.caelum.vraptor.validator.Validations
 
to(Class<T>) - Method in interface br.com.caelum.vraptor.core.Converters
Extracts a converter for this specific type.
to(Class<T>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
 
toArray() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
toArray(T[]) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
ToInstantiateInterceptorHandler - Class in br.com.caelum.vraptor.core
Instantiates the interceptor on the fly and executes its method.
ToInstantiateInterceptorHandler(Container, Class<? extends Interceptor>) - Constructor for class br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler
 
topologicalOrder() - Method in class br.com.caelum.vraptor.interceptor.Graph
 
TopologicalSortedInterceptorRegistry - Class in br.com.caelum.vraptor.interceptor
An interceptor registry that sorts interceptors based on their before and after conditions
TopologicalSortedInterceptorRegistry() - Constructor for class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
 
toString() - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
toString() - Method in class br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler
 
toString() - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
toString() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
toString() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
toString() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
 
toString() - Method in class br.com.caelum.vraptor.resource.DefaultResourceClass
 
toString() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
 
toString(Object) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
 
toString() - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
toString() - Method in class br.com.caelum.vraptor.validator.I18nParam
 
toString() - Method in class br.com.caelum.vraptor.validator.ValidationMessage
 
toString() - Method in class org.hamcrest.ResourceBundleDescription
 
total(Integer) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
 
total(Integer) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
 
Trace - Annotation Type in br.com.caelum.vraptor
Supports the TRACE http method.
Transition - Annotation Type in br.com.caelum.vraptor.restfulie.hypermedia
Notifies restfulie that this method should be trated as a transition, therefore runs the interceptor before this method.
translate(RequestInfo) - Method in class br.com.caelum.vraptor.http.DefaultResourceTranslator
 
translate(RequestInfo) - Method in interface br.com.caelum.vraptor.http.UrlToResourceTranslator
 
TwoWayConverter<T> - Interface in br.com.caelum.vraptor
A converter that also converts an object to a safe string.
twoWayConverterFor(Class<?>) - Method in interface br.com.caelum.vraptor.core.Converters
 
twoWayConverterFor(Class<?>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
 
type - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
 
TypeFinder - Interface in br.com.caelum.vraptor.http.route
Discover Types from parameter paths
TypeNameExtractor - Interface in br.com.caelum.vraptor.interceptor
Component that Extract the name of a generic type.
typeToUse - Variable in class br.com.caelum.vraptor.util.test.MockResult
 

U

UniqueBeanNameGenerator - Class in br.com.caelum.vraptor.ioc.spring
 
UniqueBeanNameGenerator(BeanNameGenerator) - Constructor for class br.com.caelum.vraptor.ioc.spring.UniqueBeanNameGenerator
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.validator.MessageConverter
 
unsupportedMediaType(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
unsupportedMediaType(String) - Method in interface br.com.caelum.vraptor.view.Status
The media type sent to the server is not supported.(415)
UploadedFile - Interface in br.com.caelum.vraptor.interceptor.multipart
An interface which represents the information of an uploaded file.
UploadedFileConverter - Class in br.com.caelum.vraptor.interceptor.multipart
A converter capable of setting UploadedFiles based on files parsed by the multipart interceptor.
UploadedFileConverter(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
 
UriBasedRelation - Class in br.com.caelum.vraptor.restfulie.relation
A relation based on a resource URI.
UriBasedRelation(String, String) - Constructor for class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
 
uriFor(Class<T>) - Method in class br.com.caelum.vraptor.core.DefaultRoutes
 
uriFor(Class<T>) - Method in interface br.com.caelum.vraptor.core.Routes
Analyzes an uri for a specific controller.
urlFor(Class<T>, Method, Object...) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
urlFor(Class<?>, Method, Object...) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
urlFor(Class<?>, Method, Object...) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
urlFor(Class<?>, Method, Object...) - Method in interface br.com.caelum.vraptor.http.route.Route
Returns the url which invokes this rule with values extracted from this parameter object.
urlFor(Class<T>, Method, Object...) - Method in interface br.com.caelum.vraptor.http.route.Router
Retrieves a single url to access the desired method.
UrlToResourceTranslator - Interface in br.com.caelum.vraptor.http
Translates requests into resource methods.
The basic idea is to analyze the uri to strip it of unwanted data and use the rest to route for an specific resource.
use(Class<T>) - Method in class br.com.caelum.vraptor.core.DefaultResult
 
use(Class<T>) - Method in interface br.com.caelum.vraptor.Result
Force result to use the defined view.
use(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
use(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockResult
 
use(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockSerializationResult
 
used() - Method in class br.com.caelum.vraptor.core.DefaultResult
 
used() - Method in interface br.com.caelum.vraptor.Result
Whether this result was used.
used() - Method in class br.com.caelum.vraptor.util.test.MockResult
 
uses(Class<T>) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder.WithName
Uses given controller method as uri

V

validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.util.test.JSR303MockValidator
 
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
validate(Object, Class<?>...) - Method in interface br.com.caelum.vraptor.validator.BeanValidator
Validate the bean and return a list of messages if has constraint violations.
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.DefaultBeanValidator
 
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.NullBeanValidator
 
validate(Object, Class<?>...) - Method in interface br.com.caelum.vraptor.Validator
Validate an object using some Bean Validation engine.
validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.util.test.JSR303MockValidator
 
validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
validateProperties(Object, String...) - Method in interface br.com.caelum.vraptor.validator.BeanValidator
Validate the specified bean's properties and return a list of messages if has constraint violations.
validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.DefaultBeanValidator
 
validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.NullBeanValidator
 
validateProperties(Object, String...) - Method in interface br.com.caelum.vraptor.Validator
Validate the specifics propeties of an object using some Bean Validation engine.
ValidationException - Annotation Type in br.com.caelum.vraptor.validator.annotation
A marked annotation to indicate that a certain exception class should be used as a Validation Exception by VRaptor Validator.
ValidationException - Exception in br.com.caelum.vraptor.validator
If some validation error occur, its encapsulated within an instance of ValidationException, which is then throw and parsed.
ValidationException(List<Message>) - Constructor for exception br.com.caelum.vraptor.validator.ValidationException
 
ValidationMessage - Class in br.com.caelum.vraptor.validator
A simple validation message.
ValidationMessage(String, String) - Constructor for class br.com.caelum.vraptor.validator.ValidationMessage
 
ValidationMessage(String, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.ValidationMessage
 
Validations - Class in br.com.caelum.vraptor.validator
Hamcrest based validation support.
Validations(ResourceBundle) - Constructor for class br.com.caelum.vraptor.validator.Validations
 
Validations() - Constructor for class br.com.caelum.vraptor.validator.Validations
 
ValidationViewsFactory - Interface in br.com.caelum.vraptor.view
Component responsible for instantiating corresponding validation form of given view.
Validator - Interface in br.com.caelum.vraptor
A validator interface for vraptor3.
Based on hamcrest, it allows you to assert for specific situations.
ValidatorCreator - Class in br.com.caelum.vraptor.validator
Bring up Bean Validation factory.
ValidatorCreator(ValidatorFactory) - Constructor for class br.com.caelum.vraptor.validator.ValidatorCreator
 
ValidatorFactoryCreator - Class in br.com.caelum.vraptor.validator
Factory for JSR303 ValidatorFactory
ValidatorFactoryCreator() - Constructor for class br.com.caelum.vraptor.validator.ValidatorFactoryCreator
 
valueOf(String) - Static method in enum br.com.caelum.vraptor.resource.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.com.caelum.vraptor.resource.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verify(PicoContainer) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
 
View - Interface in br.com.caelum.vraptor
 
VRaptor - Class in br.com.caelum.vraptor
VRaptor entry point.
Provider configuration is supported through init parameter.
VRaptor() - Constructor for class br.com.caelum.vraptor.VRaptor
 
VRaptorAbstractModule - Class in br.com.caelum.vraptor.ioc.guice
An AbstractModule that wires VRaptor components.
VRaptorAbstractModule(ServletContext, Container) - Constructor for class br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule
 
VRaptorClassMapper - Class in br.com.caelum.vraptor.serialization.xstream
 
VRaptorClassMapper(Mapper, Supplier<TypeNameExtractor>) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
VRaptorConvertersAdapter - Class in br.com.caelum.vraptor.http.ognl
 
VRaptorConvertersAdapter(Converters, ResourceBundle) - Constructor for class br.com.caelum.vraptor.http.ognl.VRaptorConvertersAdapter
 
VRaptorDependencyProvider - Class in br.com.caelum.vraptor.http.iogi
an adapter for IOGI's dependency provider based on VRaptor's container
VRaptorDependencyProvider(Container) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
 
VRaptorException - Exception in br.com.caelum.vraptor
The base Exception type for VRaptor.
VRaptorException(Throwable) - Constructor for exception br.com.caelum.vraptor.VRaptorException
 
VRaptorException(String) - Constructor for exception br.com.caelum.vraptor.VRaptorException
 
VRaptorException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.VRaptorException
 
VraptorGsonBuilder - Class in br.com.caelum.vraptor.serialization.gson
 
VraptorGsonBuilder(Collection<JsonSerializer<?>>, Collection<ExclusionStrategy>) - Constructor for class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
 
VRaptorInstantiator - Class in br.com.caelum.vraptor.http.iogi
 
VRaptorInstantiator(Converters, DependencyProvider, Localization, ParameterNamesProvider, HttpServletRequest) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 
VRaptorParameterNamesProvider - Class in br.com.caelum.vraptor.http.iogi
An adapter for iogi's parameterNamesProvider
VRaptorParameterNamesProvider(ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
 
VRaptorRequest - Class in br.com.caelum.vraptor.http
A request capable of adding new parameters.
VRaptorRequest(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.http.VRaptorRequest
 
VRaptorRequestHolder - Class in br.com.caelum.vraptor.ioc.spring
 
VRaptorRequestHolder() - Constructor for class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
 
VRaptorResponse - Class in br.com.caelum.vraptor.http
Default implementation of MutableResponse
VRaptorResponse(HttpServletResponse) - Constructor for class br.com.caelum.vraptor.http.VRaptorResponse
 
VRaptorStaticScanning - Class in br.com.caelum.vraptor.scan
A static Scanner that generates an static WebAppBootstrap
VRaptorStaticScanning() - Constructor for class br.com.caelum.vraptor.scan.VRaptorStaticScanning
 
VRaptorXStream - Class in br.com.caelum.vraptor.serialization.xstream
 
VRaptorXStream(TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
 
VRaptorXStream(TypeNameExtractor, HierarchicalStreamDriver) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
 

W

WebAppBootstrap - Interface in br.com.caelum.vraptor.scan
Register all application components.
WebAppBootstrapFactory - Class in br.com.caelum.vraptor.scan
Creates the right WebAppBootstrap
WebAppBootstrapFactory() - Constructor for class br.com.caelum.vraptor.scan.WebAppBootstrapFactory
 
WebBasedClasspathResolver - Class in br.com.caelum.vraptor.scan
A classpath resolver based on ServletContext
WebBasedClasspathResolver(ServletContext) - Constructor for class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
 
WebXmlEncodingHandler - Class in br.com.caelum.vraptor.http
EncodingHandler that uses Encoding from web.xml.
WebXmlEncodingHandler(String) - Constructor for class br.com.caelum.vraptor.http.WebXmlEncodingHandler
 
with(HttpMethod) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
Accepts also this http method request.
with(Set<HttpMethod>) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
with(HttpMethod) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
Accepts also this http method request.
with(Set<HttpMethod>) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
Accepts also all given http methods.
withCallback(String) - Method in interface br.com.caelum.vraptor.serialization.JSONPSerialization
sets the jsonp callback
withCallback(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONPSerialization
 
withoutRoot() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
You can override this method for configuring Driver before serialization
withoutRoot() - Method in interface br.com.caelum.vraptor.serialization.JSONSerialization
Exclude the root alias from serialization.
withoutRoot() - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
withoutRoot() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
withoutRoot() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
You can override this method for configuring Driver before serialization
withParameter(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
withParameter(String) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
 
withPriority(int) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
Changes Route priority
withPriority(int) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
Changes Route priority
wrapMapper(MapperWrapper) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.interceptor.download.ByteArrayDownload
 
write(HttpServletResponse) - Method in interface br.com.caelum.vraptor.interceptor.download.Download
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.interceptor.download.FileDownload
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.interceptor.download.InputStreamDownload
 

X

xml() - Static method in class br.com.caelum.vraptor.view.Results
Uses xml serialization.
XMLConfiguration - Interface in br.com.caelum.vraptor.serialization
Basic xml configuration for xml serialization.
XMLDeserializer - Interface in br.com.caelum.vraptor.deserialization
Deserializes xml
xmlInstance() - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
xmlInstance() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
XMLSerialization - Interface in br.com.caelum.vraptor.serialization
Basic xml serialization support using a xml BasicSerializer.
XStreamBuilder - Interface in br.com.caelum.vraptor.serialization.xstream
Interface that defines needed methods to create a configured XStream instance
XStreamBuilderImpl - Class in br.com.caelum.vraptor.serialization.xstream
Implementation of default XStream configuration
XStreamBuilderImpl(XStreamConverters, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
XStreamConverters - Class in br.com.caelum.vraptor.serialization.xstream
Component used to scan all XStream converters
XStreamConverters(List<Converter>, List<SingleValueConverter>) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamConverters
 
XStreamConverters.NullConverter - Class in br.com.caelum.vraptor.serialization.xstream
for DI purposes
XStreamConverters.NullConverter() - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
 
XStreamJSONPSerialization - Class in br.com.caelum.vraptor.serialization.xstream
Default implementation for JSONPSerialization that decorates default jsonSerialization output adding the callback padding
XStreamJSONPSerialization(HttpServletResponse, TypeNameExtractor, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamJSONPSerialization
 
XStreamJSONSerialization - Class in br.com.caelum.vraptor.serialization.xstream
XStream implementation for JSONSerialization
XStreamJSONSerialization(HttpServletResponse, TypeNameExtractor, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
 
XStreamSerialize - Annotation Type in br.com.caelum.vraptor.restfulie.serialization
 
XStreamSerializer - Class in br.com.caelum.vraptor.serialization.xstream
A SerializerBuilder based on XStream
XStreamSerializer(XStream, Writer, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
XStreamXMLDeserializer - Class in br.com.caelum.vraptor.deserialization
XStream based Xml Deserializer
XStreamXMLDeserializer(ParameterNameProvider, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
 
XStreamXMLSerialization - Class in br.com.caelum.vraptor.serialization.xstream
XStream implementation for XmlSerialization
XStreamXMLSerialization(HttpServletResponse, TypeNameExtractor, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2013 Caelum. All Rights Reserved.