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

A

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
 
AbstractValidator - Class in br.com.caelum.vraptor.validator
Implements the Validator shortcut methods.
AbstractValidator() - Constructor for class br.com.caelum.vraptor.validator.AbstractValidator
 
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 - Annotation Type in br.com.caelum.vraptor
 
accepts(Object, Method, List<Annotation>) - Method in class br.com.caelum.vraptor.interceptor.CustomAcceptsExecutor
 
accepts(ControllerMethod) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
accepts(ControllerMethod) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
 
accepts(ControllerMethod) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
 
accepts(Object, Method) - Method in class br.com.caelum.vraptor.interceptor.InterceptorAcceptsExecutor
 
accepts(Method) - Method in interface br.com.caelum.vraptor.interceptor.SignatureAcceptor
 
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.XStreamXMLSerialization
 
AcceptsConstraint - Annotation Type in br.com.caelum.vraptor.interceptor
 
AcceptsForPackages - Annotation Type in br.com.caelum.vraptor.interceptor
 
AcceptsNeedReturnBooleanValidationRule - Class in br.com.caelum.vraptor.interceptor
 
AcceptsNeedReturnBooleanValidationRule() - Constructor for class br.com.caelum.vraptor.interceptor.AcceptsNeedReturnBooleanValidationRule
Deprecated.
CDI eyes only
AcceptsNeedReturnBooleanValidationRule(StepInvoker) - Constructor for class br.com.caelum.vraptor.interceptor.AcceptsNeedReturnBooleanValidationRule
 
AcceptsValidator<A> - Interface in br.com.caelum.vraptor.interceptor
 
AcceptsWithAnnotations - Annotation Type in br.com.caelum.vraptor.interceptor
 
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(Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
add(Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
add(Message) - Method in interface br.com.caelum.vraptor.validator.Validator
Adds the message and return the same validator instance.
addAll(Collection<? extends Route>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
addAll(Set<ConstraintViolation<T>>) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
addAll(Set<ConstraintViolation<T>>) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
addAll(Collection<? extends Message>) - Method in interface br.com.caelum.vraptor.validator.Validator
Adds the list of messages and return the same validator instance.
addAll(Set<ConstraintViolation<T>>) - Method in interface br.com.caelum.vraptor.validator.Validator
Add messages from bean validation translating to vraptor Message.
addCookie(Cookie) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
addDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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
 
addHeader(String, String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
addHeader(String, String) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
addIf(boolean, Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
addIf(boolean, Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
addIf(boolean, Message) - Method in interface br.com.caelum.vraptor.validator.Validator
Adds the message to validation errors if the expression is true.
addIntHeader(String, int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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
 
AfterCall - Annotation Type in br.com.caelum.vraptor
 
all() - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
 
all() - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
 
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.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
ApplicationConfiguration - Class in br.com.caelum.vraptor.config
Basic implementation of an application configuration.
ApplicationConfiguration() - Constructor for class br.com.caelum.vraptor.config.ApplicationConfiguration
Deprecated.
CDI eyes only
ApplicationConfiguration(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.config.ApplicationConfiguration
 
ApplicationLogicException - Exception in br.com.caelum.vraptor.interceptor
When a controller or JSP throws an exception, we use this one to wrap it, so we can unwrap after it leaves the interceptor stack
ApplicationLogicException(String) - Constructor for exception br.com.caelum.vraptor.interceptor.ApplicationLogicException
 
ApplicationLogicException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.interceptor.ApplicationLogicException
 
ApplicationLogicException(Throwable) - Constructor for exception br.com.caelum.vraptor.interceptor.ApplicationLogicException
 
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
AroundCall - Annotation Type in br.com.caelum.vraptor
 
as(Class<? extends Serialization>) - Method in class br.com.caelum.vraptor.serialization.I18nMessageSerialization
 
AspectStyleInterceptorHandler - Class in br.com.caelum.vraptor.interceptor
 
AspectStyleInterceptorHandler(Class<?>, StepInvoker, Container, CustomAcceptsExecutor, InterceptorAcceptsExecutor, InterceptorExecutor) - Constructor for class br.com.caelum.vraptor.interceptor.AspectStyleInterceptorHandler
 

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.
BeanClass - Interface in br.com.caelum.vraptor.controller
Represents a web accessible Controller class.
BeanValidatorContext - Class in br.com.caelum.vraptor.validator.beanvalidation
Create a personalized implementation for MessageInterpolator.Context.
BeanValidatorContext(ConstraintViolation<?>) - Constructor for class br.com.caelum.vraptor.validator.beanvalidation.BeanValidatorContext
 
BeforeCall - Annotation Type in br.com.caelum.vraptor
 
beforeRedirect() - Method in interface br.com.caelum.vraptor.http.MutableResponse.RedirectListener
 
BigDecimalConverter - Class in br.com.caelum.vraptor.converter
Localized version of VRaptor's BigDecimal converter.
BigDecimalConverter() - Constructor for class br.com.caelum.vraptor.converter.BigDecimalConverter
Deprecated.
CDI eyes only
BigDecimalConverter(Locale) - 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
 
br.com.caelum.vraptor - package br.com.caelum.vraptor
 
br.com.caelum.vraptor.cache - package br.com.caelum.vraptor.cache
 
br.com.caelum.vraptor.config - package br.com.caelum.vraptor.config
 
br.com.caelum.vraptor.controller - package br.com.caelum.vraptor.controller
 
br.com.caelum.vraptor.converter - package br.com.caelum.vraptor.converter
 
br.com.caelum.vraptor.core - package br.com.caelum.vraptor.core
 
br.com.caelum.vraptor.environment - package br.com.caelum.vraptor.environment
 
br.com.caelum.vraptor.events - package br.com.caelum.vraptor.events
 
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.route - package br.com.caelum.vraptor.http.route
 
br.com.caelum.vraptor.interceptor - package br.com.caelum.vraptor.interceptor
 
br.com.caelum.vraptor.ioc - package br.com.caelum.vraptor.ioc
 
br.com.caelum.vraptor.ioc.cdi - package br.com.caelum.vraptor.ioc.cdi
 
br.com.caelum.vraptor.observer - package br.com.caelum.vraptor.observer
 
br.com.caelum.vraptor.observer.download - package br.com.caelum.vraptor.observer.download
 
br.com.caelum.vraptor.observer.upload - package br.com.caelum.vraptor.observer.upload
 
br.com.caelum.vraptor.others - package br.com.caelum.vraptor.others
 
br.com.caelum.vraptor.proxy - package br.com.caelum.vraptor.proxy
 
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.xstream - package br.com.caelum.vraptor.serialization.xstream
 
br.com.caelum.vraptor.util - package br.com.caelum.vraptor.util
 
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.validator.beanvalidation - package br.com.caelum.vraptor.validator.beanvalidation
 
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
 
builderFor(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
 
builderFor(String) - Method in interface br.com.caelum.vraptor.http.route.Router
 
ByteArrayDownload - Class in br.com.caelum.vraptor.observer.download
Implements Download from a byte array.
ByteArrayDownload(byte[], String, String) - Constructor for class br.com.caelum.vraptor.observer.download.ByteArrayDownload
 
ByteArrayDownload(byte[], String, String, boolean) - Constructor for class br.com.caelum.vraptor.observer.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

CacheException - Exception in br.com.caelum.vraptor.cache
 
CacheException(String, Exception) - Constructor for exception br.com.caelum.vraptor.cache.CacheException
 
CacheStore<K,V> - Interface in br.com.caelum.vraptor.cache
 
CalendarConverter - Class in br.com.caelum.vraptor.converter
Locale based calendar converter.
CalendarConverter() - Constructor for class br.com.caelum.vraptor.converter.CalendarConverter
Deprecated.
CDI eyes only
CalendarConverter(Locale) - Constructor for class br.com.caelum.vraptor.converter.CalendarConverter
 
CalendarConverter - Class in br.com.caelum.vraptor.serialization.xstream
Converter for Calendar using ISO8601.
CalendarConverter() - Constructor for class br.com.caelum.vraptor.serialization.xstream.CalendarConverter
 
CalendarGsonConverter - Class in br.com.caelum.vraptor.serialization.gson
Deserialize Calendar using ISO8601 format.
CalendarGsonConverter() - Constructor for class br.com.caelum.vraptor.serialization.gson.CalendarGsonConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.CalendarConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.MessageConverter
 
canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.NullConverter
 
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.
canProvide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
 
canProvide(Class<T>) - Method in class br.com.caelum.vraptor.ioc.cdi.CDIBasedContainer
 
canProvide(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
Returns true if this container can provide an instance for the given class, false otherwise.
capitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
CDIBasedContainer - Class in br.com.caelum.vraptor.ioc.cdi
 
CDIBasedContainer() - Constructor for class br.com.caelum.vraptor.ioc.cdi.CDIBasedContainer
Deprecated.
CDI eyes only
CDIBasedContainer(BeanManager) - Constructor for class br.com.caelum.vraptor.ioc.cdi.CDIBasedContainer
 
CDIProxies - Class in br.com.caelum.vraptor.proxy
Utility class to work with CDI proxies, allowing us to get objects without weld proxies.
CDIProxies() - Constructor for class br.com.caelum.vraptor.proxy.CDIProxies
 
CDIRequestFactories - Class in br.com.caelum.vraptor.ioc.cdi
 
CDIRequestFactories() - Constructor for class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
CharacterConverter - Class in br.com.caelum.vraptor.converter
VRaptor's Character converter.
CharacterConverter() - Constructor for class br.com.caelum.vraptor.converter.CharacterConverter
 
check(boolean, Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
check(boolean, Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
check(boolean, Message) - Method in interface br.com.caelum.vraptor.validator.Validator
alias to ensure
cleanInstance(Converter...) - Static method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
clear() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
CommonsUploadMultipartObserver - Class in br.com.caelum.vraptor.observer.upload
A multipart observer based on Apache Commons Upload.
CommonsUploadMultipartObserver() - Constructor for class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
Configuration - Interface in br.com.caelum.vraptor.config
Allows you to configure extra settings related to your application
configure(VRaptorInitialized) - Method in class br.com.caelum.vraptor.ioc.cdi.StereotypesRegistry
 
configure(XStream) - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
configure(XStream) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
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(ControllerMethod) - Method in interface br.com.caelum.vraptor.view.FlashScope
 
consumeParameters(ControllerMethod) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
 
Consumes - Annotation Type in br.com.caelum.vraptor
Indicates that the controller method expects the specified MIME content-types in the request.
Container - Interface in br.com.caelum.vraptor.ioc
Class responsible to get instances for components.
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 interface br.com.caelum.vraptor.controller.ControllerMethod
 
containsAnnotation(Class<? extends Annotation>) - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
containsHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
containsMessage(String, Object...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
Controller - Annotation Type in br.com.caelum.vraptor
Controllers are entry points for requests; i.e, requests are handled by VRaptor Controllers.
ControllerFound - Class in br.com.caelum.vraptor.events
 
ControllerFound(ControllerMethod) - Constructor for class br.com.caelum.vraptor.events.ControllerFound
 
ControllerHandler - Class in br.com.caelum.vraptor.ioc
Called when a controller is discovered, registering routes for it.
ControllerHandler() - Constructor for class br.com.caelum.vraptor.ioc.ControllerHandler
Deprecated.
CDI eyes only
ControllerHandler(Router, RoutesParser, ServletContext) - Constructor for class br.com.caelum.vraptor.ioc.ControllerHandler
 
ControllerInstance - Interface in br.com.caelum.vraptor.controller
Wrapper for controller instance
ControllerMethod - Interface in br.com.caelum.vraptor.controller
An identifier for a controller accesible web method.
controllerMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
controllerMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
controllerMethod(MutableRequest, String) - Method in interface br.com.caelum.vraptor.http.route.Route
Returns the controller method for this specifig rule.
ControllerNotFound - Class in br.com.caelum.vraptor.events
Event fired when a controller is not found in DefaultControllerNotFoundHandler
ControllerNotFound() - Constructor for class br.com.caelum.vraptor.events.ControllerNotFound
 
ControllerNotFoundException - Exception in br.com.caelum.vraptor.http.route
Exception thrown when no routes matching URI are found.
ControllerNotFoundException() - Constructor for exception br.com.caelum.vraptor.http.route.ControllerNotFoundException
 
ControllerNotFoundHandler - Interface in br.com.caelum.vraptor.controller
A component capable of handling not found components.
ControllerQualifier - Annotation Type in br.com.caelum.vraptor.core
 
ConversionException - Exception in br.com.caelum.vraptor.converter
A conversion error.
ConversionException(Message) - Constructor for exception br.com.caelum.vraptor.converter.ConversionException
 
ConversionMessage - Class in br.com.caelum.vraptor.converter
 
ConversionMessage(String, Message) - Constructor for class br.com.caelum.vraptor.converter.ConversionMessage
 
ConversionMessage(String, Message, Severity) - Constructor for class br.com.caelum.vraptor.converter.ConversionMessage
 
ConversionMessage(String, Object...) - Constructor for class br.com.caelum.vraptor.converter.ConversionMessage
 
ConversionMessage(String, Severity, Object...) - Constructor for class br.com.caelum.vraptor.converter.ConversionMessage
 
Convert - Annotation Type in br.com.caelum.vraptor
Registers a class as a converter.
convert(String, Class<? extends BigDecimal>) - Method in class br.com.caelum.vraptor.converter.BigDecimalConverter
 
convert(String, Class<? extends BigInteger>) - Method in class br.com.caelum.vraptor.converter.BigIntegerConverter
 
convert(String, Class<? extends Boolean>) - Method in class br.com.caelum.vraptor.converter.BooleanConverter
 
convert(String, Class<? extends Byte>) - Method in class br.com.caelum.vraptor.converter.ByteConverter
 
convert(String, Class<? extends Calendar>) - Method in class br.com.caelum.vraptor.converter.CalendarConverter
 
convert(String, Class<? extends Character>) - Method in class br.com.caelum.vraptor.converter.CharacterConverter
 
convert(String, Class<? extends T>) - Method in interface br.com.caelum.vraptor.converter.Converter
 
convert(String, Class<? extends Date>) - Method in class br.com.caelum.vraptor.converter.DateConverter
 
convert(String, Class<? extends Double>) - Method in class br.com.caelum.vraptor.converter.DoubleConverter
 
convert(String, Class) - 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>) - Method in class br.com.caelum.vraptor.converter.FloatConverter
 
convert(String, Class<? extends Integer>) - Method in class br.com.caelum.vraptor.converter.IntegerConverter
 
convert(String, Class<? extends Long>) - Method in class br.com.caelum.vraptor.converter.LongConverter
 
convert(String, Class<? extends Boolean>) - Method in class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
 
convert(String, Class<? extends Byte>) - Method in class br.com.caelum.vraptor.converter.PrimitiveByteConverter
 
convert(String, Class<? extends Character>) - Method in class br.com.caelum.vraptor.converter.PrimitiveCharConverter
 
convert(String, Class<? extends Double>) - Method in class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
 
convert(String, Class<? extends Float>) - Method in class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
 
convert(String, Class<? extends Integer>) - Method in class br.com.caelum.vraptor.converter.PrimitiveIntConverter
 
convert(String, Class<? extends Long>) - Method in class br.com.caelum.vraptor.converter.PrimitiveLongConverter
 
convert(String, Class<? extends Short>) - Method in class br.com.caelum.vraptor.converter.PrimitiveShortConverter
 
convert(String, Class<? extends Short>) - Method in class br.com.caelum.vraptor.converter.ShortConverter
 
convert(String, Class<? extends String>) - Method in class br.com.caelum.vraptor.converter.StringConverter
 
convert(String, Class<? extends UploadedFile>) - Method in class br.com.caelum.vraptor.observer.upload.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.converter
Converts a string value to an object.
ConverterHandler - Class in br.com.caelum.vraptor.ioc
Called when a converter is discovered, registers it.
ConverterHandler() - Constructor for class br.com.caelum.vraptor.ioc.ConverterHandler
Deprecated.
CDI eyes only
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.
ConvertQualifier - Annotation Type in br.com.caelum.vraptor.core
 
couldntFind(FilterChain, MutableRequest, MutableResponse) - Method in interface br.com.caelum.vraptor.controller.ControllerNotFoundHandler
 
couldntFind(FilterChain, MutableRequest, MutableResponse) - Method in class br.com.caelum.vraptor.controller.DefaultControllerNotFoundHandler
 
create() - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
create() - Method in interface br.com.caelum.vraptor.serialization.gson.GsonInterfaceBuilder
 
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.observer.upload.DefaultMultipartConfig
 
createEvent(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class br.com.caelum.vraptor.ioc.RequestStartedFactory
 
createInstantiator() - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 
createServletFileUpload(MultipartConfig) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
CustomAcceptsExecutor - Class in br.com.caelum.vraptor.interceptor
 
CustomAcceptsExecutor() - Constructor for class br.com.caelum.vraptor.interceptor.CustomAcceptsExecutor
Deprecated.
CDI eyes only
CustomAcceptsExecutor(Instance<ControllerMethod>, Instance<ControllerInstance>, StepInvoker, CustomAcceptsVerifier) - Constructor for class br.com.caelum.vraptor.interceptor.CustomAcceptsExecutor
 
CustomAcceptsFailCallback - Annotation Type in br.com.caelum.vraptor.interceptor
 
CustomAcceptsVerifier - Class in br.com.caelum.vraptor.interceptor
 
CustomAcceptsVerifier() - Constructor for class br.com.caelum.vraptor.interceptor.CustomAcceptsVerifier
Deprecated.
CDI eyes only
CustomAcceptsVerifier(Container) - Constructor for class br.com.caelum.vraptor.interceptor.CustomAcceptsVerifier
 
CustomAndInternalAcceptsValidationRule - Class in br.com.caelum.vraptor.interceptor
 
CustomAndInternalAcceptsValidationRule() - Constructor for class br.com.caelum.vraptor.interceptor.CustomAndInternalAcceptsValidationRule
Deprecated.
CDI eyes only
CustomAndInternalAcceptsValidationRule(StepInvoker) - Constructor for class br.com.caelum.vraptor.interceptor.CustomAndInternalAcceptsValidationRule
 

D

DateConverter - Class in br.com.caelum.vraptor.converter
Locale based date converter.
DateConverter() - Constructor for class br.com.caelum.vraptor.converter.DateConverter
Deprecated.
CDI eyes only
DateConverter(Locale) - Constructor for class br.com.caelum.vraptor.converter.DateConverter
 
DateGsonConverter - Class in br.com.caelum.vraptor.serialization.gson
Deserialize Date using ISO8601 format.
DateGsonConverter() - Constructor for class br.com.caelum.vraptor.serialization.gson.DateGsonConverter
 
decapitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
DEFAULT - Static variable in annotation type br.com.caelum.vraptor.Path
 
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
Deprecated.
CDI eyes only
DefaultAcceptHeaderToFormat(CacheStore<String, String>) - Constructor for class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
 
DefaultBeanClass - Class in br.com.caelum.vraptor.controller
 
DefaultBeanClass(Class<?>) - Constructor for class br.com.caelum.vraptor.controller.DefaultBeanClass
 
DefaultCacheStore<K,V> - Class in br.com.caelum.vraptor.cache
 
DefaultCacheStore() - Constructor for class br.com.caelum.vraptor.cache.DefaultCacheStore
 
DefaultControllerInstance - Class in br.com.caelum.vraptor.controller
 
DefaultControllerInstance(Object) - Constructor for class br.com.caelum.vraptor.controller.DefaultControllerInstance
 
DefaultControllerMethod - Class in br.com.caelum.vraptor.controller
 
DefaultControllerMethod(BeanClass, Method) - Constructor for class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
DefaultControllerNotFoundHandler - Class in br.com.caelum.vraptor.controller
Default 404 component.
DefaultControllerNotFoundHandler() - Constructor for class br.com.caelum.vraptor.controller.DefaultControllerNotFoundHandler
Deprecated.
CDI eyes only
DefaultControllerNotFoundHandler(Event<ControllerNotFound>) - Constructor for class br.com.caelum.vraptor.controller.DefaultControllerNotFoundHandler
 
DefaultControllerTranslator - Class in br.com.caelum.vraptor.http
Basic url to controller method translator.
DefaultControllerTranslator() - Constructor for class br.com.caelum.vraptor.http.DefaultControllerTranslator
Deprecated.
CDI eyes only
DefaultControllerTranslator(Router) - Constructor for class br.com.caelum.vraptor.http.DefaultControllerTranslator
 
DefaultConverters - Class in br.com.caelum.vraptor.core
 
DefaultConverters() - Constructor for class br.com.caelum.vraptor.core.DefaultConverters
Deprecated.
CDI eyes only
DefaultConverters(Container, CacheStore<Class<?>, Class<? extends Converter<?>>>) - Constructor for class br.com.caelum.vraptor.core.DefaultConverters
 
DefaultDeserializers - Class in br.com.caelum.vraptor.serialization
A set of deserializers.
DefaultDeserializers() - Constructor for class br.com.caelum.vraptor.serialization.DefaultDeserializers
 
DefaultEnvironment - Class in br.com.caelum.vraptor.environment
A default Environment based on EnvironmentType.
DefaultEnvironment() - Constructor for class br.com.caelum.vraptor.environment.DefaultEnvironment
Deprecated.
CDI eyes only
DefaultEnvironment(EnvironmentType) - Constructor for class br.com.caelum.vraptor.environment.DefaultEnvironment
 
DefaultExceptionMapper - Class in br.com.caelum.vraptor.core
Default implementation of ExceptionMapper.
DefaultExceptionMapper() - Constructor for class br.com.caelum.vraptor.core.DefaultExceptionMapper
Deprecated.
CDI eyes only
DefaultExceptionMapper(Proxifier) - Constructor for class br.com.caelum.vraptor.core.DefaultExceptionMapper
 
DefaultFormatResolver - Class in br.com.caelum.vraptor.http
Default implementation for FormatResolver.
DefaultFormatResolver() - Constructor for class br.com.caelum.vraptor.http.DefaultFormatResolver
Deprecated.
CDI eyes only
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() - Constructor for class br.com.caelum.vraptor.view.DefaultHttpResult
Deprecated.
CDI eyes only
DefaultHttpResult(HttpServletResponse, Status) - Constructor for class br.com.caelum.vraptor.view.DefaultHttpResult
 
DefaultInterceptorHandlerFactory - Class in br.com.caelum.vraptor.core
 
DefaultInterceptorHandlerFactory() - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
Deprecated.
CDI eyes only
DefaultInterceptorHandlerFactory(Container, StepInvoker, CacheStore<Class<?>, InterceptorHandler>, InterceptorAcceptsExecutor, CustomAcceptsExecutor, InterceptorExecutor) - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
 
DefaultInterceptorStack - Class in br.com.caelum.vraptor.core
Default implementation of an InterceptorStack
DefaultInterceptorStack() - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorStack
Deprecated.
CDI eyes only
DefaultInterceptorStack(InterceptorStackHandlersCache, Instance<ControllerMethod>, Instance<ControllerInstance>, Event<InterceptorsExecuted>, Event<InterceptorsReady>) - 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() - Constructor for class br.com.caelum.vraptor.view.DefaultLogicResult
Deprecated.
CDI eyes only
DefaultLogicResult(Proxifier, Router, MutableRequest, HttpServletResponse, Container, PathResolver, TypeNameExtractor, FlashScope, MethodInfo) - Constructor for class br.com.caelum.vraptor.view.DefaultLogicResult
 
DefaultMethodNotAllowedHandler - Class in br.com.caelum.vraptor.controller
Default implementation which sets the header and send an error response.
DefaultMethodNotAllowedHandler() - Constructor for class br.com.caelum.vraptor.controller.DefaultMethodNotAllowedHandler
 
DefaultMultipartConfig - Class in br.com.caelum.vraptor.observer.upload
Default implementation for MultipartConfig.
DefaultMultipartConfig() - Constructor for class br.com.caelum.vraptor.observer.upload.DefaultMultipartConfig
 
DefaultPageResult - Class in br.com.caelum.vraptor.view
Default page result implementation.
DefaultPageResult() - Constructor for class br.com.caelum.vraptor.view.DefaultPageResult
Deprecated.
CDI eyes only
DefaultPageResult(MutableRequest, MutableResponse, MethodInfo, PathResolver, Proxifier) - Constructor for class br.com.caelum.vraptor.view.DefaultPageResult
 
DefaultParameterControlBuilder() - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
 
DefaultParametersControl - Class in br.com.caelum.vraptor.http.route
Default implementation of parameters control on uris.
DefaultParametersControl(String, Map<String, String>, Converters, Evaluator, EncodingHandler) - Constructor for class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
DefaultParametersControl(String, Converters, Evaluator, EncodingHandler) - 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() - Constructor for class br.com.caelum.vraptor.view.DefaultPathResolver
Deprecated.
CDI eyes only
DefaultPathResolver(FormatResolver) - Constructor for class br.com.caelum.vraptor.view.DefaultPathResolver
 
DefaultRefererResult - Class in br.com.caelum.vraptor.view
 
DefaultRefererResult() - Constructor for class br.com.caelum.vraptor.view.DefaultRefererResult
Deprecated.
CDI eyes only
DefaultRefererResult(Result, MutableRequest, Router, ParametersProvider) - Constructor for class br.com.caelum.vraptor.view.DefaultRefererResult
 
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() - Constructor for class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
Deprecated.
CDI eyes only
DefaultRepresentationResult(FormatResolver, Result, Instance<Serialization>) - Constructor for class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
 
DefaultResult - Class in br.com.caelum.vraptor.core
A basic implementation of a Result
DefaultResult() - Constructor for class br.com.caelum.vraptor.core.DefaultResult
Deprecated.
CDI eyes only
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, EncodingHandler) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
 
DefaultRouteBuilder.DefaultParameterControlBuilder - Class in br.com.caelum.vraptor.http.route
 
DefaultRouter - Class in br.com.caelum.vraptor.http.route
The default implementation of controller localization rules.
DefaultRouter() - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouter
Deprecated.
CDI eyes only
DefaultRouter(Proxifier, TypeFinder, Converters, ParameterNameProvider, Evaluator, EncodingHandler, CacheStore<Invocation, Route>) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouter
 
DefaultSimpleInterceptorStack - Class in br.com.caelum.vraptor.interceptor
 
DefaultSimpleInterceptorStack() - Constructor for class br.com.caelum.vraptor.interceptor.DefaultSimpleInterceptorStack
Deprecated.
CDI eyes only
DefaultSimpleInterceptorStack(InterceptorStack, ControllerMethod, ControllerInstance) - Constructor for class br.com.caelum.vraptor.interceptor.DefaultSimpleInterceptorStack
 
DefaultStaticContentHandler - Class in br.com.caelum.vraptor.core
Handles default content if the request corresponds to static content.
DefaultStaticContentHandler() - Constructor for class br.com.caelum.vraptor.core.DefaultStaticContentHandler
Deprecated.
CDI eyes only
DefaultStaticContentHandler(ServletContext) - Constructor for class br.com.caelum.vraptor.core.DefaultStaticContentHandler
 
DefaultStatus - Class in br.com.caelum.vraptor.view
Allows header related results.
DefaultStatus() - Constructor for class br.com.caelum.vraptor.view.DefaultStatus
Deprecated.
CDI eyes only
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() - Constructor for class br.com.caelum.vraptor.http.route.DefaultTypeFinder
Deprecated.
CDI eyes only
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.observer.upload
Default implementation for UploadedFile.
DefaultUploadedFile(InputStream, String, String, long) - Constructor for class br.com.caelum.vraptor.observer.upload.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
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: \@Component public class MyValidatorViewsFactory extends DefaultValidationViewsFactory { //delegate constructor \@Override public <T extends View> T instanceFor(Class<T> view, List<Message> errors) { //return my own Validation view version or return super.instanceFor(view, errors); } }
DefaultValidationViewsFactory() - Constructor for class br.com.caelum.vraptor.view.DefaultValidationViewsFactory
Deprecated.
CDI eyes only
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() - Constructor for class br.com.caelum.vraptor.validator.DefaultValidator
Deprecated.
CDI eyes only
DefaultValidator(Result, ValidationViewsFactory, Outjector, Proxifier, ResourceBundle, Validator, MessageInterpolator, Locale) - 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.
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.validator.ErrorList
 
delegate() - Method in class br.com.caelum.vraptor.validator.ErrorList.ErrorListItem
 
delegate() - Method in class br.com.caelum.vraptor.view.LinkToHandler
 
Delete - Annotation Type in br.com.caelum.vraptor
Supports the DELETE http method.
deny(MutableRequest, MutableResponse, Set<HttpMethod>) - Method in class br.com.caelum.vraptor.controller.DefaultMethodNotAllowedHandler
 
deny(MutableRequest, MutableResponse, Set<HttpMethod>) - Method in interface br.com.caelum.vraptor.controller.MethodNotAllowedHandler
Denies current request due to method not allowed.
deserialize(InputStream, ControllerMethod) - Method in interface br.com.caelum.vraptor.serialization.Deserializer
 
deserialize(InputStream, ControllerMethod) - Method in class br.com.caelum.vraptor.serialization.FormDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.CalendarGsonConverter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.DateGsonConverter
 
deserialize(InputStream, ControllerMethod) - Method in class br.com.caelum.vraptor.serialization.gson.GsonDeserialization
 
deserialize(InputStream, ControllerMethod) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLDeserializer
 
Deserializer - Interface in br.com.caelum.vraptor.serialization
Deserializes request body according to a given content type.
deserializerFor(String, Container) - Method in class br.com.caelum.vraptor.serialization.DefaultDeserializers
 
deserializerFor(String, Container) - Method in interface br.com.caelum.vraptor.serialization.Deserializers
 
Deserializers - Interface in br.com.caelum.vraptor.serialization
 
deserializes(InterceptorsReady, HttpServletRequest, MethodInfo, Status) - Method in class br.com.caelum.vraptor.observer.DeserializingObserver
 
Deserializes - Annotation Type in br.com.caelum.vraptor.serialization
Indicates that annotated class will deserialize specified content types
DeserializesHandler - Class in br.com.caelum.vraptor.serialization
Handles classes annotated with Deserializes.
DeserializesHandler() - Constructor for class br.com.caelum.vraptor.serialization.DeserializesHandler
Deprecated.
CDI eyes only
DeserializesHandler(Deserializers) - Constructor for class br.com.caelum.vraptor.serialization.DeserializesHandler
 
DeserializesQualifier - Annotation Type in br.com.caelum.vraptor.core
 
DeserializingObserver - Class in br.com.caelum.vraptor.observer
Important: this class must observe MethodReady because it is fired just before ExecuteMethod execution
DeserializingObserver() - Constructor for class br.com.caelum.vraptor.observer.DeserializingObserver
Deprecated.
CDI eyes only
DeserializingObserver(Deserializers, Container) - Constructor for class br.com.caelum.vraptor.observer.DeserializingObserver
 
destroy(T) - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
destroy() - Method in class br.com.caelum.vraptor.VRaptor
 
DEVELOPMENT - Static variable in class br.com.caelum.vraptor.environment.EnvironmentType
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class br.com.caelum.vraptor.VRaptor
 
DoubleConverter - Class in br.com.caelum.vraptor.converter
Localized version of VRaptor's Double converter.
DoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.DoubleConverter
Deprecated.
CDI eyes only
DoubleConverter(Locale) - Constructor for class br.com.caelum.vraptor.converter.DoubleConverter
 
Download - Interface in br.com.caelum.vraptor.observer.download
Generic downloader.
download(MethodExecuted, Result) - Method in class br.com.caelum.vraptor.observer.download.DownloadObserver
 
DownloadObserver - Class in br.com.caelum.vraptor.observer.download
Observer that return a File or an InputStream when method return type is a download type.
DownloadObserver() - Constructor for class br.com.caelum.vraptor.observer.download.DownloadObserver
 
DownloadView - Class in br.com.caelum.vraptor.observer.download
A view implementation that writes a download into response.
DownloadView() - Constructor for class br.com.caelum.vraptor.observer.download.DownloadView
Deprecated.
CDI eyes only
DownloadView(HttpServletResponse) - Constructor for class br.com.caelum.vraptor.observer.download.DownloadView
 

E

EmptyBundle - Class in br.com.caelum.vraptor.util
Representing an empty resource bundle.
EmptyBundle() - Constructor for class br.com.caelum.vraptor.util.EmptyBundle
 
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
 
encodeRedirectUrl(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
encodeURL(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
encodeUrl(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
ENCODING_KEY - Static variable in class br.com.caelum.vraptor.http.EncodingHandler
context parameter that represents application character encoding
EncodingHandler - Class in br.com.caelum.vraptor.http
EncodingHandler that uses Encoding from web.xml.
EncodingHandler() - Constructor for class br.com.caelum.vraptor.http.EncodingHandler
Deprecated.
CDI eyes only
EncodingHandler(ServletContext) - Constructor for class br.com.caelum.vraptor.http.EncodingHandler
 
ensure(boolean, Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
ensure(boolean, Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
ensure(boolean, Message) - Method in interface br.com.caelum.vraptor.validator.Validator
Ensure that expression is true, otherwise adds the message to validation errors.
EnumConverter - Class in br.com.caelum.vraptor.converter
Accepts either the ordinal value or name.
EnumConverter() - Constructor for class br.com.caelum.vraptor.converter.EnumConverter
 
Environment - Interface in br.com.caelum.vraptor.environment
An environment has a set of key/value properties to be used within your application
ENVIRONMENT_INDENTED_KEY - Static variable in interface br.com.caelum.vraptor.serialization.JSONSerialization
Key used to search via environment if JSON will be printed with indentation or not.
ENVIRONMENT_INDENTED_KEY - Static variable in interface br.com.caelum.vraptor.serialization.XMLSerialization
Key used to search via environment if XML will be printed with indentation or not.
ENVIRONMENT_PROPERTY - Static variable in class br.com.caelum.vraptor.environment.ServletBasedEnvironment
 
EnvironmentPropertyProducer - Class in br.com.caelum.vraptor.environment
A producer that allows us to inject environment properties.
EnvironmentPropertyProducer() - Constructor for class br.com.caelum.vraptor.environment.EnvironmentPropertyProducer
Deprecated.
CDI eyes only
EnvironmentPropertyProducer(Environment) - Constructor for class br.com.caelum.vraptor.environment.EnvironmentPropertyProducer
 
EnvironmentType - Class in br.com.caelum.vraptor.environment
An class to represent usual Environment types
EnvironmentType(String) - Constructor for class br.com.caelum.vraptor.environment.EnvironmentType
 
equals(Object) - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
equals(Object) - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
equals(Object) - Method in class br.com.caelum.vraptor.environment.EnvironmentType
 
equals(Object) - Method in class br.com.caelum.vraptor.http.Parameter
 
equals(Object) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
equals(Object) - Method in class br.com.caelum.vraptor.http.route.Invocation
 
equals(Object) - Method in class br.com.caelum.vraptor.http.ValuedParameter
 
equals(Object) - Method in class br.com.caelum.vraptor.validator.SimpleMessage
 
ErrorList - Class in br.com.caelum.vraptor.validator
Class that represents an error list.
ErrorList(List<Message>) - Constructor for class br.com.caelum.vraptor.validator.ErrorList
 
ErrorList.ErrorListItem - Class in br.com.caelum.vraptor.validator
 
ErrorListItem(List<String>) - Constructor for class br.com.caelum.vraptor.validator.ErrorList.ErrorListItem
 
errorMessage() - Method in interface br.com.caelum.vraptor.interceptor.SignatureAcceptor
 
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() - Constructor for class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
Deprecated.
CDI eyes only
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.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 these properties in serialization.
exclude(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
excludeAll() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
excludeAll() - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
 
excludeAll(String...) - Method in class br.com.caelum.vraptor.serialization.Serializee
 
excludeAll() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
excludeAll() - Method in interface br.com.caelum.vraptor.serialization.Serializer
Include all properties in serialization.
excludeAll() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
Exclusions - Class in br.com.caelum.vraptor.serialization.gson
 
Exclusions(Serializee) - Constructor for class br.com.caelum.vraptor.serialization.gson.Exclusions
 
execute(InterceptorStack, ControllerMethod, Object) - Method in interface br.com.caelum.vraptor.core.InterceptorHandler
 
execute(InterceptorStack, ControllerMethod, Object) - Method in class br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler
 
execute(InterceptorStack, ControllerMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.AspectStyleInterceptorHandler
 
execute(Object, Method) - Method in class br.com.caelum.vraptor.interceptor.InterceptorExecutor
 
execute(InterceptorsExecuted) - Method in class br.com.caelum.vraptor.observer.ExecuteMethod
 
executeAround(Object, Method) - Method in class br.com.caelum.vraptor.interceptor.InterceptorExecutor
note: Just for this case, method can receive DI.
ExecuteMethod - Class in br.com.caelum.vraptor.observer
Interceptor that executes the logic method.
ExecuteMethod() - Constructor for class br.com.caelum.vraptor.observer.ExecuteMethod
Deprecated.
CDI eyes only
ExecuteMethod(MethodInfo, Validator, Event<MethodExecuted>, Event<MethodReady>) - Constructor for class br.com.caelum.vraptor.observer.ExecuteMethod
 
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
 
extractCategory(ValuedParameter[], ConstraintViolation<Object>) - Method in class br.com.caelum.vraptor.validator.beanvalidation.MethodValidator
Returns the category for this constraint violation.
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
extractInternacionalizedMessage(ConstraintViolation<Object>) - Method in class br.com.caelum.vraptor.validator.beanvalidation.MethodValidator
Returns the internacionalized message for this constraint violation.
extractParameters(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
 
extractPrefix(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
extractRawTypeIfPossible(Class<T>) - Static method in class br.com.caelum.vraptor.proxy.CDIProxies
 

F

fetch(K) - Method in interface br.com.caelum.vraptor.cache.CacheStore
Fetches the value under the key
fetch(K, Callable<V>) - Method in interface br.com.caelum.vraptor.cache.CacheStore
Fetches the value under the key.
fetch(K, Callable<V>) - Method in class br.com.caelum.vraptor.cache.DefaultCacheStore
 
fetch(K) - Method in class br.com.caelum.vraptor.cache.DefaultCacheStore
 
fetch(K, Callable<V>) - Method in class br.com.caelum.vraptor.cache.LRUCacheStore
 
fetch(K) - Method in class br.com.caelum.vraptor.cache.LRUCacheStore
 
FileDownload - Class in br.com.caelum.vraptor.observer.download
Reads bytes from a file into the result.
FileDownload(File, String, String) - Constructor for class br.com.caelum.vraptor.observer.download.FileDownload
 
FileDownload(File, String) - Constructor for class br.com.caelum.vraptor.observer.download.FileDownload
 
FileDownload(File, String, String, boolean) - Constructor for class br.com.caelum.vraptor.observer.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(Parameter[], Object...) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
 
fillUri(Parameter[], Object...) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
creates a uri based on those parameter values
findAllMethods(Class<?>) - Method in class br.com.caelum.vraptor.interceptor.StepInvoker
 
findByException(Exception) - Method in class br.com.caelum.vraptor.core.DefaultExceptionMapper
 
findByException(Exception) - Method in interface br.com.caelum.vraptor.core.ExceptionMapper
findMethod(MirrorList<Method>, Class<? extends Annotation>, Class<?>) - Method in class br.com.caelum.vraptor.interceptor.StepInvoker
 
FixedMethodStrategy - Class in br.com.caelum.vraptor.http.route
A route strategy which invokes a fixed type's method.
FixedMethodStrategy(String, ControllerMethod, Set<HttpMethod>, ParametersControl, int, Parameter[]) - Constructor for class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
fixIndexedParameters(String, Multiset<String>) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
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() - Constructor for class br.com.caelum.vraptor.interceptor.FlashInterceptor
Deprecated.
CDI eyes only
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
Localized version of VRaptor's Float converter.
FloatConverter() - Constructor for class br.com.caelum.vraptor.converter.FloatConverter
Deprecated.
CDI eyes only
FloatConverter(Locale) - Constructor for class br.com.caelum.vraptor.converter.FloatConverter
 
flushBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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.serialization
 
FormDeserializer() - Constructor for class br.com.caelum.vraptor.serialization.FormDeserializer
Deprecated.
CDI eyes only
FormDeserializer(ParametersProvider) - Constructor for class br.com.caelum.vraptor.serialization.FormDeserializer
 
forward(RequestSucceded) - Method in class br.com.caelum.vraptor.observer.ForwardToDefaultView
 
forward() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
 
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.
ForwardToDefaultView - Class in br.com.caelum.vraptor.observer
Observes MethodExecuted event, and forwards to the default view if no view was rendered so far.
ForwardToDefaultView() - Constructor for class br.com.caelum.vraptor.observer.ForwardToDefaultView
Deprecated.
CDI eyes only
ForwardToDefaultView(Result) - Constructor for class br.com.caelum.vraptor.observer.ForwardToDefaultView
 
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, 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(String) - Method in class br.com.caelum.vraptor.validator.ErrorList
Return all messages by category.
fromString(String) - Method in class br.com.caelum.vraptor.serialization.xstream.NullConverter
 

G

get(String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
get(String, String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
get(String) - Method in interface br.com.caelum.vraptor.environment.Environment
Returns a key
get(String, String) - Method in interface br.com.caelum.vraptor.environment.Environment
Returns a key or a default value if the value isn't set
get(InjectionPoint) - Method in class br.com.caelum.vraptor.environment.EnvironmentPropertyProducer
 
get(String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
get(String, String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
Get - Annotation Type in br.com.caelum.vraptor
Supports the GET http method.
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() - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
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
 
getAlias() - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
getAlias() - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
getAllowedMethods() - Method in exception br.com.caelum.vraptor.http.route.MethodNotAllowedException
 
getAnnotation() - Method in enum br.com.caelum.vraptor.controller.HttpMethod
 
getAnnotation(Class<T>) - Method in class br.com.caelum.vraptor.http.Parameter
 
getAnnotations() - Method in interface br.com.caelum.vraptor.controller.BeanClass
 
getAnnotations() - Method in interface br.com.caelum.vraptor.controller.ControllerMethod
 
getAnnotations() - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
getAnnotations() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
getAnnotations() - Method in class br.com.caelum.vraptor.http.Parameter
 
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.
getArity() - Method in interface br.com.caelum.vraptor.controller.ControllerMethod
 
getArity() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
getBeanClass() - Method in interface br.com.caelum.vraptor.controller.ControllerInstance
 
getBeanClass() - Method in class br.com.caelum.vraptor.controller.DefaultControllerInstance
 
getBody() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getBufferSize() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getBundle() - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getCache(InjectionPoint) - Method in class br.com.caelum.vraptor.cache.LRUCacheFactory
 
getCategory() - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
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.SimpleMessage
 
getChain() - Method in interface br.com.caelum.vraptor.events.RequestStarted
 
getChain() - Method in class br.com.caelum.vraptor.events.VRaptorRequestStarted
 
getChain() - Method in class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getConfiguredXStream(Method, Class<?>[]) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLDeserializer
 
getConstraintDescriptor() - Method in class br.com.caelum.vraptor.validator.beanvalidation.BeanValidatorContext
 
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.observer.upload.DefaultUploadedFile
 
getContentType() - Method in interface br.com.caelum.vraptor.observer.upload.UploadedFile
 
getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
 
getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getController() - Method in interface br.com.caelum.vraptor.controller.ControllerInstance
 
getController() - Method in interface br.com.caelum.vraptor.controller.ControllerMethod
 
getController() - Method in class br.com.caelum.vraptor.controller.DefaultControllerInstance
 
getController() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
getController() - Method in class br.com.caelum.vraptor.events.ControllerFound
 
getControllerInstance() - Method in class br.com.caelum.vraptor.events.InterceptorsExecuted
 
getControllerInstance() - Method in class br.com.caelum.vraptor.observer.InstantiateObserver
 
getControllerMethod() - Method in class br.com.caelum.vraptor.core.MethodInfo
 
getControllerMethod() - Method in class br.com.caelum.vraptor.events.InterceptorsExecuted
 
getControllerMethod() - Method in class br.com.caelum.vraptor.events.InterceptorsReady
 
getControllerMethod() - Method in class br.com.caelum.vraptor.events.MethodExecuted
 
getControllerMethod() - Method in class br.com.caelum.vraptor.events.MethodReady
 
getControllerMethod() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
getControllerMethod() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
 
getControllerMethod() - Method in interface br.com.caelum.vraptor.http.route.Route
 
getCustomAccepts(Object) - Method in class br.com.caelum.vraptor.interceptor.CustomAcceptsExecutor
 
getCustomAcceptsAnnotations(Class<?>) - Static method in class br.com.caelum.vraptor.interceptor.CustomAcceptsVerifier
 
getDateFormat() - Method in class br.com.caelum.vraptor.converter.CalendarConverter
 
getDateFormat() - Method in class br.com.caelum.vraptor.converter.DateConverter
 
getDeclaredAnnotations() - Method in class br.com.caelum.vraptor.http.Parameter
 
getDirectory() - Method in class br.com.caelum.vraptor.observer.upload.DefaultMultipartConfig
 
getDirectory() - Method in interface br.com.caelum.vraptor.observer.upload.MultipartConfig
Gets the temporary directory.
getElementTypes() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
getEncoding() - Method in class br.com.caelum.vraptor.http.EncodingHandler
 
getErrors() - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
getErrors() - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
getErrors() - Method in exception br.com.caelum.vraptor.validator.ValidationException
 
getErrors() - Method in interface br.com.caelum.vraptor.validator.Validator
Returns a list of errors.
getExcludes() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
getExtension() - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
getFile() - Method in class br.com.caelum.vraptor.observer.upload.DefaultUploadedFile
 
getFile() - Method in interface br.com.caelum.vraptor.observer.upload.UploadedFile
 
getFileName() - Method in class br.com.caelum.vraptor.observer.upload.DefaultUploadedFile
 
getFileName() - Method in interface br.com.caelum.vraptor.observer.upload.UploadedFile
 
getFileSizeLimit() - Method in class br.com.caelum.vraptor.observer.upload.DefaultMultipartConfig
 
getFileSizeLimit() - Method in interface br.com.caelum.vraptor.observer.upload.MultipartConfig
The max size of each uploaded file (in bytes).
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
 
getGrouped() - Method in class br.com.caelum.vraptor.validator.ErrorList
Return messages grouped by category.
getHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getHeaderNames() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getHeaders(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getIncludes() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
getInstance() - Method in class br.com.caelum.vraptor.ioc.cdi.ServletContextFactory
 
getInstance() - Method in class br.com.caelum.vraptor.validator.beanvalidation.MessageInterpolatorFactory
 
getInterceptorHandlers() - Method in class br.com.caelum.vraptor.core.InterceptorStackHandlersCache
 
getKey(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nParam
 
getKeys() - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
getKeys() - Method in interface br.com.caelum.vraptor.environment.Environment
 
getKeys() - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
getKeys() - Method in class br.com.caelum.vraptor.util.SafeResourceBundle
 
getKeys() - Method in class br.com.caelum.vraptor.util.test.MockResourceBundle
Returns nothing.
getLocale() - Method in class br.com.caelum.vraptor.core.JstlLocalization
 
getLocale() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getLogger(InjectionPoint) - Method in class br.com.caelum.vraptor.others.LoggerFactory
 
getMessage() - Method in exception br.com.caelum.vraptor.converter.ConversionException
 
getMessage() - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
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.SimpleMessage
 
getMethod() - Method in interface br.com.caelum.vraptor.controller.ControllerMethod
 
getMethod() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
getMethod() - Method in class br.com.caelum.vraptor.events.ControllerFound
 
getMethodInfo() - Method in class br.com.caelum.vraptor.events.MethodExecuted
 
getMethodReturnType() - Method in class br.com.caelum.vraptor.events.MethodExecuted
 
getName() - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
getName() - Method in interface br.com.caelum.vraptor.environment.Environment
Returns the environment name
getName() - Method in class br.com.caelum.vraptor.environment.EnvironmentType
 
getName() - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
getName() - Method in class br.com.caelum.vraptor.http.Parameter
 
getName() - Method in class br.com.caelum.vraptor.http.ValuedParameter
An alias to getParameter().getName().
getNumberFormat() - Method in class br.com.caelum.vraptor.converter.BigDecimalConverter
 
getNumberFormat() - Method in class br.com.caelum.vraptor.converter.DoubleConverter
 
getNumberFormat() - Method in class br.com.caelum.vraptor.converter.FloatConverter
 
getNumberFormat() - Method in class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
 
getNumberFormat() - Method in class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
 
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
 
getPackage() - Method in interface br.com.caelum.vraptor.controller.BeanClass
 
getPackage() - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
getPackageName() - Method in interface br.com.caelum.vraptor.controller.BeanClass
 
getPackageName() - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
getParameter() - Method in class br.com.caelum.vraptor.http.ValuedParameter
 
getParameter(String) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParameterizedType() - Method in class br.com.caelum.vraptor.http.Parameter
 
getParameterMap() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParameterNames() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getParametersFor(ControllerMethod, List<Message>) - Method in class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
 
getParametersFor(ControllerMethod, List<Message>) - Method in interface br.com.caelum.vraptor.http.ParametersProvider
 
getParametersValues() - Method in class br.com.caelum.vraptor.core.MethodInfo
 
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
 
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.
getRequest() - Method in interface br.com.caelum.vraptor.events.RequestStarted
 
getRequest() - Method in class br.com.caelum.vraptor.events.RequestSucceded
 
getRequest() - Method in class br.com.caelum.vraptor.events.VRaptorRequestStarted
 
getRequest() - Method in class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
getRequestedUri() - Method in interface br.com.caelum.vraptor.http.MutableRequest
 
getRequestedUri() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
getResource(String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
getResource(String) - Method in interface br.com.caelum.vraptor.environment.Environment
Locates a resource according to your current environment.
getResource(String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
getResponse() - Method in interface br.com.caelum.vraptor.events.RequestStarted
 
getResponse() - Method in class br.com.caelum.vraptor.events.RequestSucceded
 
getResponse() - Method in class br.com.caelum.vraptor.events.VRaptorRequestStarted
 
getResponse() - Method in class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
getResult() - Method in class br.com.caelum.vraptor.core.MethodInfo
 
getRoot() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
getRootClass() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
getSerializee() - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
getSerializee() - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
getSerializee() - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
getSerializer() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
getSerializer() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
getServletContext() - Method in class br.com.caelum.vraptor.events.VRaptorInitialized
 
getSession() - Method in class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
getSeverity() - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
getSeverity() - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
getSeverity() - Method in interface br.com.caelum.vraptor.validator.Message
 
getSeverity() - Method in class br.com.caelum.vraptor.validator.SimpleMessage
 
getSize() - Method in class br.com.caelum.vraptor.observer.upload.DefaultUploadedFile
 
getSize() - Method in interface br.com.caelum.vraptor.observer.upload.UploadedFile
 
getSizeLimit() - Method in class br.com.caelum.vraptor.observer.upload.DefaultMultipartConfig
 
getSizeLimit() - Method in interface br.com.caelum.vraptor.observer.upload.MultipartConfig
The max size of uploaded files (in bytes).
getStatus() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
getTemporaryDirectory() - Method in class br.com.caelum.vraptor.observer.upload.DefaultMultipartConfig
 
getType() - Method in interface br.com.caelum.vraptor.controller.BeanClass
 
getType() - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
getType() - Method in class br.com.caelum.vraptor.http.Parameter
 
getTypes(ControllerMethod) - Method in class br.com.caelum.vraptor.serialization.gson.GsonDeserialization
 
getUris(Method) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
getURIsFor(Method, Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
getValidatedValue() - Method in class br.com.caelum.vraptor.validator.beanvalidation.BeanValidatorContext
 
getValidationMessage() - Method in exception br.com.caelum.vraptor.converter.ConversionException
 
getValue() - Method in class br.com.caelum.vraptor.http.ValuedParameter
 
getValue(FileItem, ServletRequest) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
getValuedParameters() - Method in class br.com.caelum.vraptor.core.MethodInfo
 
getVRaptorMapper() - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
 
getWriter() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
getWriter() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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
 
GsonBuilderWrapper - Class in br.com.caelum.vraptor.serialization.gson
Builder Wrapper for JSON using GSON.
GsonBuilderWrapper(Instance<JsonSerializer<?>>, Instance<JsonDeserializer<?>>) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
GsonBuilderWrapper() - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
Deprecated.
CDI eyes only
GsonDeserialization - Class in br.com.caelum.vraptor.serialization.gson
A GSON deserializer.
GsonDeserialization() - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonDeserialization
Deprecated.
CDI eyes only
GsonDeserialization(GsonDeserializerBuilder, ParameterNameProvider, HttpServletRequest) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonDeserialization
 
GsonDeserializerBuilder - Interface in br.com.caelum.vraptor.serialization.gson
 
GsonInterfaceBuilder - Interface in br.com.caelum.vraptor.serialization.gson
 
GsonJSONPSerialization - Class in br.com.caelum.vraptor.serialization.gson
Gson implementation for JSONPSerialization
GsonJSONPSerialization() - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonJSONPSerialization
Deprecated.
CDI eyes only
GsonJSONPSerialization(HttpServletResponse, TypeNameExtractor, GsonSerializerBuilder, Environment) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonJSONPSerialization
 
GsonJSONSerialization - Class in br.com.caelum.vraptor.serialization.gson
Gson implementation for JSONSerialization
GsonJSONSerialization() - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
Deprecated.
CDI eyes only
GsonJSONSerialization(HttpServletResponse, TypeNameExtractor, GsonSerializerBuilder, Environment) - 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(GsonSerializerBuilder, Writer, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
GsonSerializerBuilder - Interface in br.com.caelum.vraptor.serialization.gson
 
guavaCdiClashWorkaround() - Method in class br.com.caelum.vraptor.others.GuavaServiceProducer
 
GuavaServiceProducer - Class in br.com.caelum.vraptor.others
Class to avoid erros when using in CDI environments.
GuavaServiceProducer() - Constructor for class br.com.caelum.vraptor.others.GuavaServiceProducer
 

H

handle(BeanClass) - Method in class br.com.caelum.vraptor.ioc.ControllerHandler
 
handle(BeanClass) - Method in class br.com.caelum.vraptor.ioc.ConverterHandler
 
handle(BeanClass) - Method in class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
 
handle(VRaptorRequestStarted) - Method in class br.com.caelum.vraptor.observer.RequestHandlerObserver
 
handle(BeanClass) - Method in class br.com.caelum.vraptor.serialization.DeserializesHandler
 
handleGetObject(String) - Method in class br.com.caelum.vraptor.util.SafeResourceBundle
 
handleGetObject(String) - Method in class br.com.caelum.vraptor.util.test.MockResourceBundle
Return the same key as value.
handlerFor(Class<?>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
 
handlerFor(Class<?>) - Method in interface br.com.caelum.vraptor.core.InterceptorHandlerFactory
chooses the right handler for the given type
has(String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
has(String) - Method in interface br.com.caelum.vraptor.environment.Environment
Checks if a key is present
has(String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
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.Validator
Return true if has validation errors.
hashCode() - Method in class br.com.caelum.vraptor.controller.DefaultBeanClass
 
hashCode() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
hashCode() - Method in class br.com.caelum.vraptor.environment.EnvironmentType
 
hashCode() - Method in class br.com.caelum.vraptor.http.Parameter
 
hashCode() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
 
hashCode() - Method in class br.com.caelum.vraptor.http.route.Invocation
 
hashCode() - Method in class br.com.caelum.vraptor.http.ValuedParameter
 
hashCode() - Method in class br.com.caelum.vraptor.validator.SimpleMessage
 
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
Inject an HTTP header into a method parameter.
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() - Constructor for class br.com.caelum.vraptor.serialization.HTMLSerialization
Deprecated.
CDI eyes only
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.controller
 
HttpResult - Interface in br.com.caelum.vraptor.view
A view that deals with HTTP protocol, sending status and error codes and adding headers.

I

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
 
I18nMessage(String, String, Severity, 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() - Constructor for class br.com.caelum.vraptor.serialization.I18nMessageSerialization
Deprecated.
CDI eyes only
I18nMessageSerialization(Container, ResourceBundle) - 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(MethodReady) - Method in class br.com.caelum.vraptor.observer.ParameterIncluder
 
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 these properties in serialization.
include(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
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.
includeAll(String...) - Method in class br.com.caelum.vraptor.serialization.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 - Annotation Type in br.com.caelum.vraptor.interceptor
Notifies VRaptor to include all parameters of a method annotated with this IncludeParameters annotation
includeParameters(ControllerMethod, Object[]) - Method in interface br.com.caelum.vraptor.view.FlashScope
 
includeParameters(ControllerMethod, Object[]) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
 
indented() - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
indented() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
indented() - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
indented() - Method in interface br.com.caelum.vraptor.serialization.JSONSerialization
 
indented() - Method in interface br.com.caelum.vraptor.serialization.XMLSerialization
This option adds indentation to output XML.
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.XStreamXMLSerialization
 
init() - Method in class br.com.caelum.vraptor.core.InterceptorStackHandlersCache
 
init() - Method in class br.com.caelum.vraptor.http.EncodingHandler
 
init() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
 
init() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
 
init(FilterConfig) - Method in class br.com.caelum.vraptor.VRaptor
 
initialize(A) - Method in interface br.com.caelum.vraptor.interceptor.AcceptsValidator
 
initialize(AcceptsForPackages) - Method in class br.com.caelum.vraptor.interceptor.PackagesAcceptor
 
initialize(AcceptsWithAnnotations) - Method in class br.com.caelum.vraptor.interceptor.WithAnnotationAcceptor
 
InputStreamDownload - Class in br.com.caelum.vraptor.observer.download
Handles download by reading from a input stream byte by byte.
InputStreamDownload(InputStream, String, String) - Constructor for class br.com.caelum.vraptor.observer.download.InputStreamDownload
 
InputStreamDownload(InputStream, String, String, boolean, long) - Constructor for class br.com.caelum.vraptor.observer.download.InputStreamDownload
 
instanceFor(Class<?>, Method) - Static method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.ioc.cdi.CDIBasedContainer
 
instanceFor(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
Retrieves the appropriate instance for the given class.
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.
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(ControllerFound) - Method in class br.com.caelum.vraptor.observer.InstantiateObserver
 
instantiate(InterceptorsReady) - Method in class br.com.caelum.vraptor.observer.ParametersInstantiator
 
InstantiateObserver - Class in br.com.caelum.vraptor.observer
Instantiates the current instance of controller class.
InstantiateObserver() - Constructor for class br.com.caelum.vraptor.observer.InstantiateObserver
Deprecated.
CDI eyes only
InstantiateObserver(Container) - Constructor for class br.com.caelum.vraptor.observer.InstantiateObserver
 
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, ControllerMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
intercept(InterceptorStack, ControllerMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
 
intercept(InterceptorStack, ControllerMethod, Object) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
 
intercept(T, Method, Object[], SuperMethod) - Method in interface br.com.caelum.vraptor.proxy.MethodInvocation
Executes for all method invocations on proxies.
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 controller 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.
InterceptorAcceptsExecutor - Class in br.com.caelum.vraptor.interceptor
 
InterceptorAcceptsExecutor() - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorAcceptsExecutor
Deprecated.
CDI eyes only
InterceptorAcceptsExecutor(InterceptorMethodParametersResolver, StepInvoker) - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorAcceptsExecutor
 
InterceptorExecutor - Class in br.com.caelum.vraptor.interceptor
Simple executor for interceptor methods containing annotations: BeforeCall, AroundCall or AfterCall
InterceptorExecutor() - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorExecutor
Deprecated.
CDI eyes only
InterceptorExecutor(StepInvoker, InterceptorMethodParametersResolver, Instance<SimpleInterceptorStack>) - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorExecutor
 
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
InterceptorMethodParametersResolver - Class in br.com.caelum.vraptor.interceptor
 
InterceptorMethodParametersResolver() - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorMethodParametersResolver
Deprecated.
CDI eyes only
InterceptorMethodParametersResolver(Container) - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorMethodParametersResolver
 
InterceptorRegistry - Interface in br.com.caelum.vraptor.interceptor
 
InterceptorsExecuted - Class in br.com.caelum.vraptor.events
Event fired just after of all InterceptorStack execution
InterceptorsExecuted(ControllerMethod, Object) - Constructor for class br.com.caelum.vraptor.events.InterceptorsExecuted
 
InterceptorsReady - Class in br.com.caelum.vraptor.events
Event fired by RequestHandlerObserver just after start InterceptorStack execution
InterceptorsReady(ControllerMethod) - Constructor for class br.com.caelum.vraptor.events.InterceptorsReady
 
InterceptorStack - Interface in br.com.caelum.vraptor.core
The interceptors stack.
InterceptorStackHandlersCache - Class in br.com.caelum.vraptor.core
Cache all instances of InterceptorHandler when application starts.
InterceptorStackHandlersCache() - Constructor for class br.com.caelum.vraptor.core.InterceptorStackHandlersCache
Deprecated.
CDI eyes only
InterceptorStackHandlersCache(InterceptorRegistry, InterceptorHandlerFactory) - Constructor for class br.com.caelum.vraptor.core.InterceptorStackHandlersCache
 
InterceptorStereotypeHandler - Class in br.com.caelum.vraptor.ioc
Called when a interceptor is discovered, registers it.
InterceptorStereotypeHandler() - Constructor for class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
Deprecated.
CDI eyes only
InterceptorStereotypeHandler(InterceptorRegistry, InterceptorValidator) - Constructor for class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
 
InterceptorValidator - Class in br.com.caelum.vraptor.interceptor
 
InterceptorValidator() - Constructor for class br.com.caelum.vraptor.interceptor.InterceptorValidator
 
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 you can use before and after options.
InterceptsQualifier - Annotation Type in br.com.caelum.vraptor.core
 
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
 
Invocation - Class in br.com.caelum.vraptor.http.route
 
Invocation(Class<?>, Method) - Constructor for class br.com.caelum.vraptor.http.route.Invocation
 
invoke(Object, Object[]) - Method in interface br.com.caelum.vraptor.proxy.SuperMethod
 
IogiParametersProvider - Class in br.com.caelum.vraptor.http.iogi
 
IogiParametersProvider() - Constructor for class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
Deprecated.
CDI eyes only
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
 
isAmbiguous() - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class br.com.caelum.vraptor.http.Parameter
 
isCDIProxy(Class<?>) - Static method in class br.com.caelum.vraptor.proxy.CDIProxies
 
isCommitted() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
isDefault() - Method in class br.com.caelum.vraptor.util.SafeResourceBundle
 
isDevelopment() - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
isDevelopment() - Method in interface br.com.caelum.vraptor.environment.Environment
isDevelopment() - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
isEligible(Method) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
isEmpty() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
isProduction() - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
isProduction() - Method in interface br.com.caelum.vraptor.environment.Environment
isProduction() - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
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.
isProxyType(Class<?>) - Method in class br.com.caelum.vraptor.proxy.JavassistProxifier
 
isProxyType(Class<?>) - Method in interface br.com.caelum.vraptor.proxy.Proxifier
Return true if the type is a proxy, false otherwise.
isRecursive() - Method in class br.com.caelum.vraptor.serialization.Serializee
 
isRecursive() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
isTest() - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
isTest() - Method in interface br.com.caelum.vraptor.environment.Environment
isTest() - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
isUnsatisfied() - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
isValid(Object, ControllerMethod, ControllerInstance, List<Annotation>) - Method in class br.com.caelum.vraptor.interceptor.CustomAcceptsVerifier
 
isWithoutRoot() - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
isWithoutRoot() - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
iterator() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
iterator() - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 

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
 
JavassistProxifier - Class in br.com.caelum.vraptor.proxy
Javassist implementation for Proxifier.
JavassistProxifier() - Constructor for class br.com.caelum.vraptor.proxy.JavassistProxifier
 
join(String) - Method in class br.com.caelum.vraptor.validator.ErrorList.ErrorListItem
 
json() - Static method in class br.com.caelum.vraptor.view.Results
Uses json serialization.
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.
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() - Constructor for class br.com.caelum.vraptor.core.JstlLocalization
Deprecated.
CDI eyes only
JstlLocalization(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.core.JstlLocalization
 

L

LinkToHandler - Class in br.com.caelum.vraptor.view
View helper for generating uris
LinkToHandler() - Constructor for class br.com.caelum.vraptor.view.LinkToHandler
Deprecated.
CDI eyes only
LinkToHandler(ServletContext, Router, Proxifier) - Constructor for class br.com.caelum.vraptor.view.LinkToHandler
 
LoggerFactory - Class in br.com.caelum.vraptor.others
Produces an instance of Logger.
LoggerFactory() - Constructor for class br.com.caelum.vraptor.others.LoggerFactory
 
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
 
LOWEST - Static variable in annotation type br.com.caelum.vraptor.Path
 
LRU - Annotation Type in br.com.caelum.vraptor.cache
Used to mark an cache implementation as LRUCache.
LRUCacheFactory - Class in br.com.caelum.vraptor.cache
 
LRUCacheFactory() - Constructor for class br.com.caelum.vraptor.cache.LRUCacheFactory
 
LRUCacheStore<K,V> - Class in br.com.caelum.vraptor.cache
A LRU cache based on LinkedHashMap.
LRUCacheStore(int) - Constructor for class br.com.caelum.vraptor.cache.LRUCacheStore
 

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.CalendarConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.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
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.serialization.xstream
Converter for normalizing Message serialization
MessageConverter() - Constructor for class br.com.caelum.vraptor.serialization.xstream.MessageConverter
 
MessageGsonConverter - Class in br.com.caelum.vraptor.serialization.gson
Serializes Message object.
MessageGsonConverter() - Constructor for class br.com.caelum.vraptor.serialization.gson.MessageGsonConverter
 
MessageInterpolatorFactory - Class in br.com.caelum.vraptor.validator.beanvalidation
Factory for MessageInterpolator.
MessageInterpolatorFactory() - Constructor for class br.com.caelum.vraptor.validator.beanvalidation.MessageInterpolatorFactory
Deprecated.
CDI eyes only
MessageInterpolatorFactory(ValidatorFactory) - Constructor for class br.com.caelum.vraptor.validator.beanvalidation.MessageInterpolatorFactory
 
MethodExecuted - Class in br.com.caelum.vraptor.events
Event fired by ExecuteMethod when it has fully completed it's execution.
MethodExecuted(ControllerMethod, MethodInfo) - Constructor for class br.com.caelum.vraptor.events.MethodExecuted
 
MethodInfo - Class in br.com.caelum.vraptor.core
Holder for method being invoked and parameters being passed.
MethodInfo() - Constructor for class br.com.caelum.vraptor.core.MethodInfo
Deprecated.
CDI eyes only
MethodInfo(ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.core.MethodInfo
 
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
Returns a Method Not Allowed (405) 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.controller
Handler for Method Not Allowed Http Status (405).
MethodReady - Class in br.com.caelum.vraptor.events
Event fired by ExecuteMethod just before its execution.
MethodReady(ControllerMethod) - Constructor for class br.com.caelum.vraptor.events.MethodReady
 
MethodValidator - Class in br.com.caelum.vraptor.validator.beanvalidation
Validate method parameters using Bean Validation.
MethodValidator() - Constructor for class br.com.caelum.vraptor.validator.beanvalidation.MethodValidator
Deprecated.
CDI eyes only
MethodValidator(Locale, MessageInterpolator, Validator) - Constructor for class br.com.caelum.vraptor.validator.beanvalidation.MethodValidator
 
mimeToFormat - Variable in class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
 
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
 
MockInstanceImpl<T> - Class in br.com.caelum.vraptor.util.test
Fake implementation for Instance to test injection with list of elements.
MockInstanceImpl(List<T>) - Constructor for class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
MockInstanceImpl(T...) - Constructor for class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
MockResourceBundle - Class in br.com.caelum.vraptor.util.test
Mocked resource bundle that only returns the own key.
MockResourceBundle() - Constructor for class br.com.caelum.vraptor.util.test.MockResourceBundle
 
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, XStreamBuilder, GsonSerializerBuilder) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
MockSerializationResult(Proxifier, XStreamBuilder, GsonSerializerBuilder, Environment) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
 
MockSerializationResult() - 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.Status
Send redirect with Moved Permanently (301) Header Example: result.use(status()).movedPermanentlyTo("/clients"); will move to /{contextPath}/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(status()).movedPermanentlyTo(ClientsController.class).list();
MultipartConfig - Interface in br.com.caelum.vraptor.observer.upload
Basic multi part interceptor configuration.
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

nameFor(Type) - Method in class br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
 
nameFor(Type) - Method in interface br.com.caelum.vraptor.interceptor.TypeNameExtractor
 
next(ControllerMethod, Object) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
next(ControllerMethod, Object) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
Invokes the next interceptor on the stack.
next() - Method in class br.com.caelum.vraptor.interceptor.DefaultSimpleInterceptorStack
 
next() - Method in interface br.com.caelum.vraptor.interceptor.SimpleInterceptorStack
 
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)
NoInterceptMethodsValidationRule - Class in br.com.caelum.vraptor.interceptor
 
NoInterceptMethodsValidationRule() - Constructor for class br.com.caelum.vraptor.interceptor.NoInterceptMethodsValidationRule
Deprecated.
CDI eyes only
NoInterceptMethodsValidationRule(StepInvoker) - Constructor for class br.com.caelum.vraptor.interceptor.NoInterceptMethodsValidationRule
 
NoRootSerialization - Interface in br.com.caelum.vraptor.serialization
Creates a serializer of a given format with out ROOT alias.
NoStackParamValidationRule - Class in br.com.caelum.vraptor.interceptor
 
NoStackParamValidationRule() - Constructor for class br.com.caelum.vraptor.interceptor.NoStackParamValidationRule
Deprecated.
CDI eyes only
NoStackParamValidationRule(StepInvoker) - Constructor for class br.com.caelum.vraptor.interceptor.NoStackParamValidationRule
 
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.
notImplemented() - Method in class br.com.caelum.vraptor.view.DefaultStatus
 
notImplemented() - Method in interface br.com.caelum.vraptor.view.Status
Return Not implemented (501) Status
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
 
NullConverter - Class in br.com.caelum.vraptor.serialization.xstream
for DI purposes
NullConverter() - Constructor for class br.com.caelum.vraptor.serialization.xstream.NullConverter
 
NullEnvironment - Class in br.com.caelum.vraptor.environment
Environment implementation that doesn't' anything.
NullEnvironment() - Constructor for class br.com.caelum.vraptor.environment.NullEnvironment
 
NullMultipartObserver - Class in br.com.caelum.vraptor.observer.upload
This observer will warn a message in console when no commons-fileupload was found in classpath and application try to upload any files.
NullMultipartObserver() - Constructor for class br.com.caelum.vraptor.observer.upload.NullMultipartObserver
 
nullUpload(ControllerFound, HttpServletRequest) - Method in class br.com.caelum.vraptor.observer.upload.NullMultipartObserver
 

O

observeController(ControllerFound) - Method in class br.com.caelum.vraptor.core.MethodInfo
 
observesContext(ServletContext) - Method in class br.com.caelum.vraptor.ioc.cdi.ServletContextFactory
 
of(HttpServletRequest) - Static method in enum br.com.caelum.vraptor.controller.HttpMethod
 
of(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
of(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
 
of(Download) - Method in class br.com.caelum.vraptor.observer.download.DownloadView
 
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
 
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)
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
 
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.Validator
Shortcut for
onErrorForwardTo(T) - Method in interface br.com.caelum.vraptor.validator.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.Validator
Shortcut for
onErrorRedirectTo(T) - Method in interface br.com.caelum.vraptor.validator.Validator
Shortcut for
onErrorSendBadRequest() - Method in class br.com.caelum.vraptor.validator.AbstractValidator
 
onErrorSendBadRequest() - Method in interface br.com.caelum.vraptor.validator.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.Validator
If validator has errors, you can use this method to define what to do.
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.Validator
Shortcut for
onErrorUsePageOf(T) - Method in interface br.com.caelum.vraptor.validator.Validator
Shortcut for
Options - Annotation Type in br.com.caelum.vraptor
Supports the OPTIONS http method.
outject(MethodExecuted, Result, MethodInfo) - Method in class br.com.caelum.vraptor.observer.OutjectResult
 
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.observer
Outjects the result of the method invocation to the desired result
OutjectResult() - Constructor for class br.com.caelum.vraptor.observer.OutjectResult
Deprecated.
CDI eyes only
OutjectResult(TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.observer.OutjectResult
 

P

PackagesAcceptor - Class in br.com.caelum.vraptor.interceptor
 
PackagesAcceptor() - Constructor for class br.com.caelum.vraptor.interceptor.PackagesAcceptor
 
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.
Parameter - Class in br.com.caelum.vraptor.http
Class that represents a method or constructor parameter.
Parameter(int, String, AccessibleObject) - Constructor for class br.com.caelum.vraptor.http.Parameter
 
ParameterIncluder - Class in br.com.caelum.vraptor.observer
Includes all the parameters on the view of a method annotated with IncludeParameters annotation
ParameterIncluder() - Constructor for class br.com.caelum.vraptor.observer.ParameterIncluder
Deprecated.
CDI eyes only
ParameterIncluder(Instance<Outjector>) - Constructor for class br.com.caelum.vraptor.observer.ParameterIncluder
 
ParameterNameProvider - Interface in br.com.caelum.vraptor.http
Provides all parameter names for an specific java method.
ParametersControl - Interface in br.com.caelum.vraptor.http.route
 
parametersFor(AccessibleObject) - Method in interface br.com.caelum.vraptor.http.ParameterNameProvider
 
parametersFor(AccessibleObject) - Method in class br.com.caelum.vraptor.http.ParanamerNameProvider
 
parametersFor(Method) - Method in class br.com.caelum.vraptor.interceptor.InterceptorMethodParametersResolver
 
ParametersInstantiator - Class in br.com.caelum.vraptor.observer
An observer which instantiates parameters and provide them to the request.
ParametersInstantiator() - Constructor for class br.com.caelum.vraptor.observer.ParametersInstantiator
Deprecated.
CDI eyes only
ParametersInstantiator(ParametersProvider, MethodInfo, Validator, MutableRequest, FlashScope) - Constructor for class br.com.caelum.vraptor.observer.ParametersInstantiator
 
ParametersProvider - Interface in br.com.caelum.vraptor.http
Provides all parameters required to invoke an specific java method.
ParanamerNameProvider - Class in br.com.caelum.vraptor.http
Paranamer implementation for ParameterNameProvider, that reads parameter info using Named annotation on each parameter, or read bytecode to find parameter information, in this order.
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 ControllerMethod 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 controller.
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() - Constructor for class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
Deprecated.
CDI eyes only
PathAnnotationRoutesParser(Router) - Constructor for class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
pathFor(ControllerMethod) - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
 
pathFor(ControllerMethod) - Method in interface br.com.caelum.vraptor.view.PathResolver
 
PathResolver - Interface in br.com.caelum.vraptor.view
Decides the url to forward 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()).
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
Deprecated.
CDI eyes only
PrimitiveBooleanConverter(BooleanConverter) - 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
Localized version of VRaptor's Double converter.
PrimitiveDoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
Deprecated.
CDI eyes only
PrimitiveDoubleConverter(Locale) - Constructor for class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
 
PrimitiveFloatConverter - Class in br.com.caelum.vraptor.converter
Localized version of VRaptor's Float converter.
PrimitiveFloatConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
Deprecated.
CDI eyes only
PrimitiveFloatConverter(Locale) - 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, MutableRequest) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
PRODUCTION - Static variable in class br.com.caelum.vraptor.environment.EnvironmentType
 
Property - Annotation Type in br.com.caelum.vraptor.environment
A Qualifier to help injection of Environment properties
provide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
 
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.
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
 
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.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 interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
 
recursive() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
 
recursive() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
redirect() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
 
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.
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<?>...) - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
 
register(Class<?>...) - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
 
register(Class<? extends Deserializer>) - Method in class br.com.caelum.vraptor.serialization.DefaultDeserializers
 
register(Class<? extends Deserializer>) - Method in interface br.com.caelum.vraptor.serialization.Deserializers
 
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
registerRulesFor(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
RegisterStrategy - Annotation Type in br.com.caelum.vraptor.serialization.gson
Defines strategies for registering custom serialization or deserialization in Gson.
RegisterType - Enum in br.com.caelum.vraptor.serialization.gson
Defines strategies for registering custom serialization or deserialization in Gson.
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.cache.LRUCacheStore
 
removeGeneratedClasses() - Method in class br.com.caelum.vraptor.view.LinkToHandler
Remove generated classes when application stops, due reload context issues.
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() - Constructor for class br.com.caelum.vraptor.validator.ReplicatorOutjector
Deprecated.
CDI eyes only
ReplicatorOutjector(Result, MethodInfo) - Constructor for class br.com.caelum.vraptor.validator.ReplicatorOutjector
 
reportException(Exception) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
 
reportFileUploadException(FileUploadException, Validator) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
reportSizeLimitExceeded(FileUploadBase.SizeLimitExceededException, Validator) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
This method is called when the FileUploadBase.SizeLimitExceededException was thrown.
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.
RequestHandlerObserver - Class in br.com.caelum.vraptor.observer
Looks up the ControllerMethod for a specific request and start InterceptorStack if it was found, otherwise delegates for the 404 component.
RequestHandlerObserver() - Constructor for class br.com.caelum.vraptor.observer.RequestHandlerObserver
Deprecated.
CDI eyes only
RequestHandlerObserver(UrlToControllerTranslator, ControllerNotFoundHandler, MethodNotAllowedHandler, Event<ControllerFound>, Event<RequestSucceded>, InterceptorStack) - Constructor for class br.com.caelum.vraptor.observer.RequestHandlerObserver
 
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.
RequestStarted - Interface in br.com.caelum.vraptor.events
Simple wrapper for request, response and servlet context.
RequestStartedFactory - Class in br.com.caelum.vraptor.ioc
Simple factory for request started event production.
RequestStartedFactory() - Constructor for class br.com.caelum.vraptor.ioc.RequestStartedFactory
 
RequestSucceded - Class in br.com.caelum.vraptor.events
 
RequestSucceded(MutableRequest, MutableResponse) - Constructor for class br.com.caelum.vraptor.events.RequestSucceded
 
reset() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
resetBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
resolveDownload(Object) - Method in class br.com.caelum.vraptor.observer.download.DownloadObserver
 
Result - Interface in br.com.caelum.vraptor
A controller 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
 
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 Controller methods.
routes() - Method in class br.com.caelum.vraptor.http.route.Rules
 
RoutesParser - Interface in br.com.caelum.vraptor.http.route
Extracts all possible routes for this specific controller.
Rules - Class in br.com.caelum.vraptor.http.route
Rules for controller localization.
Rules(Router) - Constructor for class br.com.caelum.vraptor.http.route.Rules
 
rulesFor(BeanClass) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
 
rulesFor(BeanClass) - Method in interface br.com.caelum.vraptor.http.route.RoutesParser
 

S

SafeResourceBundle - Class in br.com.caelum.vraptor.util
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.util.SafeResourceBundle
 
SafeResourceBundle(ResourceBundle, boolean) - Constructor for class br.com.caelum.vraptor.util.SafeResourceBundle
 
select(Annotation...) - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
select(Class<U>, Annotation...) - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
select(TypeLiteral<U>, Annotation...) - Method in class br.com.caelum.vraptor.util.test.MockInstanceImpl
 
sendError(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
sendError(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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
 
Serialization - Interface in br.com.caelum.vraptor.serialization
Creates a serializer of a given format.
serialize(Calendar, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.CalendarGsonConverter
 
serialize(Date, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.DateGsonConverter
 
serialize() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
 
serialize(Message, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.MessageGsonConverter
 
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
 
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
 
Serializee() - Constructor for class br.com.caelum.vraptor.serialization.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.
ServletBasedEnvironment - Class in br.com.caelum.vraptor.environment
A default Environment implementation which loads the environment file based on VRAPTOR_ENV system property or br.com.caelum.vraptor .environment property in the context init parameter.
ServletBasedEnvironment() - Constructor for class br.com.caelum.vraptor.environment.ServletBasedEnvironment
Deprecated.
CDI eyes only
ServletBasedEnvironment(ServletContext) - Constructor for class br.com.caelum.vraptor.environment.ServletBasedEnvironment
 
ServletContextFactory - Class in br.com.caelum.vraptor.ioc.cdi
 
ServletContextFactory() - Constructor for class br.com.caelum.vraptor.ioc.cdi.ServletContextFactory
 
SessionFlashScope - Class in br.com.caelum.vraptor.view
FlashScope that uses the HttpSession to hold the data
SessionFlashScope() - Constructor for class br.com.caelum.vraptor.view.SessionFlashScope
Deprecated.
CDI eyes only
SessionFlashScope(HttpSession) - Constructor for class br.com.caelum.vraptor.view.SessionFlashScope
 
set(String, String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
set(String, String) - Method in interface br.com.caelum.vraptor.environment.Environment
Sets a key in memory.
set(String, String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 
setAlias(String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
setAlias(String) - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
setBufferSize(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setBundle(ResourceBundle) - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
setBundle(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nMessage
 
setBundle(ResourceBundle) - Method in interface br.com.caelum.vraptor.validator.Message
 
setBundle(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.SimpleMessage
 
setCharacterEncoding(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setContentLength(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setContentLengthLong(long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setContentType(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setControllerMethod(ControllerMethod) - Method in class br.com.caelum.vraptor.core.MethodInfo
 
setDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setElementTypes(Set<Class<?>>) - Method in class br.com.caelum.vraptor.serialization.Serializee
 
setEncoding(HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.http.EncodingHandler
 
setExclusionStrategies(ExclusionStrategy...) - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
setExclusionStrategies(ExclusionStrategy...) - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
setHeader(String, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
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
 
setLocale(Locale) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setParameter(int, Object) - Method in class br.com.caelum.vraptor.core.MethodInfo
 
setParameter(String, String...) - Method in interface br.com.caelum.vraptor.http.MutableRequest
 
setParameter(String, String...) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
setRecursive(boolean) - Method in class br.com.caelum.vraptor.serialization.Serializee
 
setRequest(RequestStarted) - Method in class br.com.caelum.vraptor.ioc.cdi.CDIRequestFactories
 
setResult(Object) - Method in class br.com.caelum.vraptor.core.MethodInfo
 
setRoot(Object) - Method in class br.com.caelum.vraptor.serialization.Serializee
 
setRootClass(Class<?>) - Method in class br.com.caelum.vraptor.serialization.Serializee
 
setStatus(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setStatus(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
 
setStatusCode(int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
 
setStatusCode(int) - Method in interface br.com.caelum.vraptor.view.HttpResult
 
setValue(Object) - Method in class br.com.caelum.vraptor.http.ValuedParameter
 
setWithoutRoot(boolean) - Method in class br.com.caelum.vraptor.serialization.gson.GsonBuilderWrapper
 
setWithoutRoot(boolean) - Method in interface br.com.caelum.vraptor.serialization.gson.GsonSerializerBuilder
 
Severity - Enum in br.com.caelum.vraptor.validator
 
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
 
SignatureAcceptor - Interface in br.com.caelum.vraptor.interceptor
 
SimpleInterceptorStack - Interface in br.com.caelum.vraptor.interceptor
Just a easier way to interact with InterceptorStack.
SimpleMessage - Class in br.com.caelum.vraptor.validator
A simple validation message.
SimpleMessage(String, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.SimpleMessage
Creates an instance for SimpleMessage using Severity.ERROR as severity.
SimpleMessage(String, String, Severity, Object...) - Constructor for class br.com.caelum.vraptor.validator.SimpleMessage
Creates an instance for SimpleMessage.
size() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
 
sortSerializations(List<Serialization>) - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
Override this method if you want another ordering strategy.
start() - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
 
start() - Method in interface br.com.caelum.vraptor.core.InterceptorStack
Start stack execution
start() - Method in class br.com.caelum.vraptor.view.LinkToHandler
 
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.
StepInvoker - Class in br.com.caelum.vraptor.interceptor
 
StepInvoker() - Constructor for class br.com.caelum.vraptor.interceptor.StepInvoker
 
StereotypesRegistry - Class in br.com.caelum.vraptor.ioc.cdi
 
StereotypesRegistry() - Constructor for class br.com.caelum.vraptor.ioc.cdi.StereotypesRegistry
 
StringConverter - Class in br.com.caelum.vraptor.converter
A no-op converter
StringConverter() - Constructor for class br.com.caelum.vraptor.converter.StringConverter
 
StringUtils - Class in br.com.caelum.vraptor.util
Utility methods to handle strings
StringUtils() - Constructor for class br.com.caelum.vraptor.util.StringUtils
 
SuperMethod - Interface in br.com.caelum.vraptor.proxy
Defines calls to the overriden original method.
supports(String) - Method in class br.com.caelum.vraptor.environment.DefaultEnvironment
 
supports(String) - Method in interface br.com.caelum.vraptor.environment.Environment
Checks if a key is equals to true if it's not present will return false
supports(String) - Method in class br.com.caelum.vraptor.environment.NullEnvironment
 

T

TEST - Static variable in class br.com.caelum.vraptor.environment.EnvironmentType
 
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<?>) - 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.controller.DefaultBeanClass
 
toString() - Method in class br.com.caelum.vraptor.controller.DefaultControllerMethod
 
toString() - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
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.ValuedParameter
 
toString() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
 
toString() - Method in class br.com.caelum.vraptor.interceptor.AspectStyleInterceptorHandler
 
toString() - Method in class br.com.caelum.vraptor.observer.upload.DefaultUploadedFile
 
toString(Object) - Method in class br.com.caelum.vraptor.serialization.xstream.NullConverter
 
toString() - Method in class br.com.caelum.vraptor.validator.ErrorList.ErrorListItem
 
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.SimpleMessage
 
Trace - Annotation Type in br.com.caelum.vraptor
Supports the TRACE http method.
translate(MutableRequest) - Method in class br.com.caelum.vraptor.http.DefaultControllerTranslator
 
translate(MutableRequest) - Method in interface br.com.caelum.vraptor.http.UrlToControllerTranslator
 
tryToInvoke(Object, Method, Object...) - Method in class br.com.caelum.vraptor.interceptor.StepInvoker
 
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
 
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

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.CalendarConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.MessageConverter
 
unproxifyIfPossible(T) - Static method in class br.com.caelum.vraptor.proxy.CDIProxies
 
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)
unwrap(Class<T>) - Method in class br.com.caelum.vraptor.validator.beanvalidation.BeanValidatorContext
 
upload(ControllerFound, MutableRequest, MultipartConfig, Validator) - Method in class br.com.caelum.vraptor.observer.upload.CommonsUploadMultipartObserver
 
UploadedFile - Interface in br.com.caelum.vraptor.observer.upload
An interface which represents the information of an uploaded file.
UploadedFileConverter - Class in br.com.caelum.vraptor.observer.upload
A converter capable of setting UploadedFiles based on files parsed by the multipart interceptor.
UploadedFileConverter() - Constructor for class br.com.caelum.vraptor.observer.upload.UploadedFileConverter
Deprecated.
CDI eyes only
UploadedFileConverter(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.observer.upload.UploadedFileConverter
 
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.
UrlToControllerTranslator - Interface in br.com.caelum.vraptor.http
Translates requests into controller methods.
The basic idea is to analyze the uri to strip it of unwanted data and use the rest to route for an specific controller.
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
 
useNullForMissingParameters() - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
 

V

validate(Class<?>, MirrorList<Method>) - Method in class br.com.caelum.vraptor.interceptor.AcceptsNeedReturnBooleanValidationRule
 
validate(ControllerMethod, ControllerInstance) - Method in interface br.com.caelum.vraptor.interceptor.AcceptsValidator
 
validate(Class<?>, MirrorList<Method>) - Method in class br.com.caelum.vraptor.interceptor.CustomAndInternalAcceptsValidationRule
 
validate(Class<?>) - Method in class br.com.caelum.vraptor.interceptor.InterceptorValidator
 
validate(Class<?>, MirrorList<Method>) - Method in class br.com.caelum.vraptor.interceptor.NoInterceptMethodsValidationRule
 
validate(Class<?>, MirrorList<Method>) - Method in class br.com.caelum.vraptor.interceptor.NoStackParamValidationRule
 
validate(ControllerMethod, ControllerInstance) - Method in class br.com.caelum.vraptor.interceptor.PackagesAcceptor
 
validate(Class<?>, MirrorList<Method>) - Method in interface br.com.caelum.vraptor.interceptor.ValidationRule
 
validate(ControllerMethod, ControllerInstance) - Method in class br.com.caelum.vraptor.interceptor.WithAnnotationAcceptor
 
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
 
validate(MethodReady, ControllerInstance, MethodInfo, Validator) - Method in class br.com.caelum.vraptor.validator.beanvalidation.MethodValidator
 
validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
 
validate(Object, Class<?>...) - Method in interface br.com.caelum.vraptor.validator.Validator
Validate an object instance using bean validation.
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
 
ValidationRule - Interface in br.com.caelum.vraptor.interceptor
A validation rule interface for new interceptors.
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.validator
A validator interface for VRaptor.
ValuedParameter - Class in br.com.caelum.vraptor.http
Represents a parameter with value.
ValuedParameter(Parameter, Object) - Constructor for class br.com.caelum.vraptor.http.ValuedParameter
 
valueOf(String) - Static method in enum br.com.caelum.vraptor.controller.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum br.com.caelum.vraptor.serialization.gson.RegisterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum br.com.caelum.vraptor.validator.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.com.caelum.vraptor.controller.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum br.com.caelum.vraptor.serialization.gson.RegisterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum br.com.caelum.vraptor.validator.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class br.com.caelum.vraptor.VRaptor
 
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
 
VRaptorClassMapper - Class in br.com.caelum.vraptor.serialization.xstream
 
VRaptorClassMapper(Mapper, Supplier<TypeNameExtractor>) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
 
VRaptorDependencyProvider - Class in br.com.caelum.vraptor.http.iogi
an adapter for IOGI's dependency provider based on VRaptor's container
VRaptorDependencyProvider() - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
Deprecated.
CDI eyes only
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
 
VRaptorInitialized - Class in br.com.caelum.vraptor.events
 
VRaptorInitialized(ServletContext) - Constructor for class br.com.caelum.vraptor.events.VRaptorInitialized
 
VRaptorInstantiator - Class in br.com.caelum.vraptor.http.iogi
 
VRaptorInstantiator() - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
Deprecated.
CDI eyes only
VRaptorInstantiator(Converters, DependencyProvider, 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() - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
Deprecated.
CDI eyes only
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
 
VRaptorRequestStarted - Class in br.com.caelum.vraptor.events
Simple wrapper for request, response and servlet context.
VRaptorRequestStarted(FilterChain, MutableRequest, MutableResponse) - Constructor for class br.com.caelum.vraptor.events.VRaptorRequestStarted
 
VRaptorResponse - Class in br.com.caelum.vraptor.http
Default implementation of MutableResponse
VRaptorResponse(HttpServletResponse) - Constructor for class br.com.caelum.vraptor.http.VRaptorResponse
 
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

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.
WithAnnotationAcceptor - Class in br.com.caelum.vraptor.interceptor
Verify if certain annotations are presents in class or method.
WithAnnotationAcceptor() - Constructor for class br.com.caelum.vraptor.interceptor.WithAnnotationAcceptor
 
withCallback(String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONPSerialization
 
withCallback(String) - Method in interface br.com.caelum.vraptor.serialization.JSONPSerialization
sets the jsonp callback
withCategory(String) - Method in class br.com.caelum.vraptor.converter.ConversionMessage
 
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.
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(K, V) - Method in interface br.com.caelum.vraptor.cache.CacheStore
Writes a value on the cache
write(K, V) - Method in class br.com.caelum.vraptor.cache.DefaultCacheStore
 
write(K, V) - Method in class br.com.caelum.vraptor.cache.LRUCacheStore
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.observer.download.ByteArrayDownload
 
write(HttpServletResponse) - Method in interface br.com.caelum.vraptor.observer.download.Download
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.observer.download.FileDownload
 
write(HttpServletResponse) - Method in class br.com.caelum.vraptor.observer.download.InputStreamDownload
 

X

xml() - Static method in class br.com.caelum.vraptor.view.Results
Uses xml serialization.
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() - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
Deprecated.
CDI eyes only
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() - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamConverters
Deprecated.
CDI eyes only
XStreamConverters(Instance<Converter>, Instance<SingleValueConverter>) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamConverters
 
XStreamSerializer - Class in br.com.caelum.vraptor.serialization.xstream
A SerializerBuilder based on XStream
XStreamSerializer(XStream, HierarchicalStreamWriter) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
XStreamSerializer(XStream, Writer) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
 
XStreamXMLDeserializer - Class in br.com.caelum.vraptor.serialization.xstream
XStream based Xml Deserializer
XStreamXMLDeserializer() - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamXMLDeserializer
Deprecated.
CDI eyes only
XStreamXMLDeserializer(ParameterNameProvider, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamXMLDeserializer
 
XStreamXMLSerialization - Class in br.com.caelum.vraptor.serialization.xstream
XStream implementation for XmlSerialization
XStreamXMLSerialization() - Constructor for class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
Deprecated.
CDI eyes only
XStreamXMLSerialization(HttpServletResponse, XStreamBuilder, Environment) - 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 
Skip navigation links

Copyright © 2014 Caelum. All rights reserved.