- AbstractComponentRegistry - Class in br.com.caelum.vraptor.ioc
-
An abstract component registry that provides expected behavior for deepRegistry method.
- AbstractComponentRegistry() - Constructor for class br.com.caelum.vraptor.ioc.AbstractComponentRegistry
-
- AbstractResult - Class in br.com.caelum.vraptor.core
-
An abstract result that implements all shortcut methods in the
recommended way
- AbstractResult() - Constructor for class br.com.caelum.vraptor.core.AbstractResult
-
- AbstractScope - Class in br.com.caelum.vraptor.ioc.guice
-
- AbstractScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.AbstractScope
-
- AbstractValidator - Class in br.com.caelum.vraptor.validator
-
Implements the Validator shortcut methods.
- AbstractValidator() - Constructor for class br.com.caelum.vraptor.validator.AbstractValidator
-
- ACCEPT_MULTIPART - Static variable in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
- accepted() - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- accepted() - Method in interface br.com.caelum.vraptor.view.Status
-
Return Accepted (202) Status
- AcceptHeaderToFormat - Interface in br.com.caelum.vraptor.view
-
Translate the Accept header to a _format String
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
-
- accepts(ResourceMethod) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
Will intercept the request if apache file upload says that this request is multipart
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.NullMultipartInterceptor
-
Never accepts.
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
Only accept requests that contains multipart headers.
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.OutjectResult
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
-
- accepts(String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- accepts(String) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
-
- accepts(String) - Method in interface br.com.caelum.vraptor.serialization.Serialization
-
- accepts(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- accepts(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
-
- accepts(ResourceMethod) - Static method in class br.com.caelum.vraptor.util.collections.Filters
-
- accepts(ResourceMethod) - Method in class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
-
- actualType() - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
-
- add(Class<? extends Interceptor>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
-
- add(Class<? extends Interceptor>) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
-
Adds this interceptor at the end of the stack.
- add(Collection<?>) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
-
- add(Object, Method, Object) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
-
- add(Route) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
-
You can override this method to get notified by all added routes.
- add(Route) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- add(Route) - Method in interface br.com.caelum.vraptor.http.route.Router
-
Add a new Route to this Router
- add(Relation) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- add(Relation) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
-
- add(Relation) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
-
adds a relation
- add(Message) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- add(Message) - Method in interface br.com.caelum.vraptor.Validator
-
- add(Message) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- addAll(Collection<? extends Route>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- addAll(Collection<? extends Message>) - Method in interface br.com.caelum.vraptor.Validator
-
- addAll(Collection<? extends Message>) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- addAsNext(Class<? extends Interceptor>) - Method in class br.com.caelum.vraptor.core.DefaultInterceptorStack
-
- addAsNext(Class<? extends Interceptor>) - Method in interface br.com.caelum.vraptor.core.InterceptorStack
-
Deprecated.
- addCookie(Cookie) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- addDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- addDateHeader(String, long) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- addDateHeader(String, long) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- addEdge(E, E) - Method in class br.com.caelum.vraptor.interceptor.Graph
-
- addEdges(E, E...) - Method in class br.com.caelum.vraptor.interceptor.Graph
-
- addHeader(String, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- addHeader(String, String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- addHeader(String, String) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- addIntHeader(String, int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- addIntHeader(String, int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- addIntHeader(String, int) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- addRedirectListener(MutableResponse.RedirectListener) - Method in interface br.com.caelum.vraptor.http.MutableResponse
-
- addRedirectListener(MutableResponse.RedirectListener) - Method in class br.com.caelum.vraptor.http.VRaptorResponse
-
- all() - Method in class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
-
- all() - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
-
- all() - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
-
- allow(HttpMethod) - Static method in class br.com.caelum.vraptor.util.collections.Filters
-
- allowedMethods() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- allowedMethods() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- allowedMethods() - Method in interface br.com.caelum.vraptor.http.route.Route
-
- allowedMethodsFor(String) - Method in class br.com.caelum.vraptor.core.DefaultRoutes
-
- allowedMethodsFor(String) - Method in interface br.com.caelum.vraptor.core.Routes
-
Returns an enumset of allowed methods for this specific uri.
- allowedMethodsFor(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
-
- allowedMethodsFor(String) - Method in interface br.com.caelum.vraptor.http.route.Router
-
- allRoutes() - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
-
- allRoutes() - Method in interface br.com.caelum.vraptor.http.route.Router
-
Returns a list with all routes
- and(List<Message>) - Method in class br.com.caelum.vraptor.validator.Validations
-
Adds a list of errors to the error list.
- and(Message) - Method in class br.com.caelum.vraptor.validator.Validations
-
Adds a single error message to the error list.
- append(char) - Method in class org.hamcrest.ResourceBundleDescription
-
- append(String) - Method in class org.hamcrest.ResourceBundleDescription
-
Append the String str to the description.
- appendText(String) - Method in class org.hamcrest.ResourceBundleDescription
-
- ApplicationConfiguration - Class in br.com.caelum.vraptor.config
-
Basic implementation of an application configuration.
- ApplicationConfiguration(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.config.ApplicationConfiguration
-
- ApplicationCustomScope - Class in br.com.caelum.vraptor.ioc.guice
-
Application Scope for guice.
- ApplicationCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
-
- ApplicationScoped - Annotation Type in br.com.caelum.vraptor.ioc
-
- apply(String[]) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- apply(String[]) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
-
Applies a list of values to
- ArrayAccessor - Class in br.com.caelum.vraptor.http.ognl
-
Deals with acessing values within an array.
Re-instantiates and invokes setter methods on arrays as soon as they are not
big enough for all required parameters.
- ArrayAccessor() - Constructor for class br.com.caelum.vraptor.http.ognl.ArrayAccessor
-
- as(Class<? extends Serialization>) - Method in class br.com.caelum.vraptor.serialization.I18nMessageSerialization
-
- at(String) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder.WithName
-
uses given uri for the relation
- Cacheable - Annotation Type in br.com.caelum.vraptor.ioc
-
On types, this annotation means that the type will be cached.
- Cacheable - Interface in br.com.caelum.vraptor.restfulie.resource
-
An interface that defines caching characteristics for a resource.
Annotations where avoided in order to provide programmatic support to
customization in a resource-by-resource instance basis, not at class level.
- CalendarSerializer - Class in br.com.caelum.vraptor.serialization.gson.adapters
-
- CalendarSerializer() - Constructor for class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
-
- canConvert(Class) - Method in class br.com.caelum.vraptor.validator.MessageConverter
-
- canHandle(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- canHandle(String) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- canHandle(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- canHandle(String) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- canHandle(String) - Method in interface br.com.caelum.vraptor.http.route.Route
-
Returns if this route can handle this URI
- canHandle(Class<?>, Method) - Method in interface br.com.caelum.vraptor.http.route.Route
-
Returns true if this route is able to redirect to this method.
- canHandle(Class<?>, Method) - Static method in class br.com.caelum.vraptor.util.collections.Filters
-
- canHandle(String) - Static method in class br.com.caelum.vraptor.util.collections.Filters
-
- canProvide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
-
- canProvide(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
-
Verifies if this container can provide an instance for
the given class.
- canProvide(Class<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
-
- canProvide(Class<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- capitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
-
- CharacterConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Character converter.
- CharacterConverter() - Constructor for class br.com.caelum.vraptor.converter.CharacterConverter
-
- checking(Validations) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- checking(Validations) - Method in interface br.com.caelum.vraptor.Validator
-
- checking(Validations) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- classExists(String) - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- ClasspathResolver - Interface in br.com.caelum.vraptor.scan
-
A helper to help locate WEB-INF/classes and all base packages to be scanned
- clazz - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
-
- cleanInstance(Converter...) - Static method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- clear() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- CommonsUploadMultipartInterceptor - Class in br.com.caelum.vraptor.interceptor.multipart
-
A multipart interceptor based on Apache Commons Upload.
- CommonsUploadMultipartInterceptor(HttpServletRequest, MutableRequest, MultipartConfig, Validator, ServletFileUploadCreator) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- Component - Annotation Type in br.com.caelum.vraptor.ioc
-
- ComponentFactory<T> - Interface in br.com.caelum.vraptor.ioc
-
- ComponentFactoryBean<T extends ComponentFactory<java.lang.Object>> - Class in br.com.caelum.vraptor.ioc.spring
-
- ComponentFactoryBean(Container, Class<T>) - Constructor for class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
-
- ComponentFactoryIntrospector - Class in br.com.caelum.vraptor.ioc
-
- ComponentFactoryIntrospector() - Constructor for class br.com.caelum.vraptor.ioc.ComponentFactoryIntrospector
-
- ComponentFactoryRegistry - Interface in br.com.caelum.vraptor.ioc.pico
-
- ComponentRegistrationException - Exception in br.com.caelum.vraptor.ioc
-
- ComponentRegistrationException(Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
-
- ComponentRegistrationException(String) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
-
- ComponentRegistrationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.ComponentRegistrationException
-
- ComponentRegistry - Interface in br.com.caelum.vraptor
-
Represents the registry of all components allowing them to be registered for injection.
- ComponentScanner - Interface in br.com.caelum.vraptor.scan
-
- config(Router) - Method in class br.com.caelum.vraptor.http.route.NoRoutesConfiguration
-
- config(Router) - Method in interface br.com.caelum.vraptor.http.route.RoutesConfiguration
-
- ConfigurableHypermediaResource - Interface in br.com.caelum.vraptor.restfulie.hypermedia
-
A hypermedia resource that can be configured.
- Configuration - Interface in br.com.caelum.vraptor.config
-
Allows you to configure extra settings related to your application
- configure() - Method in class br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule
-
- configure(ComponentRegistry) - Method in class br.com.caelum.vraptor.scan.DynamicWebAppBootstrap
-
- configure(ComponentRegistry) - Method in class br.com.caelum.vraptor.scan.NullWebAppBootstrap
-
- configure(ComponentRegistry) - Method in interface br.com.caelum.vraptor.scan.WebAppBootstrap
-
Configure all components using ComponentRegistry
- configure(Serializee) - Method in class br.com.caelum.vraptor.serialization.xstream.OldAndProbablyBuggyConfigurer
-
- configure(XStream) - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
-
- configure(XStream) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- configureLinkToHandler() - Method in class br.com.caelum.vraptor.ioc.ResourceHandler
-
- configureRelations(RelationBuilder) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- configureRelations(RelationBuilder) - Method in interface br.com.caelum.vraptor.restfulie.hypermedia.HypermediaResource
-
configures relations using given relation builder
- conflict() - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- conflict() - Method in interface br.com.caelum.vraptor.view.Status
-
Returns a Conflict (409) status
- consumeParameters(ResourceMethod) - Method in interface br.com.caelum.vraptor.view.FlashScope
-
- consumeParameters(ResourceMethod) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
-
- Consumes - Annotation Type in br.com.caelum.vraptor
-
Indicates that the resource method expects the specified MIME content-types
in the request.
- Container - Interface in br.com.caelum.vraptor.ioc
-
Provides components.
Registerable components can have different scopes: request (by default),
session and application scope (only one instance for the entire app).
- CONTAINER_PROVIDER - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
-
context parameter that represents the class of IoC provider
- CONTAINER_SESSION_KEY - Static variable in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
-
- ContainerProvider - Interface in br.com.caelum.vraptor.ioc
-
A container provider, i.e.
- contains(Object) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- containsAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- containsAnnotation(Class<? extends Annotation>) - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
-
- containsAnnotation(Class<? extends Annotation>) - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
-
- containsHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- containsMessage(String, Object...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- CONTENT_DISPOSITION_KEY - Static variable in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
- context - Variable in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- ConversionError - Error in br.com.caelum.vraptor.converter
-
A conversion error.
- ConversionError(String) - Constructor for error br.com.caelum.vraptor.converter.ConversionError
-
- Convert - Annotation Type in br.com.caelum.vraptor
-
Registers a class as a converter.
- convert(String, Class<? extends BigDecimal>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BigDecimalConverter
-
- convert(String, Class<? extends BigInteger>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BigIntegerConverter
-
- convert(String, Class<? extends Boolean>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.BooleanConverter
-
- convert(String, Class<? extends Byte>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.ByteConverter
-
- convert(String, Class<? extends Character>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.CharacterConverter
-
- convert(String, Class<? extends T>, ResourceBundle) - Method in interface br.com.caelum.vraptor.Converter
-
- convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.DoubleConverter
-
- convert(String, Class<? extends T>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.EnumConverter
-
Enums are always final, so I can suppress this warning safely
- convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.FloatConverter
-
- convert(String, Class<? extends Integer>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.IntegerConverter
-
- convert(String, Class<? extends DateMidnight>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.DateMidnightConverter
-
- convert(String, Class<? extends DateTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.DateTimeConverter
-
- convert(String, Class<? extends LocalDate>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalDateConverter
-
- convert(String, Class<? extends LocalDateTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalDateTimeConverter
-
- convert(String, Class<? extends LocalTime>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.jodatime.LocalTimeConverter
-
- convert(String, Class<? extends BigDecimal>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
-
- convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
-
- convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
-
- convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
-
- convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
-
- convert(String, Class<? extends Calendar>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
-
- convert(String, Class<? extends Date>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
-
- convert(String, Class<? extends Time>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LocaleBasedTimeConverter
-
- convert(String, Class<? extends Long>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.LongConverter
-
- convert(String, Class<? extends Boolean>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
-
- convert(String, Class<? extends Byte>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveByteConverter
-
- convert(String, Class<? extends Character>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveCharConverter
-
- convert(String, Class<? extends Double>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
-
- convert(String, Class<? extends Float>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
-
- convert(String, Class<? extends Integer>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveIntConverter
-
- convert(String, Class<? extends Long>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveLongConverter
-
- convert(String, Class<? extends Short>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.PrimitiveShortConverter
-
- convert(String, Class<? extends Short>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.ShortConverter
-
- convert(String, Class<? extends String>, ResourceBundle) - Method in class br.com.caelum.vraptor.converter.StringConverter
-
- convert(Class, String, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- convert(String, Class<? extends UploadedFile>, ResourceBundle) - Method in class br.com.caelum.vraptor.interceptor.multipart.UploadedFileConverter
-
- convert(T) - Method in interface br.com.caelum.vraptor.TwoWayConverter
-
converts the object back to a string
- Converter<T> - Interface in br.com.caelum.vraptor
-
Converts a string value to an object.
- ConverterHandler - Class in br.com.caelum.vraptor.ioc
-
- ConverterHandler(Converters) - Constructor for class br.com.caelum.vraptor.ioc.ConverterHandler
-
- Converters - Interface in br.com.caelum.vraptor.core
-
Represents a collection of converters.
Note: This interface will probably change in the near future to allow
annotation support.
- convertValue(Map, Object, Member, String, Object, Class) - Method in class br.com.caelum.vraptor.http.ognl.VRaptorConvertersAdapter
-
- couldntFind(RequestInfo) - Method in class br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
-
- couldntFind(RequestInfo) - Method in interface br.com.caelum.vraptor.resource.ResourceNotFoundHandler
-
- create(FileItemFactory) - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
-
- create(FileItemFactory) - Method in interface br.com.caelum.vraptor.interceptor.multipart.ServletFileUploadCreator
-
Creates a ServletFileUpload
.
- create(BasicConfiguration) - Method in class br.com.caelum.vraptor.scan.WebAppBootstrapFactory
-
Returns the WebAppBootstrap for this web application
- create() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- createAdapter(ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
-
- createArray(Class, String[], ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- created() - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- created(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- created() - Method in interface br.com.caelum.vraptor.view.Status
-
Returns a Created status (201)
- created(String) - Method in interface br.com.caelum.vraptor.view.Status
-
Sets the status to 201 and sets the location to the server's location +
the location content.
created("/order/2") ==> http://localhost:8080/my_context/order/2
- createDirInsideApplication() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
-
- createFactoryForDiskBasedFileItems(File) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- createInterpolator() - Method in class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
-
- createList(Type, ResourceBundle, String[]) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- createOgnlContext(Object) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
-
- createParameter(OgnlParametersProvider.Parameter, Map<String, String[]>, ResourceBundle, List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- createRoot(OgnlParametersProvider.Parameter, Map<String, String[]>, ResourceBundle, List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- createSimpleParameter(OgnlParametersProvider.Parameter, String[], ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- createTempFile() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
-
- createValidator() - Method in class br.com.caelum.vraptor.validator.ValidatorCreator
-
- currentRequest() - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
-
- customModule() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- DateMidnightConverter - Class in br.com.caelum.vraptor.converter.jodatime
-
VRaptor converter for DateMidnight
.
- DateMidnightConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.DateMidnightConverter
-
- DateTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
-
VRaptor converter for DateTime
.
- DateTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.DateTimeConverter
-
- decapitalize(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
-
- deepRegister(Class<?>) - Method in interface br.com.caelum.vraptor.ComponentRegistry
-
Registers a component to be used when the required type is the component, or
any of their interfaces and superclasses.
- deepRegister(Class<?>) - Method in class br.com.caelum.vraptor.ioc.AbstractComponentRegistry
-
- deepRegister(Class) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
-
- DEFAULT - Static variable in annotation type br.com.caelum.vraptor.Path
-
- DEFAULT_LINE_INDENTER - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- DEFAULT_NEW_LINE - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- DefaultAcceptHeaderToFormat - Class in br.com.caelum.vraptor.view
-
The default AcceptHeaderToFormat implementation searches for registered mime types.
- DefaultAcceptHeaderToFormat() - Constructor for class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
-
- DefaultBeanValidator - Class in br.com.caelum.vraptor.validator
-
Implements the
BeanValidator
using Bean Validation especification (JSR303).
- DefaultBeanValidator(Localization, Validator, MessageInterpolator) - Constructor for class br.com.caelum.vraptor.validator.DefaultBeanValidator
-
- DefaultComponentFactoryRegistry - Class in br.com.caelum.vraptor.ioc.pico
-
Registry to all ComponentRegistry classes
- DefaultComponentFactoryRegistry() - Constructor for class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
-
- DefaultConfigurableHypermediaResource - Class in br.com.caelum.vraptor.restfulie.hypermedia
-
Default implementation.
- DefaultConfigurableHypermediaResource(RelationBuilder, Object) - Constructor for class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- DefaultConverters - Class in br.com.caelum.vraptor.core
-
- DefaultConverters(Container) - Constructor for class br.com.caelum.vraptor.core.DefaultConverters
-
- DefaultDeserializers - Class in br.com.caelum.vraptor.deserialization
-
A set of deserializers.
Returns null if no serializer is capable of coping with the required media type.
- DefaultDeserializers() - Constructor for class br.com.caelum.vraptor.deserialization.DefaultDeserializers
-
- DefaultExceptionMapper - Class in br.com.caelum.vraptor.core
-
- DefaultExceptionMapper(Proxifier) - Constructor for class br.com.caelum.vraptor.core.DefaultExceptionMapper
-
- DefaultExtJson - Class in br.com.caelum.vraptor.util.extjs
-
- DefaultExtJson(HttpServletResponse, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- DefaultFormatResolver - Class in br.com.caelum.vraptor.http
-
Default implementation for FormatResolver.
- DefaultFormatResolver(HttpServletRequest, AcceptHeaderToFormat) - Constructor for class br.com.caelum.vraptor.http.DefaultFormatResolver
-
- DefaultHttpResult - Class in br.com.caelum.vraptor.view
-
Implementation that delegates to HttpServletResponse
- DefaultHttpResult(HttpServletResponse, Status) - Constructor for class br.com.caelum.vraptor.view.DefaultHttpResult
-
- DefaultInterceptorHandlerFactory - Class in br.com.caelum.vraptor.core
-
- DefaultInterceptorHandlerFactory(Container) - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorHandlerFactory
-
- DefaultInterceptorRegistry - Class in br.com.caelum.vraptor.interceptor
-
A registry filled with interceptors to intercept requests.
Interceptors are queried wether they want to intercept a request through
their accepts method.
- DefaultInterceptorRegistry() - Constructor for class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
-
- DefaultInterceptorStack - Class in br.com.caelum.vraptor.core
-
Default implementation of a interceptor stack.
- DefaultInterceptorStack(InterceptorHandlerFactory) - Constructor for class br.com.caelum.vraptor.core.DefaultInterceptorStack
-
- DefaultLogicResult - Class in br.com.caelum.vraptor.view
-
The default implementation of LogicResult.
Uses cglib to provide proxies for client side redirect (url creation).
- DefaultLogicResult(Proxifier, Router, MutableRequest, HttpServletResponse, Container, PathResolver, TypeNameExtractor, FlashScope, MethodInfo) - Constructor for class br.com.caelum.vraptor.view.DefaultLogicResult
-
- DefaultMethodInfo - Class in br.com.caelum.vraptor.core
-
Holder for method being invoked and parameters being passed.
- DefaultMethodInfo() - Constructor for class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- DefaultMethodNotAllowedHandler - Class in br.com.caelum.vraptor.resource
-
Default implementation which sets the header and send an error response.
- DefaultMethodNotAllowedHandler() - Constructor for class br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
-
- DefaultMultipartConfig - Class in br.com.caelum.vraptor.interceptor.multipart
-
- DefaultMultipartConfig() - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
-
- DefaultPageResult - Class in br.com.caelum.vraptor.view
-
Default page result implementation.
- DefaultPageResult(MutableRequest, HttpServletResponse, MethodInfo, PathResolver, Proxifier) - Constructor for class br.com.caelum.vraptor.view.DefaultPageResult
-
- DefaultParameterNameProvider - Class in br.com.caelum.vraptor.http
-
- DefaultParameterNameProvider(TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.http.DefaultParameterNameProvider
-
- DefaultParametersControl - Class in br.com.caelum.vraptor.http.route
-
Default implementation of parameters control on uris.
- DefaultParametersControl(String, Map<String, String>, Converters, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- DefaultParametersControl(String, Converters, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- DefaultPathResolver - Class in br.com.caelum.vraptor.view
-
The default vraptor3 path resolver uses the type and method name as
"/typeName/methodName.jsp".
- DefaultPathResolver(FormatResolver) - Constructor for class br.com.caelum.vraptor.view.DefaultPathResolver
-
- DefaultRefererResult - Class in br.com.caelum.vraptor.view
-
- DefaultRefererResult(Result, MutableRequest, Router, ParametersProvider, Localization) - Constructor for class br.com.caelum.vraptor.view.DefaultRefererResult
-
- DefaultRelationBuilder - Class in br.com.caelum.vraptor.restfulie.relation
-
- DefaultRelationBuilder(Router, Proxifier) - Constructor for class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
-
- DefaultRepresentationResult - Class in br.com.caelum.vraptor.serialization
-
Default implementation for RepresentationResult that uses request Accept format to
decide which representation will be used
- DefaultRepresentationResult(FormatResolver, Result, List<Serialization>, RestHeadersHandler) - Constructor for class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
-
- DefaultResourceClass - Class in br.com.caelum.vraptor.resource
-
- DefaultResourceClass(Class<?>) - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceClass
-
- DefaultResourceMethod - Class in br.com.caelum.vraptor.resource
-
- DefaultResourceMethod(ResourceClass, Method) - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceMethod
-
- DefaultResourceNotFoundHandler - Class in br.com.caelum.vraptor.resource
-
Default 404 component.
- DefaultResourceNotFoundHandler() - Constructor for class br.com.caelum.vraptor.resource.DefaultResourceNotFoundHandler
-
- DefaultResourceTranslator - Class in br.com.caelum.vraptor.http
-
Basic url to resource method translator.
- DefaultResourceTranslator(Router) - Constructor for class br.com.caelum.vraptor.http.DefaultResourceTranslator
-
- DefaultRestDefaults - Class in br.com.caelum.vraptor.restfulie.headers
-
Default implementation for REST defaults.
- DefaultRestDefaults() - Constructor for class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
-
- DefaultRestfulie - Class in br.com.caelum.vraptor.restfulie
-
- DefaultRestfulie(Proxifier, Router) - Constructor for class br.com.caelum.vraptor.restfulie.DefaultRestfulie
-
- DefaultRestHeadersHandler - Class in br.com.caelum.vraptor.restfulie.headers
-
- DefaultRestHeadersHandler(HttpServletResponse, RestDefaults) - Constructor for class br.com.caelum.vraptor.restfulie.headers.DefaultRestHeadersHandler
-
- DefaultResult - Class in br.com.caelum.vraptor.core
-
A basic implementation of a Result
- DefaultResult(HttpServletRequest, Container, ExceptionMapper, TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.core.DefaultResult
-
- DefaultRouteBuilder - Class in br.com.caelum.vraptor.http.route
-
Should be used in one of two ways, either configure the type and invoke the
method or pass the method (java reflection) object.
- DefaultRouteBuilder(Proxifier, TypeFinder, Converters, ParameterNameProvider, Evaluator, String) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
-
- DefaultRouteBuilder.DefaultParameterControlBuilder - Class in br.com.caelum.vraptor.http.route
-
- DefaultRouteBuilder.DefaultParameterControlBuilder() - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
-
- DefaultRouter - Class in br.com.caelum.vraptor.http.route
-
The default implementation of resource localization rules.
- DefaultRouter(RoutesConfiguration, Proxifier, TypeFinder, Converters, ParameterNameProvider, Evaluator) - Constructor for class br.com.caelum.vraptor.http.route.DefaultRouter
-
- DefaultRoutes - Class in br.com.caelum.vraptor.core
-
Default implementation of route info extractor.
- DefaultRoutes(Router, Proxifier) - Constructor for class br.com.caelum.vraptor.core.DefaultRoutes
-
- DefaultServletFileUploadCreator - Class in br.com.caelum.vraptor.interceptor.multipart
-
- DefaultServletFileUploadCreator() - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultServletFileUploadCreator
-
- DefaultSpringLocator - Class in br.com.caelum.vraptor.ioc.spring
-
Default implementation for SpringLocator.
- DefaultSpringLocator() - Constructor for class br.com.caelum.vraptor.ioc.spring.DefaultSpringLocator
-
- DefaultStaticContentHandler - Class in br.com.caelum.vraptor.core
-
Handles default content if the request corresponds to static content.
- DefaultStaticContentHandler(ServletContext) - Constructor for class br.com.caelum.vraptor.core.DefaultStaticContentHandler
-
- DefaultStatus - Class in br.com.caelum.vraptor.view
-
Allows header related results.
- DefaultStatus(HttpServletResponse, Result, Configuration, Proxifier, Router) - Constructor for class br.com.caelum.vraptor.view.DefaultStatus
-
- DefaultTypeFinder - Class in br.com.caelum.vraptor.http.route
-
Discover parameter types
- DefaultTypeFinder(ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.http.route.DefaultTypeFinder
-
- DefaultTypeNameExtractor - Class in br.com.caelum.vraptor.interceptor
-
- DefaultTypeNameExtractor() - Constructor for class br.com.caelum.vraptor.interceptor.DefaultTypeNameExtractor
-
- DefaultUploadedFile - Class in br.com.caelum.vraptor.interceptor.multipart
-
- DefaultUploadedFile(InputStream, String, String, long) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- defaultUriFor(String, String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
You can override this method for use a different convention for your
default URI, given a controller name and a method name
- DefaultValidationException - Exception in br.com.caelum.vraptor.validator
-
- DefaultValidationException(String) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
-
- DefaultValidationException(Throwable) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
-
- DefaultValidationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.validator.DefaultValidationException
-
- DefaultValidationViewsFactory - Class in br.com.caelum.vraptor.view
-
Default implementation for ValidationViewsFactory
If you want to extend this behavior use:
- DefaultValidationViewsFactory(Result, Proxifier) - Constructor for class br.com.caelum.vraptor.view.DefaultValidationViewsFactory
-
- DefaultValidator - Class in br.com.caelum.vraptor.validator
-
The default validator implementation.
- DefaultValidator(Result, ValidationViewsFactory, Outjector, Proxifier, BeanValidator, Localization) - Constructor for class br.com.caelum.vraptor.validator.DefaultValidator
-
- defaultView() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- defaultView() - Method in interface br.com.caelum.vraptor.view.PageResult
-
Server side forwarding to a result.
- DefaultXMLConfiguration - Class in br.com.caelum.vraptor.serialization
-
Basic xml configuration for xml serialization.
- DefaultXMLConfiguration() - Constructor for class br.com.caelum.vraptor.serialization.DefaultXMLConfiguration
-
- deferProcessingToContainer(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.core.DefaultStaticContentHandler
-
- deferProcessingToContainer(FilterChain, HttpServletRequest, HttpServletResponse) - Method in interface br.com.caelum.vraptor.core.StaticContentHandler
-
Defer the process to container.
- delegate() - Method in class br.com.caelum.vraptor.view.LinkToHandler
-
- Delete - Annotation Type in br.com.caelum.vraptor
-
Supports the DELETE http method.
- deny(RequestInfo, Set<HttpMethod>) - Method in class br.com.caelum.vraptor.resource.DefaultMethodNotAllowedHandler
-
- deny(RequestInfo, Set<HttpMethod>) - Method in interface br.com.caelum.vraptor.resource.MethodNotAllowedHandler
-
Denies current request due to method not allowed.
- deserialize(InputStream, ResourceMethod) - Method in interface br.com.caelum.vraptor.deserialization.Deserializer
-
- deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.FormDeserializer
-
- deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
-
- deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
-
- deserialize(InputStream, ResourceMethod) - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
-
- Deserializer - Interface in br.com.caelum.vraptor.deserialization
-
Deserializes request body according to a given content type.
- deserializerFor(String, Container) - Method in class br.com.caelum.vraptor.deserialization.DefaultDeserializers
-
- deserializerFor(String, Container) - Method in interface br.com.caelum.vraptor.deserialization.Deserializers
-
- Deserializers - Interface in br.com.caelum.vraptor.deserialization
-
- Deserializes - Annotation Type in br.com.caelum.vraptor.deserialization
-
- DeserializesHandler - Class in br.com.caelum.vraptor.deserialization
-
Handles classes annotated with @Deserializes
- DeserializesHandler(Deserializers) - Constructor for class br.com.caelum.vraptor.deserialization.DeserializesHandler
-
- DeserializingInterceptor - Class in br.com.caelum.vraptor.interceptor
-
- DeserializingInterceptor(HttpServletRequest, Deserializers, MethodInfo, Container, Status) - Constructor for class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
-
- destroy() - Method in class br.com.caelum.vraptor.VRaptor
-
- directAppend(String) - Method in class org.hamcrest.ResourceBundleDescription
-
Appends the string straight to the buffer.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class br.com.caelum.vraptor.VRaptor
-
- DoubleConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Double converter.
- DoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.DoubleConverter
-
- Download - Interface in br.com.caelum.vraptor.interceptor.download
-
Generic downloader.
- DownloadInterceptor - Class in br.com.caelum.vraptor.interceptor.download
-
Intercepts methods whom return a File or an InputStream.
- DownloadInterceptor(HttpServletResponse, MethodInfo, Result) - Constructor for class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
-
- DynamicWebAppBootstrap - Class in br.com.caelum.vraptor.scan
-
A dynamic impl of DynamicWebAppBootstrap for use in dev time.
- DynamicWebAppBootstrap(Collection<String>) - Constructor for class br.com.caelum.vraptor.scan.DynamicWebAppBootstrap
-
- FallbackEnumeration - Class in br.com.caelum.vraptor.util
-
An enumeration which goes through two enumerations.
- FallbackEnumeration(Enumeration<String>, Enumeration<String>) - Constructor for class br.com.caelum.vraptor.util.FallbackEnumeration
-
- FallbackResourceBundle - Class in br.com.caelum.vraptor.util
-
A resource bundle which uses two different bundles to look for messages.
- FallbackResourceBundle(ResourceBundle, ResourceBundle) - Constructor for class br.com.caelum.vraptor.util.FallbackResourceBundle
-
- FileDownload - Class in br.com.caelum.vraptor.interceptor.download
-
Reads bytes from a file into the result.
- FileDownload(File, String, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
-
- FileDownload(File, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
-
- FileDownload(File, String, String, boolean) - Constructor for class br.com.caelum.vraptor.interceptor.download.FileDownload
-
- fillInStackTrace() - Method in exception br.com.caelum.vraptor.validator.ValidationException
-
We don't need stack traces for this exception.
- fillIntoRequest(String, MutableRequest) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- fillIntoRequest(String, MutableRequest) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
-
Inserts parameters extracted from the uri into the request parameters.
- fillUri(String[], Object...) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- fillUri(String[], Object...) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
-
creates a uri based on those parameter values
- Filters - Class in br.com.caelum.vraptor.util.collections
-
- Filters() - Constructor for class br.com.caelum.vraptor.util.collections.Filters
-
- findBasePackages() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
-
Find all base packages, including the ones using the new META-INF configuration
- findBasePackages() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
-
- findBasePackages() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
-
- findByException(Exception) - Method in class br.com.caelum.vraptor.core.DefaultExceptionMapper
-
- findByException(Exception) - Method in interface br.com.caelum.vraptor.core.ExceptionMapper
-
- findWebInfClassesLocation() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
-
Where is WEB-INF/classes?
- findWebInfClassesLocation() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
-
- findWebInfClassesLocation() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
-
- FixedMethodStrategy - Class in br.com.caelum.vraptor.http.route
-
A route strategy which invokes a fixed type's method.
- FixedMethodStrategy(String, ResourceMethod, Set<HttpMethod>, ParametersControl, int, String[]) - Constructor for class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- fixIndexedParameters(String) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- fixIndexedParameters(String) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
- fixURIs(Class<?>, String[]) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- FlashInterceptor - Class in br.com.caelum.vraptor.interceptor
-
Interceptor that handles flash scope.
- FlashInterceptor(HttpSession, Result, MutableResponse) - Constructor for class br.com.caelum.vraptor.interceptor.FlashInterceptor
-
- FlashScope - Interface in br.com.caelum.vraptor.view
-
Component responsible to allow redirects with the same passed parameters
- FloatConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Float converter.
- FloatConverter() - Constructor for class br.com.caelum.vraptor.converter.FloatConverter
-
- flushBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- forbidden(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- forbidden(String) - Method in interface br.com.caelum.vraptor.view.Status
-
Returns a Forbidden (403) status.
- FormatResolver - Interface in br.com.caelum.vraptor.http
-
Decides which format the request accepts.
- FormDeserializer - Class in br.com.caelum.vraptor.deserialization
-
- FormDeserializer(ParametersProvider, Localization) - Constructor for class br.com.caelum.vraptor.deserialization.FormDeserializer
-
- forward(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- forward() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- forward() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
-
- forward(String) - Method in interface br.com.caelum.vraptor.view.PageResult
-
- forward() - Method in interface br.com.caelum.vraptor.view.PageResult
-
Deprecated.
As of 3.2, replaced by
#forwardTo()
- forward() - Method in interface br.com.caelum.vraptor.view.RefererResult
-
Forwards to Referer.
- forwardTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- forwardTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- forwardTo(String) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(page()).forwardTo(uri);
- forwardTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(logic()).forwardTo(controller)
- forwardTo(T) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(logic()).forwardTo(controller.getClass())
so you can use on your controller:
result.forwardTo(this).aMethod();
- forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockedLogic
-
- forwardTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultLogicResult
-
This implementation don't actually use request dispatcher for the
forwarding.
- forwardTo(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- forwardTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.LogicResult
-
Returns an instance of the given (pre-registered) logic.
- forwardTo(String) - Method in interface br.com.caelum.vraptor.view.PageResult
-
Server side forwarding to a specific url.
- ForwardToDefaultViewInterceptor - Class in br.com.caelum.vraptor.interceptor
-
Intercepts the request and forwards to the default view if no view was
rendered so far.
- ForwardToDefaultViewInterceptor(Result) - Constructor for class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
-
- from(T) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- from(T, String) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.HTMLSerialization
-
- from(String, String, Object...) - Method in class br.com.caelum.vraptor.serialization.I18nMessageSerialization
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- from(T) - Method in interface br.com.caelum.vraptor.serialization.NoRootSerialization
-
Serializes this object to the clients writer with out ROOT alias.
- from(T) - Method in interface br.com.caelum.vraptor.serialization.RepresentationResult
-
- from(T, String) - Method in interface br.com.caelum.vraptor.serialization.RepresentationResult
-
- from(T, String) - Method in interface br.com.caelum.vraptor.serialization.Serialization
-
Serializes this object to the clients writer, with a given alias.
- from(T) - Method in interface br.com.caelum.vraptor.serialization.SerializerBuilder
-
- from(T, String) - Method in interface br.com.caelum.vraptor.serialization.SerializerBuilder
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
-
- from(T) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
-
- from(T, String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
-
- from(Object) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- from(Object) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- fromString(String) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters.NullConverter
-
- Functions - Class in br.com.caelum.vraptor.util.collections
-
- Functions() - Constructor for class br.com.caelum.vraptor.util.collections.Functions
-
- generate(Collection<String>, ClasspathResolver) - Method in interface br.com.caelum.vraptor.scan.BootstrapGenerator
-
- generate(Collection<String>, ClasspathResolver) - Method in class br.com.caelum.vraptor.scan.JavassistBootstrapGenerator
-
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class br.com.caelum.vraptor.ioc.spring.UniqueBeanNameGenerator
-
- GenericNullHandler - Class in br.com.caelum.vraptor.http.ognl
-
Capable of instantiating generic interfaces and custom types.
- GenericNullHandler(EmptyElementsRemoval) - Constructor for class br.com.caelum.vraptor.http.ognl.GenericNullHandler
-
- Get - Annotation Type in br.com.caelum.vraptor
-
Supports the GET http method.
- get(String) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
-
- get(Object, String) - Method in interface br.com.caelum.vraptor.http.route.Evaluator
-
- get(Object, String) - Method in class br.com.caelum.vraptor.http.route.JavaEvaluator
-
- get(Object) - Method in class br.com.caelum.vraptor.view.LinkToHandler
-
- getAcceptFormat() - Method in class br.com.caelum.vraptor.http.DefaultFormatResolver
-
- getAcceptFormat() - Method in interface br.com.caelum.vraptor.http.FormatResolver
-
- getActualClass(Object) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
-
Deprecated.
- getActualClass(Object) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
-
- getActualClass(Object) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
-
Find the real class of the obj send.
- getActualType(Type) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- getAlias() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- getAllowedMethods() - Method in exception br.com.caelum.vraptor.http.route.MethodNotAllowedException
-
- getAllRegisteredApplicationScopedComponents() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
-
- getAnnotation() - Method in enum br.com.caelum.vraptor.resource.HttpMethod
-
- getApplicationContext(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.DefaultSpringLocator
-
- getApplicationContext(ServletContext) - Method in interface br.com.caelum.vraptor.ioc.spring.SpringLocator
-
- getApplicationMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
-
- getApplicationMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
-
- getApplicationPath() - Method in class br.com.caelum.vraptor.config.ApplicationConfiguration
-
Returns the application path, including the http protocol.
One can implement this method to return a fixed http/ip prefix.
- getApplicationPath() - Method in interface br.com.caelum.vraptor.config.Configuration
-
Returns the application path, including the http protocol, i.e.: http://localhost:8080/context_name.
One can implement this method to return a fixed http/ip prefix.
- getApplicationScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getBasePackages() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- getBody() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
-
- getBufferSize() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getBundle() - Method in class br.com.caelum.vraptor.core.JstlLocalization
-
- getBundle() - Method in interface br.com.caelum.vraptor.core.Localization
-
Get the resource bundle for current locale.
- getBundle() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
-
- getBundledConverters() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getCachedComponents() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getCategory() - Method in class br.com.caelum.vraptor.validator.I18nMessage
-
- getCategory() - Method in interface br.com.caelum.vraptor.validator.Message
-
- getCategory() - Method in class br.com.caelum.vraptor.validator.ValidationMessage
-
- getChain() - Method in class br.com.caelum.vraptor.core.RequestInfo
-
- getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
-
- getCharacterEncoding() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getClassLoader() - Method in interface br.com.caelum.vraptor.scan.ClasspathResolver
-
- getClassLoader() - Method in class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
-
- getClassLoader() - Method in class br.com.caelum.vraptor.scan.WebBasedClasspathResolver
-
- getCompleteFileName() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- getComponentInstance(PicoContainer, Type) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
-
- getComponentRegistry() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- getConfiguredXStream(Method, Class<?>[]) - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
-
Returns an xstream instance already configured.
- getConfiguredXStream(Method, Class<?>[]) - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
-
- getContainer() - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
-
- getContainer() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- getContainer() - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
-
- getContainer() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- getContainer() - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
- getContentAsString() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
- getContents() - Method in class br.com.caelum.vraptor.util.EmptyBundle
-
- getContentType() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- getContentType() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
-
- getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpResult
-
- getContentType() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
- getControllers() - Method in interface br.com.caelum.vraptor.restfulie.controller.ResourceControl
-
Returns a list of controllers to be intercepted.
- getDescriptor() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
-
- getDeserializers() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getDirectory() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
-
- getDirectory() - Method in interface br.com.caelum.vraptor.interceptor.multipart.MultipartConfig
-
Gets the temporary directory.
- getElementTypes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- getEncoding() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- getErrors() - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- getErrors() - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- getErrors() - Method in interface br.com.caelum.vraptor.Validator
-
- getErrors() - Method in exception br.com.caelum.vraptor.validator.ValidationException
-
- getErrors() - Method in class br.com.caelum.vraptor.validator.Validations
-
Returns the list of errors.
- getErrors(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.Validations
-
Returns the list of errors, using given resource bundle.
- getErrors(Supplier<ResourceBundle>) - Method in class br.com.caelum.vraptor.validator.Validations
-
Returns the list of errors, using given resource bundle.
- getEtag() - Method in interface br.com.caelum.vraptor.restfulie.resource.RestfulEntity
-
- getEtagFor(HypermediaResource) - Method in class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
-
- getEtagFor(HypermediaResource) - Method in interface br.com.caelum.vraptor.restfulie.headers.RestDefaults
-
- getExcludes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- getExtension() - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
-
- getFallbackLocale() - Method in class br.com.caelum.vraptor.core.JstlLocalization
-
- getFallbackLocale() - Method in interface br.com.caelum.vraptor.core.Localization
-
Get the fallback locale for current request.
- getFallbackLocale() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
-
- getFile() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- getFile() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
-
- getFileName() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- getFileName(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
Get the filename of the part.
- getFileName() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
-
- getFormat(String) - Method in interface br.com.caelum.vraptor.view.AcceptHeaderToFormat
-
Get the _format associated with the given Accept header.
- getFormat(String) - Method in class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
-
- getGson() - Method in class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
-
- getHeader(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getHeaderNames() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getHeaders(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
-
You can override this method for configuring Driver before serialization
- getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
You can override this method for configuring Driver before serialization
- getHierarchicalStreamDriver() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
Deprecated.
Override this method on XStreamBuilderImpl instead. WARN: this method will be ignored!
- getIncludes() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- getInstance() - Method in class br.com.caelum.vraptor.http.EncodingHandlerFactory
-
- getInstance() - Method in interface br.com.caelum.vraptor.ioc.ComponentFactory
-
- getInstance() - Method in class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
-
- getInstance() - Method in class br.com.caelum.vraptor.validator.MethodValidatorCreator
-
- getInstance() - Method in class br.com.caelum.vraptor.validator.ValidatorCreator
-
- getInstance() - Method in class br.com.caelum.vraptor.validator.ValidatorFactoryCreator
-
- getKey(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nParam
-
- getKeys() - Method in class br.com.caelum.vraptor.core.SafeResourceBundle
-
- getKeys() - Method in class br.com.caelum.vraptor.util.FallbackResourceBundle
-
- getLastModified() - Method in interface br.com.caelum.vraptor.restfulie.resource.RestfulEntity
-
- getLastModifiedFor(HypermediaResource) - Method in class br.com.caelum.vraptor.restfulie.headers.DefaultRestDefaults
-
- getLastModifiedFor(HypermediaResource) - Method in interface br.com.caelum.vraptor.restfulie.headers.RestDefaults
-
- getLocale() - Method in class br.com.caelum.vraptor.core.JstlLocalization
-
- getLocale() - Method in interface br.com.caelum.vraptor.core.Localization
-
Get the locale for current request.
- getLocale() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getLocale() - Method in class br.com.caelum.vraptor.util.test.MockLocalization
-
- getMaximumAge() - Method in interface br.com.caelum.vraptor.restfulie.resource.Cacheable
-
Returns the maximum number of seconds this resource can be cached for.
- getMessage(String, Object...) - Method in class br.com.caelum.vraptor.core.JstlLocalization
-
- getMessage(String, Object...) - Method in interface br.com.caelum.vraptor.core.Localization
-
Returns a formated message or '???key???' if the key was not found.
- getMessage(String, Object...) - Method in class br.com.caelum.vraptor.util.test.MockLocalization
-
- getMessage() - Method in class br.com.caelum.vraptor.validator.I18nMessage
-
- getMessage() - Method in interface br.com.caelum.vraptor.validator.Message
-
- getMessage() - Method in class br.com.caelum.vraptor.validator.ValidationMessage
-
- getMethod() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
-
- getMethod() - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
-
- getModel() - Method in interface br.com.caelum.vraptor.restfulie.hypermedia.ConfigurableHypermediaResource
-
- getModel() - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- getName() - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
-
- getName() - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
-
- getObject() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
-
- getObjectType() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
-
- getOriginalUri() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- getOriginalUri() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- getOriginalUri() - Method in interface br.com.caelum.vraptor.http.route.Route
-
Returns the original uri for this route
- getOutputStream() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getParameter(String) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
-
- getParameterMap() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
-
- getParameterNames() - Method in class br.com.caelum.vraptor.http.VRaptorRequest
-
- getParameters() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- getParameters() - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
-
- getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- getParametersFor(ResourceMethod, List<Message>, ResourceBundle) - Method in interface br.com.caelum.vraptor.http.ParametersProvider
-
- getParameterTypes(Method, String[]) - Method in class br.com.caelum.vraptor.http.route.DefaultTypeFinder
-
- getParameterTypes(Method, String[]) - Method in class br.com.caelum.vraptor.http.route.NoTypeFinder
-
- getParameterTypes(Method, String[]) - Method in interface br.com.caelum.vraptor.http.route.TypeFinder
-
- getParameterValues(String) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
-
- getParentApplicationContext(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
You can override this method for providing your own Spring
ApplicationContext
- getPrefix() - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
-
- getPriority() - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- getPriority() - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- getPriority() - Method in interface br.com.caelum.vraptor.http.route.Route
-
Routes will be ordered according to priority.
- getProperty(Map, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ArrayAccessor
-
- getProperty(Map, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ListAccessor
-
- getPrototypeScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getProvider() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- getRelations() - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- getRelations() - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
-
- getRelations() - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
-
- getRequest() - Method in class br.com.caelum.vraptor.core.RequestInfo
-
- getRequestedUri() - Method in class br.com.caelum.vraptor.core.RequestInfo
-
- getRequestMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
-
- getRequestMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
-
- getRequestScoped() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getResource() - Method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
-
- getResource() - Method in interface br.com.caelum.vraptor.resource.ResourceMethod
-
- getResourceMethod() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- getResourceMethod() - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- getResponse() - Method in class br.com.caelum.vraptor.core.RequestInfo
-
- getResult() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- getResult() - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- getRoot() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- getRootClass() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- getSerializer() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- getSerializer() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- getSerializer() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
-
- getServletContext() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- getServletContext() - Method in class br.com.caelum.vraptor.core.RequestInfo
-
- getSessionMap() - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
-
- getSessionMap() - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
-
- getSize() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultUploadedFile
-
- getSize() - Method in interface br.com.caelum.vraptor.interceptor.multipart.UploadedFile
-
- getSizeLimit() - Method in class br.com.caelum.vraptor.interceptor.multipart.DefaultMultipartConfig
-
- getSizeLimit() - Method in interface br.com.caelum.vraptor.interceptor.multipart.MultipartConfig
-
The max size of uploaded files (in bytes).
- getStatus() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- getStereotypeHandlers() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getStereotypes() - Static method in class br.com.caelum.vraptor.core.BaseComponents
-
- getStringValue(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
Get the content of a part as String.
- getType() - Method in class br.com.caelum.vraptor.resource.DefaultResourceClass
-
- getType() - Method in interface br.com.caelum.vraptor.resource.ResourceClass
-
- getUri() - Method in class br.com.caelum.vraptor.core.DefaultRoutes
-
- getUri() - Method in interface br.com.caelum.vraptor.core.Routes
-
Returns the last analyzed uri.
- getUri() - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
-
- getUri() - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
-
- getURIsFor(Method, Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- getValue(FileItem) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- getVRaptorMapper() - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
-
- getWebinfClassesDirectory() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- getWriter() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
- getXStream() - Method in class br.com.caelum.vraptor.deserialization.JsonDeserializer
-
Extension point to configure your xstream instance.
- getXStream() - Method in class br.com.caelum.vraptor.deserialization.XStreamXMLDeserializer
-
Deprecated.
prefer overriding XStreamBuilder
- getXStream() - Method in class br.com.caelum.vraptor.restfulie.serialization.RestfulSerialization
-
You can override this method for configuring XStream before serialization.
- getXStream() - Method in class br.com.caelum.vraptor.restfulie.serialization.RestfulSerializationJSON
-
You can override this method for configuring XStream before serialization.
- getXStream() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
Deprecated.
prefer overwriting XStreamBuilder
- getXStream() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamXMLSerialization
-
Deprecated.
prefer overwriting XStreamBuilderImpl
- Graph<E> - Class in br.com.caelum.vraptor.interceptor
-
A set that orders interceptors topologically based on before and after from \@Intercepts
- Graph() - Constructor for class br.com.caelum.vraptor.interceptor.Graph
-
- GsonDeserialization - Class in br.com.caelum.vraptor.deserialization.gson
-
- GsonDeserialization(ParameterNameProvider, Collection<JsonDeserializer<?>>) - Constructor for class br.com.caelum.vraptor.deserialization.gson.GsonDeserialization
-
- GsonJSONSerialization - Class in br.com.caelum.vraptor.serialization.gson
-
Gson implementation for JSONSerialization
- GsonJSONSerialization(HttpServletResponse, TypeNameExtractor, ProxyInitializer, Collection<JsonSerializer<?>>, Collection<ExclusionStrategy>) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- GsonSerializer - Class in br.com.caelum.vraptor.serialization.gson
-
A SerializerBuilder based on Gson
- GsonSerializer(VraptorGsonBuilder, Writer, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- GuiceComponentRegistry - Class in br.com.caelum.vraptor.ioc.guice
-
ComponentRegistry for Guice
- GuiceComponentRegistry(Binder, Multibinder<StereotypeHandler>) - Constructor for class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
-
- GuiceProvider - Class in br.com.caelum.vraptor.ioc.guice
-
A Container Provider that uses Google Guice as DI container.
- GuiceProvider() - Constructor for class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- i18n(String) - Method in class br.com.caelum.vraptor.validator.Validations
-
- I18nMessage - Class in br.com.caelum.vraptor.validator
-
In this Message implementation, the message is i18n'ed while the category is literal.
- I18nMessage(I18nParam, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.I18nMessage
-
- I18nMessage(String, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.I18nMessage
-
- I18nMessageSerialization - Class in br.com.caelum.vraptor.serialization
-
Basic i18n messsage json serialization alias.
- I18nMessageSerialization(Container, Localization) - Constructor for class br.com.caelum.vraptor.serialization.I18nMessageSerialization
-
- I18nParam - Class in br.com.caelum.vraptor.validator
-
Represents a lazy i18n parameter
Use:
I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy.param"));
- I18nParam(String) - Constructor for class br.com.caelum.vraptor.validator.I18nParam
-
- IgnoringSerializer - Class in br.com.caelum.vraptor.serialization
-
Doesn't serialize anything
- IgnoringSerializer() - Constructor for class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- IllegalRouteException - Exception in br.com.caelum.vraptor.http.route
-
Illegal routes might be created under different situations.
- IllegalRouteException(String) - Constructor for exception br.com.caelum.vraptor.http.route.IllegalRouteException
-
- include(String, Object) - Method in class br.com.caelum.vraptor.core.DefaultResult
-
- include(Object) - Method in class br.com.caelum.vraptor.core.DefaultResult
-
- include(String...) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- include(String, Object) - Method in interface br.com.caelum.vraptor.Result
-
Stores an attribute in the result.
- include(Object) - Method in interface br.com.caelum.vraptor.Result
-
Stores an attribute in the result.
- include(String...) - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- include(String...) - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- include(String...) - Method in interface br.com.caelum.vraptor.serialization.Serializer
-
- include(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
-
- include(String...) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- include(String...) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- include(String, Object) - Method in class br.com.caelum.vraptor.util.test.MockResult
-
- include(Object) - Method in class br.com.caelum.vraptor.util.test.MockResult
-
Uses the type name to include.
- include() - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- include() - Method in interface br.com.caelum.vraptor.view.PageResult
-
Server side include a result.
- INCLUDE_REQUEST_URI - Static variable in class br.com.caelum.vraptor.core.RequestInfo
-
- includeAll(String...) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- included() - Method in class br.com.caelum.vraptor.core.DefaultResult
-
- included() - Method in interface br.com.caelum.vraptor.Result
-
Return all included attributes via Result.include();
- included(String) - Method in class br.com.caelum.vraptor.util.test.MockResult
-
- included() - Method in class br.com.caelum.vraptor.util.test.MockResult
-
- includeParameters(ResourceMethod, Object[]) - Method in interface br.com.caelum.vraptor.view.FlashScope
-
- includeParameters(ResourceMethod, Object[]) - Method in class br.com.caelum.vraptor.view.SessionFlashScope
-
- indented() - Method in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- indented() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- indented() - Method in interface br.com.caelum.vraptor.serialization.JSONSerialization
-
- indented() - Method in interface br.com.caelum.vraptor.serialization.xstream.XStreamBuilder
-
- indented() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- indented() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- INDENTED_LINE_INDENTER - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- INDENTED_NEW_LINE - Static variable in class br.com.caelum.vraptor.serialization.xstream.XStreamBuilderImpl
-
- init() - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
-
Registers all application scoped elements into the container.
- init() - Method in class br.com.caelum.vraptor.validator.MethodValidatorCreator
-
- init(FilterConfig) - Method in class br.com.caelum.vraptor.VRaptor
-
- initialize(Object) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
-
Deprecated.
- initialize(Object) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
-
- initialize(Object) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
-
Initialize the obj send if it is a proxy.
- initializer - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- initializer - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- InputStreamDownload - Class in br.com.caelum.vraptor.interceptor.download
-
Handles download by reading from a input stream byte by byte.
- InputStreamDownload(InputStream, String, String) - Constructor for class br.com.caelum.vraptor.interceptor.download.InputStreamDownload
-
- InputStreamDownload(InputStream, String, String, boolean, long) - Constructor for class br.com.caelum.vraptor.interceptor.download.InputStreamDownload
-
- insideRequest(Container) - Method in interface br.com.caelum.vraptor.core.Execution
-
- InstanceCreator - Interface in br.com.caelum.vraptor.proxy
-
Responsible for instantiating objects.
- instanceFor(Class<T>) - Method in interface br.com.caelum.vraptor.ioc.Container
-
Retrieves the appropriate instance for the given class.
- instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
-
- instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- instanceFor(Class<T>) - Method in interface br.com.caelum.vraptor.proxy.InstanceCreator
-
Creates an instance for a class.
- instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.proxy.ObjenesisInstanceCreator
-
- instanceFor(Class<T>) - Method in class br.com.caelum.vraptor.proxy.ReflectionInstanceCreator
-
- instanceFor(Class<?>, Method) - Static method in class br.com.caelum.vraptor.resource.DefaultResourceMethod
-
- instanceFor(Class<T>, List<Message>) - Method in class br.com.caelum.vraptor.view.DefaultValidationViewsFactory
-
- instanceFor(Class<T>, List<Message>) - Method in interface br.com.caelum.vraptor.view.ValidationViewsFactory
-
Create an instance of the validation version of the given view.
- instanceWith(Container) - Static method in class br.com.caelum.vraptor.util.collections.Functions
-
- instantiate(Target<?>, Parameters, List<Message>) - Method in interface br.com.caelum.vraptor.http.iogi.InstantiatorWithErrors
-
- instantiate(Target<?>, Parameters) - Method in class br.com.caelum.vraptor.http.iogi.SetInstantiator
-
- instantiate(Target<?>, Parameters, List<Message>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
-
- instantiate(Target<?>, Parameters) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
-
- instantiate(Class<T>) - Method in class br.com.caelum.vraptor.http.ognl.GenericNullHandler
-
- instantiate(Class<T>) - Method in interface br.com.caelum.vraptor.http.ognl.NullHandler
-
- instantiated(PicoContainer, ComponentAdapter<T>, Constructor<T>, Object, Object[], long) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor
-
- InstantiateInterceptor - Class in br.com.caelum.vraptor.interceptor
-
Using a request scoped container, instantiates a resource.
Only instantiates the resource if it has not been instantiated so far, thus
allowing composition of another component instantiator and this one.
- InstantiateInterceptor(Container) - Constructor for class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
-
- InstantiatorWithErrors - Interface in br.com.caelum.vraptor.http.iogi
-
- IntegerConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Integer converter.
- IntegerConverter() - Constructor for class br.com.caelum.vraptor.converter.IntegerConverter
-
- intercept(T, Method, Object[], SuperMethod) - Method in class br.com.caelum.vraptor.core.ExceptionRecorder
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.DeserializingInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.download.DownloadInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ExecuteMethodInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.FlashInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ForwardToDefaultViewInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.InstantiateInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in interface br.com.caelum.vraptor.interceptor.Interceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.NullMultipartInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.OutjectResult
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
-
- intercept(T, Method, Object[], SuperMethod) - Method in interface br.com.caelum.vraptor.proxy.MethodInvocation
-
Executes for all method invocations on proxies.
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
-
- intercept(InterceptorStack, ResourceMethod, Object) - Method in class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
-
- InterceptionException - Exception in br.com.caelum.vraptor
-
- InterceptionException(Throwable) - Constructor for exception br.com.caelum.vraptor.InterceptionException
-
- InterceptionException(String) - Constructor for exception br.com.caelum.vraptor.InterceptionException
-
- InterceptionException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.InterceptionException
-
- Interceptor - Interface in br.com.caelum.vraptor.interceptor
-
Whenever an interceptor accepts a resource method, its intercept method is
invoked to intercept the process of request parsing in order to allow the
software to do some specific tasks.
Common usage for interceptors for end-users (end-programmers) are security
constraint checks, database session (open session in view) opening and much
more.
- InterceptorHandler - Interface in br.com.caelum.vraptor.core
-
An interceptor handler is a wrapper to either an interceptor instance or a
interceptor definition.
- InterceptorHandlerFactory - Interface in br.com.caelum.vraptor.core
-
Factory for InterceptorHandlers
- InterceptorRegistry - Interface in br.com.caelum.vraptor.interceptor
-
- InterceptorStack - Interface in br.com.caelum.vraptor.core
-
The interceptors stack.
- InterceptorStereotypeHandler - Class in br.com.caelum.vraptor.ioc
-
- InterceptorStereotypeHandler(InterceptorRegistry) - Constructor for class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
-
- Intercepts - Annotation Type in br.com.caelum.vraptor
-
Notifies vraptor to use this interceptor in the interceptor stack.
Interceptors annotated are run in any order, therefore if the sequence is
important to your project, use an annotated InterceptorSequence.
- InvalidParameterException - Exception in br.com.caelum.vraptor.http
-
Some parameters sent by http were invalid.
- InvalidParameterException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
-
- InvalidParameterException(Throwable) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
-
- InvalidParameterException(String) - Constructor for exception br.com.caelum.vraptor.http.InvalidParameterException
-
- invoke(Object, Object[]) - Method in interface br.com.caelum.vraptor.proxy.SuperMethod
-
- IogiParametersProvider - Class in br.com.caelum.vraptor.http.iogi
-
- IogiParametersProvider(ParameterNameProvider, HttpServletRequest, InstantiatorWithErrors) - Constructor for class br.com.caelum.vraptor.http.iogi.IogiParametersProvider
-
- is(Class<T>) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
-
- is(Class<?>, Method) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder
-
- is(Class<T>) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
-
- is(Class<?>, Method) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder
-
- isAbleToInstantiate(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.SetInstantiator
-
- isAbleToInstantiate(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
-
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class br.com.caelum.vraptor.validator.BeanValidatorTraversableResolver
-
- isClasspathScanningEnabled() - Method in class br.com.caelum.vraptor.config.BasicConfiguration
-
- isCommitted() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- isDefault() - Method in class br.com.caelum.vraptor.core.SafeResourceBundle
-
- isEligible(Method) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- isEmpty() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- isField(Part) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
Returns true if the part is a field, false otherwise.
- isProxy(Object) - Method in class br.com.caelum.vraptor.proxy.JavassistProxifier
-
- isProxy(Object) - Method in interface br.com.caelum.vraptor.proxy.Proxifier
-
Return true
if the object is a proxy, false otherwise.
- isProxy(Class<?>) - Method in class br.com.caelum.vraptor.serialization.HibernateProxyInitializer
-
Deprecated.
- isProxy(Class<?>) - Method in class br.com.caelum.vraptor.serialization.NullProxyInitializer
-
- isProxy(Class<?>) - Method in interface br.com.caelum.vraptor.serialization.ProxyInitializer
-
Check if the clazz send is isAssignableFrom proxy.
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class br.com.caelum.vraptor.validator.BeanValidatorTraversableResolver
-
- isRecursive() - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- isSingleton() - Method in class br.com.caelum.vraptor.ioc.spring.ComponentFactoryBean
-
- isWithoutRoot() - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- iterator() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- Lazy - Annotation Type in br.com.caelum.vraptor
-
Identifies that given class should be used with a lazy strategy.
- LifecycleListener - Interface in br.com.caelum.vraptor.ioc.guice
-
Listen to lifecycles
- LifecycleScope - Interface in br.com.caelum.vraptor.ioc.guice
-
Extension for Guice Scope in order to support lifecycle callbacks
- LinkConverter - Class in br.com.caelum.vraptor.restfulie.serialization
-
Reads all transitions from your resource object and converts them into link
elements.
The converter passed in the constructor will be used to marshall the rest of
the object.
- LinkConverter(Converter, Restfulie, Configuration) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
-
- LinkConverterJSON - Class in br.com.caelum.vraptor.restfulie.serialization
-
Reads all transitions from your resource object and converts them into link
elements.
The converter passed in the constructor will be used to marshall the rest of
the object.
- LinkConverterJSON(Converter, Restfulie, Configuration) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
-
- LinksSerializer - Class in br.com.caelum.vraptor.restfulie.serialization
-
- LinksSerializer(XStream, Writer, TypeNameExtractor, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- LinkToHandler - Class in br.com.caelum.vraptor.view
-
View helper for generating uris
- LinkToHandler(ServletContext, Router) - Constructor for class br.com.caelum.vraptor.view.LinkToHandler
-
- ListAccessor - Class in br.com.caelum.vraptor.http.ognl
-
This list accessor is responsible for setting null values up to the list
size.
Compatibility issues might arrive (in previous vraptor versions, the object
was instantiated instead of null being set).
- ListAccessor(Converters) - Constructor for class br.com.caelum.vraptor.http.ognl.ListAccessor
-
- ListNullHandler - Class in br.com.caelum.vraptor.http.ognl
-
Capable of instantiating lists.
- ListNullHandler(EmptyElementsRemoval) - Constructor for class br.com.caelum.vraptor.http.ognl.ListNullHandler
-
- loadAll() - Method in interface br.com.caelum.vraptor.ioc.pico.Loader
-
- Loader - Interface in br.com.caelum.vraptor.ioc.pico
-
Loads all resources, components and interceptors for vraptor.
- LocalDateConverter - Class in br.com.caelum.vraptor.converter.jodatime
-
VRaptor converter for LocalDate
.
- LocalDateConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalDateConverter
-
- LocalDateTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
-
VRaptor converter for LocalDateTime
.
- LocalDateTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalDateTimeConverter
-
- LocaleBasedBigDecimalConverter - Class in br.com.caelum.vraptor.converter.l10n
-
Localized version of VRaptor's BigDecimal converter.
- LocaleBasedBigDecimalConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedBigDecimalConverter
-
- LocaleBasedCalendarConverter - Class in br.com.caelum.vraptor.converter
-
Locale based calendar converter.
- LocaleBasedCalendarConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedCalendarConverter
-
- LocaleBasedDateConverter - Class in br.com.caelum.vraptor.converter
-
Locale based date converter.
- LocaleBasedDateConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedDateConverter
-
- LocaleBasedDoubleConverter - Class in br.com.caelum.vraptor.converter.l10n
-
Localized version of VRaptor's Double converter.
- LocaleBasedDoubleConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedDoubleConverter
-
- LocaleBasedFloatConverter - Class in br.com.caelum.vraptor.converter.l10n
-
Localized version of VRaptor's Float converter.
- LocaleBasedFloatConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedFloatConverter
-
- LocaleBasedPrimitiveDoubleConverter - Class in br.com.caelum.vraptor.converter.l10n
-
Localized version of VRaptor's Double converter.
- LocaleBasedPrimitiveDoubleConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveDoubleConverter
-
- LocaleBasedPrimitiveFloatConverter - Class in br.com.caelum.vraptor.converter.l10n
-
Localized version of VRaptor's Float converter.
- LocaleBasedPrimitiveFloatConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.l10n.LocaleBasedPrimitiveFloatConverter
-
- LocaleBasedTimeConverter - Class in br.com.caelum.vraptor.converter
-
- LocaleBasedTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.LocaleBasedTimeConverter
-
- Localization - Interface in br.com.caelum.vraptor.core
-
A i18n messages provider.
- LocalTimeConverter - Class in br.com.caelum.vraptor.converter.jodatime
-
VRaptor converter for LocalTime
.
- LocalTimeConverter(Localization) - Constructor for class br.com.caelum.vraptor.converter.jodatime.LocalTimeConverter
-
- logic() - Static method in class br.com.caelum.vraptor.view.Results
-
Server and client side forward to another logic.
- LogicResult - Interface in br.com.caelum.vraptor.view
-
Logic result allows logics to redirect to another logic by invoking the
method itself, in a very typesafe way.
- LongConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Long converter.
- LongConverter() - Constructor for class br.com.caelum.vraptor.converter.LongConverter
-
- lookupParameterNames(AccessibleObject) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
-
- LOW - Static variable in annotation type br.com.caelum.vraptor.Path
-
- lowercaseFirst(String) - Static method in class br.com.caelum.vraptor.util.StringUtils
-
- lowerFirstCharacter(String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- LOWEST - Static variable in annotation type br.com.caelum.vraptor.Path
-
- LRUCache<K,V> - Class in br.com.caelum.vraptor.util
-
A LRU cache based on LinkedHashMap.
- LRUCache(int) - Constructor for class br.com.caelum.vraptor.util.LRUCache
-
- main(String[]) - Static method in class br.com.caelum.vraptor.scan.VRaptorStaticScanning
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.LinkConverterJSON
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class br.com.caelum.vraptor.validator.MessageConverter
-
- matches(String) - Method in class br.com.caelum.vraptor.http.route.DefaultParametersControl
-
- matches(String) - Method in interface br.com.caelum.vraptor.http.route.ParametersControl
-
wether the uri matches this uri
- matches(Method) - Method in interface br.com.caelum.vraptor.restfulie.relation.Relation
-
Whether this relation uses this specific method in order to get executed.
- matches(Method) - Method in class br.com.caelum.vraptor.restfulie.relation.UriBasedRelation
-
- matching(String) - Method in class br.com.caelum.vraptor.http.route.DefaultRouteBuilder.DefaultParameterControlBuilder
-
- matching(String) - Method in interface br.com.caelum.vraptor.http.route.RouteBuilder.ParameterControlBuilder
-
- Message - Interface in br.com.caelum.vraptor.validator
-
- message() - Static method in class br.com.caelum.vraptor.view.Results
-
Alias for json i18nMessage serialization
- MessageConverter - Class in br.com.caelum.vraptor.validator
-
Converter for normalizing
Message
serialization
- MessageConverter() - Constructor for class br.com.caelum.vraptor.validator.MessageConverter
-
- MessageInterpolatorFactory - Class in br.com.caelum.vraptor.validator
-
Factory for JSR303 MessageInterpolator
- MessageInterpolatorFactory(ValidatorFactory) - Constructor for class br.com.caelum.vraptor.validator.MessageInterpolatorFactory
-
- method - Variable in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider.Parameter
-
- MethodInfo - Interface in br.com.caelum.vraptor.core
-
Represents all method parameters, and the result returned by the invoked method.
- MethodInvocation<T> - Interface in br.com.caelum.vraptor.proxy
-
Callback for method invocations on proxies.
- methodNotAllowed(EnumSet<HttpMethod>) - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- methodNotAllowed(EnumSet<HttpMethod>) - Method in interface br.com.caelum.vraptor.view.Status
-
- MethodNotAllowedException - Exception in br.com.caelum.vraptor.http.route
-
Exception thrown when no routes matching given URI allow given HTTP method.
- MethodNotAllowedException(Set<HttpMethod>, String) - Constructor for exception br.com.caelum.vraptor.http.route.MethodNotAllowedException
-
- MethodNotAllowedHandler - Interface in br.com.caelum.vraptor.resource
-
Handler for Method Not Allowed Http Status (405).
- MethodValidatorCreator - Class in br.com.caelum.vraptor.validator
-
Bring up Method Validation factory.
- MethodValidatorCreator() - Constructor for class br.com.caelum.vraptor.validator.MethodValidatorCreator
-
- MethodValidatorInterceptor - Class in br.com.caelum.vraptor.validator
-
Validate method parameters using Hibernate Validator.
- MethodValidatorInterceptor(ParameterNameProvider, Localization, MessageInterpolator, Validator, MethodInfo, MethodValidator) - Constructor for class br.com.caelum.vraptor.validator.MethodValidatorInterceptor
-
- MethodValueSupportConverter - Class in br.com.caelum.vraptor.restfulie.serialization
-
- MethodValueSupportConverter(ReflectionConverter) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.MethodValueSupportConverter
-
- mimeToFormat - Variable in class br.com.caelum.vraptor.view.DefaultAcceptHeaderToFormat
-
- MissingConfigurationException - Exception in br.com.caelum.vraptor.ioc.spring
-
- MissingConfigurationException(String) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
-
- MissingConfigurationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
-
- MissingConfigurationException(Throwable) - Constructor for exception br.com.caelum.vraptor.ioc.spring.MissingConfigurationException
-
- MockedLogic - Class in br.com.caelum.vraptor.util.test
-
- MockedLogic() - Constructor for class br.com.caelum.vraptor.util.test.MockedLogic
-
- MockHttpResult - Class in br.com.caelum.vraptor.util.test
-
A mocked Result for testing the http body, content type and character encoding.
- MockHttpResult() - Constructor for class br.com.caelum.vraptor.util.test.MockHttpResult
-
- MockHttpServletResponse - Class in br.com.caelum.vraptor.util.test
-
A simple mock for HttpServletResponse.
- MockHttpServletResponse() - Constructor for class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
- MockLocalization - Class in br.com.caelum.vraptor.util.test
-
A localization that returns safe empty bundles
- MockLocalization() - Constructor for class br.com.caelum.vraptor.util.test.MockLocalization
-
- MockResult - Class in br.com.caelum.vraptor.util.test
-
A mocked Result for testing your controllers.
- MockResult(Proxifier) - Constructor for class br.com.caelum.vraptor.util.test.MockResult
-
- MockResult() - Constructor for class br.com.caelum.vraptor.util.test.MockResult
-
- MockSerializationResult - Class in br.com.caelum.vraptor.util.test
-
A mocked Result for testing your serialized objects returns.
- MockSerializationResult(Proxifier, ProxyInitializer) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
-
- MockSerializationResult(Proxifier, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
-
- MockSerializationResult() - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
-
- MockSerializationResult(XStreamBuilder) - Constructor for class br.com.caelum.vraptor.util.test.MockSerializationResult
-
- MockValidator - Class in br.com.caelum.vraptor.util.test
-
Mocked Validator for testing your controllers.
- MockValidator() - Constructor for class br.com.caelum.vraptor.util.test.MockValidator
-
- movedPermanentlyTo(String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- movedPermanentlyTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- movedPermanentlyTo(String) - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- movedPermanentlyTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultStatus
-
- movedPermanentlyTo(String) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
Deprecated.
use result.use(status()).movedPermanentlyTo(url) instead
- movedPermanentlyTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
Deprecated.
use result.use(status()).movedPermanentlyTo(ClientsController.class).list(); instead
- movedPermanentlyTo(String) - Method in interface br.com.caelum.vraptor.view.Status
-
Send redirect with Moved Permanently (301) Header Example:
result.use(http()).movedPermanentlyTo("/clients"); will move to
//clients
- movedPermanentlyTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.Status
-
same as movedPermanentlyTo(String), but will use the url for
controller.method(args);
Example:
result.use(http()).movedPermanentlyTo(ClientsController.class).list();
- MultipartConfig - Interface in br.com.caelum.vraptor.interceptor.multipart
-
Basic multi part interceptor configuration.
- MultipartInterceptor - Interface in br.com.caelum.vraptor.interceptor.multipart
-
An interceptor which handles multipart requests.
- MutableRequest - Interface in br.com.caelum.vraptor.http
-
A request capable of receiving extra parameters.
- MutableResponse - Interface in br.com.caelum.vraptor.http
-
A response that can add listeners to Redirects
- MutableResponse.RedirectListener - Interface in br.com.caelum.vraptor.http
-
- page() - Static method in class br.com.caelum.vraptor.view.Results
-
Offers server side forward and include for web pages.
Should be used only with end results (not logics), otherwise you might
achieve the server-redirect-hell (f5 problem) issue.
- PageResult - Interface in br.com.caelum.vraptor.view
-
A common forward/redirect/include page result.
- ParameterizedTypeSearcher - Class in br.com.caelum.vraptor.restfulie.controller
-
- ParameterizedTypeSearcher() - Constructor for class br.com.caelum.vraptor.restfulie.controller.ParameterizedTypeSearcher
-
- ParameterNameProvider - Interface in br.com.caelum.vraptor.http
-
Provides all parameter names for an specific java method.
- parameterNamesFor(AccessibleObject) - Method in class br.com.caelum.vraptor.http.DefaultParameterNameProvider
-
- parameterNamesFor(AccessibleObject) - Method in interface br.com.caelum.vraptor.http.ParameterNameProvider
-
- parameterNamesFor(AccessibleObject) - Method in class br.com.caelum.vraptor.http.ParanamerNameProvider
-
- ParametersControl - Interface in br.com.caelum.vraptor.http.route
-
- ParametersInstantiatorInterceptor - Class in br.com.caelum.vraptor.interceptor
-
An interceptor which instantiates parameters and provide them to the stack.
- ParametersInstantiatorInterceptor(ParametersProvider, ParameterNameProvider, MethodInfo, Validator, Localization, MutableRequest, FlashScope) - Constructor for class br.com.caelum.vraptor.interceptor.ParametersInstantiatorInterceptor
-
- ParametersProvider - Interface in br.com.caelum.vraptor.http
-
Provides all parameters required to invoke an specific java method.
- parametersThatStartWith(String) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- parametersWereSet() - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- parametersWereSet() - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- ParanamerNameProvider - Class in br.com.caelum.vraptor.http
-
Paranamer based parameter name provider provides parameter names based on
their local variable name during compile time.
- ParanamerNameProvider() - Constructor for class br.com.caelum.vraptor.http.ParanamerNameProvider
-
- parse(String, HttpMethod, MutableRequest) - Method in class br.com.caelum.vraptor.http.route.DefaultRouter
-
- parse(String, HttpMethod, MutableRequest) - Method in interface br.com.caelum.vraptor.http.route.Router
-
- Patch - Annotation Type in br.com.caelum.vraptor
-
Supports the PATCH http method.
- Path - Annotation Type in br.com.caelum.vraptor
-
Sets a custom path to allow web requisitions to access this resource.
To be used together with web methods annotations as Get, Post and so on.
- PathAnnotationRoutesParser - Class in br.com.caelum.vraptor.http.route
-
The default parser routes creator uses the path annotation to create rules.
- PathAnnotationRoutesParser(Router) - Constructor for class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- pathFor(ResourceMethod) - Method in class br.com.caelum.vraptor.view.DefaultPathResolver
-
- pathFor(ResourceMethod) - Method in interface br.com.caelum.vraptor.view.PathResolver
-
- PathResolver - Interface in br.com.caelum.vraptor.view
-
Decides the url to go to after a request was executed.
- permanentlyRedirectTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- permanentlyRedirectTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- permanentlyRedirectTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- permanentlyRedirectTo(String) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(status()).movedPermanentlyTo(uri).
- permanentlyRedirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(status()).movedPermanentlyTo(controller).
- permanentlyRedirectTo(T) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(status()).movedPermanentlyTo(controller.getClass()).
- PicoBasedContainer - Class in br.com.caelum.vraptor.ioc.pico
-
A pico container based implementation of a component providing container.
- PicoBasedContainer(MutablePicoContainer) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoBasedContainer
-
- PicoComponentAdapter - Class in br.com.caelum.vraptor.ioc.pico
-
Pico's ComponentAdapter wrapping VRaptor's ComponentFactory
- PicoComponentAdapter(Class<?>, Class<? extends ComponentFactory>) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
-
- PicoComponentRegistry - Class in br.com.caelum.vraptor.ioc.pico
-
Provides containers, controlling all scopes and registering all different
components on their respective areas.
- PicoComponentRegistry(MutablePicoContainer, ComponentFactoryRegistry) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
-
- PicoComponentRegistry.AttributeSetterComponentMonitor - Class in br.com.caelum.vraptor.ioc.pico
-
- PicoComponentRegistry.AttributeSetterComponentMonitor(PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter) - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor
-
- PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter - Interface in br.com.caelum.vraptor.ioc.pico
-
- PicoProvider - Class in br.com.caelum.vraptor.ioc.pico
-
Managing internal components by using pico container.
There is an extension point through the registerComponents method, which
allows one to give a customized container.
- PicoProvider() - Constructor for class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- Post - Annotation Type in br.com.caelum.vraptor
-
Supports the POST http method.
- PrimitiveBooleanConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive boolean converter.
- PrimitiveBooleanConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveBooleanConverter
-
- PrimitiveByteConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive byte converter.
- PrimitiveByteConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveByteConverter
-
- PrimitiveCharConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive char converter.
- PrimitiveCharConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveCharConverter
-
- PrimitiveDoubleConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive double converter.
- PrimitiveDoubleConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveDoubleConverter
-
- PrimitiveFloatConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive float converter.
- PrimitiveFloatConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveFloatConverter
-
- PrimitiveIntConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive int converter.
- PrimitiveIntConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveIntConverter
-
- PrimitiveLongConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive long converter.
- PrimitiveLongConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveLongConverter
-
- PrimitiveShortConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's primitive short converter.
- PrimitiveShortConverter() - Constructor for class br.com.caelum.vraptor.converter.PrimitiveShortConverter
-
- PriorityRoutesList - Class in br.com.caelum.vraptor.http.route
-
Order Routes by priority
- PriorityRoutesList() - Constructor for class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- processFile(FileItem, String) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
- PrototypeScoped - Annotation Type in br.com.caelum.vraptor.ioc
-
Components annotated as prototypeScoped will be created whenever asked for an instance.
- provide(Target<?>) - Method in class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
-
- provideForRequest(RequestInfo, Execution<T>) - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
-
- provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- provideForRequest(RequestInfo, Execution<T>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
Provides request scope support for Spring IoC Container when
org.springframework.web.context.request.RequestContextListener has not
been called.
- Proxifier - Interface in br.com.caelum.vraptor.proxy
-
Implementations of this interface are used to create Proxy instances whenever needed.
- proxifier - Variable in class br.com.caelum.vraptor.util.test.MockResult
-
- proxify(Class<T>, MethodInvocation<? super T>) - Method in class br.com.caelum.vraptor.proxy.JavassistProxifier
-
- proxify(Class<T>, MethodInvocation<? super T>) - Method in interface br.com.caelum.vraptor.proxy.Proxifier
-
Creates a proxy for class defined in type parameter.
- ProxyConverter - Class in br.com.caelum.vraptor.serialization.xstream
-
- ProxyConverter(ProxyInitializer, XStream) - Constructor for class br.com.caelum.vraptor.serialization.xstream.ProxyConverter
-
- ProxyCreationException - Exception in br.com.caelum.vraptor.proxy
-
Thrown when proxy creation fails.
- ProxyCreationException(Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
-
- ProxyCreationException(String) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
-
- ProxyCreationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyCreationException
-
- ProxyInitializer - Interface in br.com.caelum.vraptor.serialization
-
Initializer of proxfied objets.
- ProxyInvocationException - Exception in br.com.caelum.vraptor.proxy
-
Thrown when proxy invocation fails.
- ProxyInvocationException(Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
-
- ProxyInvocationException(String) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
-
- ProxyInvocationException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.proxy.ProxyInvocationException
-
- Put - Annotation Type in br.com.caelum.vraptor
-
Supports the PUT http method.
- record(Class<? extends Exception>) - Method in class br.com.caelum.vraptor.core.DefaultExceptionMapper
-
- record(Class<? extends Exception>) - Method in interface br.com.caelum.vraptor.core.ExceptionMapper
-
Store the exception and return a proxy with
Result
state.
- recursive() - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- recursive() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- recursive() - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- recursive() - Method in interface br.com.caelum.vraptor.serialization.Serializer
-
Include all fields, recursively.
- recursive() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
-
- redirect(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- redirect() - Method in class br.com.caelum.vraptor.view.DefaultRefererResult
-
- redirect(String) - Method in interface br.com.caelum.vraptor.view.PageResult
-
- redirect() - Method in interface br.com.caelum.vraptor.view.RefererResult
-
Redirects to Referer.
- redirectTo(String) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- redirectTo(T) - Method in class br.com.caelum.vraptor.core.AbstractResult
-
- redirectTo(String) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(page()).redirectTo(uri);
- redirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(logic()).redirectTo(controller)
- redirectTo(T) - Method in interface br.com.caelum.vraptor.Result
-
A shortcut to result.use(logic()).redirectTo(controller.getClass())
so you can use on your controller:
result.redirectTo(this).aMethod();
- redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockedLogic
-
- redirectTo(Class<T>) - Method in class br.com.caelum.vraptor.view.DefaultLogicResult
-
- redirectTo(String) - Method in class br.com.caelum.vraptor.view.DefaultPageResult
-
- redirectTo(Class<T>) - Method in interface br.com.caelum.vraptor.view.LogicResult
-
Returns an instance of that (pre-registered) logic.
- redirectTo(String) - Method in interface br.com.caelum.vraptor.view.PageResult
-
Client side redirect to an specific url.
- referer() - Static method in class br.com.caelum.vraptor.view.Results
-
Uses Referer header to redirect or forward
- RefererResult - Interface in br.com.caelum.vraptor.view
-
Redirects or forwards to the Referer.
- ReflectionBasedNullHandler - Class in br.com.caelum.vraptor.http.ognl
-
This null handler is a decorator for ognl api to invoke vraptor's api in
order to be able to instantiate collections, arrays and custom types whenever
the property is null.
- ReflectionBasedNullHandler(Proxifier) - Constructor for class br.com.caelum.vraptor.http.ognl.ReflectionBasedNullHandler
-
- ReflectionInstanceCreator - Class in br.com.caelum.vraptor.proxy
-
- ReflectionInstanceCreator() - Constructor for class br.com.caelum.vraptor.proxy.ReflectionInstanceCreator
-
- register(Class<?>, Class<?>) - Method in interface br.com.caelum.vraptor.ComponentRegistry
-
Registers a component to be used only when the required type is required.
- register(Class<? extends Converter<?>>) - Method in interface br.com.caelum.vraptor.core.Converters
-
- register(Class<? extends Converter<?>>) - Method in class br.com.caelum.vraptor.core.DefaultConverters
-
- register(Class<? extends Deserializer>) - Method in class br.com.caelum.vraptor.deserialization.DefaultDeserializers
-
- register(Class<? extends Deserializer>) - Method in interface br.com.caelum.vraptor.deserialization.Deserializers
-
- register(Class<? extends Interceptor>...) - Method in class br.com.caelum.vraptor.interceptor.DefaultInterceptorRegistry
-
- register(Class<? extends Interceptor>...) - Method in interface br.com.caelum.vraptor.interceptor.InterceptorRegistry
-
- register(Class<? extends Interceptor>...) - Method in class br.com.caelum.vraptor.interceptor.TopologicalSortedInterceptorRegistry
-
- register(Class, Class) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
-
- register(Class<? extends ComponentFactory>) - Method in interface br.com.caelum.vraptor.ioc.pico.ComponentFactoryRegistry
-
- register(Class<? extends ComponentFactory>) - Method in class br.com.caelum.vraptor.ioc.pico.DefaultComponentFactoryRegistry
-
- register(Class<?>, Class<?>) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry
-
- register(Class<?>, Class<?>) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- registerBundledComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
Register default vraptor-pico implementation components.
- registerComponents(XStream) - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamConverters
-
Method used to register all the XStream converters scanned to a XStream instance
- registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- registerCustomComponents(ComponentRegistry) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
you can override this method for registering custom components, or use
optional vraptor components, like hibernate session and session factory
creators:
registry.register(SessionCreator.class, SessionCreator.class);
registry.register(SessionFactoryCreator.class,
SessionFactoryCreator.class);
- registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
-
- registerDestroyListener(LifecycleListener) - Method in interface br.com.caelum.vraptor.ioc.guice.LifecycleScope
-
- registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
-
- registerDestroyListener(LifecycleListener) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- registerInScope(Map<Class, Class>, Scope) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceComponentRegistry
-
- registerRulesFor(Class<?>) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- relation(Class<T>) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- relation(String) - Method in class br.com.caelum.vraptor.restfulie.hypermedia.DefaultConfigurableHypermediaResource
-
- relation(String) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
-
- relation(Class<T>) - Method in class br.com.caelum.vraptor.restfulie.relation.DefaultRelationBuilder
-
- Relation - Interface in br.com.caelum.vraptor.restfulie.relation
-
Represents a relation between a resource and another.
- relation(String) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
-
Creates a named relation
- relation(Class<T>) - Method in interface br.com.caelum.vraptor.restfulie.relation.RelationBuilder
-
Creates a relation using default name
- RelationBuilder - Interface in br.com.caelum.vraptor.restfulie.relation
-
Controls the process of creating new relations.
- RelationBuilder.WithName - Interface in br.com.caelum.vraptor.restfulie.relation
-
- remove(Object) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- removeAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class br.com.caelum.vraptor.util.LRUCache
-
- removeExtraElements() - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
-
- removeNullsFromArray(Object) - Method in class br.com.caelum.vraptor.http.ognl.EmptyElementsRemoval
-
- removeTrailingSlash(String) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- replay(Result) - Method in class br.com.caelum.vraptor.core.ExceptionRecorder
-
- replay(Exception) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
-
- ReplicatorOutjector - Class in br.com.caelum.vraptor.validator
-
Outjector implementation that replicates logic parameters to next logic
- ReplicatorOutjector(Result, MethodInfo, ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.validator.ReplicatorOutjector
-
- reportException(Exception) - Method in class br.com.caelum.vraptor.interceptor.ExceptionHandlerInterceptor
-
- reportSizeLimitExceeded(FileUploadBase.SizeLimitExceededException) - Method in class br.com.caelum.vraptor.interceptor.multipart.CommonsUploadMultipartInterceptor
-
This method is called when the FileUploadBase.SizeLimitExceededException
was thrown.
- reportSizeLimitExceeded(IllegalStateException) - Method in class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
This method is called when the max upload size is reached.
- representation() - Static method in class br.com.caelum.vraptor.view.Results
-
Uses a representation of an object based on request accept format.
- RepresentationResult - Interface in br.com.caelum.vraptor.serialization
-
Chooses a serializer to serialize an object.
- RequestCustomScope - Class in br.com.caelum.vraptor.ioc.guice
-
Guice's Request Scope.
- RequestCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
-
- RequestExecution - Interface in br.com.caelum.vraptor.core
-
A request execution process.
- RequestInfo - Class in br.com.caelum.vraptor.core
-
Simple wrapper for request, response and servlet context.
- RequestInfo(ServletContext, FilterChain, MutableRequest, MutableResponse) - Constructor for class br.com.caelum.vraptor.core.RequestInfo
-
- requestingStaticFile(HttpServletRequest) - Method in class br.com.caelum.vraptor.core.DefaultStaticContentHandler
-
- requestingStaticFile(HttpServletRequest) - Method in interface br.com.caelum.vraptor.core.StaticContentHandler
-
Return true if the requested file is a static content, false otherwise.
- RequestScoped - Annotation Type in br.com.caelum.vraptor.ioc
-
- reset() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- resetBuffer() - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- resetRequestForCurrentThread() - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
-
- Resource - Annotation Type in br.com.caelum.vraptor
-
Resources are entry points for requests; i.e, requests are handled by VRaptor Resources.
- ResourceBundleDescription - Class in org.hamcrest
-
A description which uses a resource bundle to i18n messages.
- ResourceBundleDescription() - Constructor for class org.hamcrest.ResourceBundleDescription
-
- ResourceBundleDescription(Appendable) - Constructor for class org.hamcrest.ResourceBundleDescription
-
- ResourceClass - Interface in br.com.caelum.vraptor.resource
-
Represents a web accessible Resource class.
- ResourceControl<T> - Interface in br.com.caelum.vraptor.restfulie.controller
-
Resources implementing this interface will be serialized with their links.
- ResourceControllerInterceptor<T extends HypermediaResource> - Class in br.com.caelum.vraptor.restfulie.controller
-
Intercepts invocations to state control's intercepted controllers.
- ResourceControllerInterceptor(ResourceControl<T>, Restfulie, Status, RequestInfo, Routes) - Constructor for class br.com.caelum.vraptor.restfulie.controller.ResourceControllerInterceptor
-
- ResourceHandler - Class in br.com.caelum.vraptor.ioc
-
- ResourceHandler(Router, RoutesParser, ServletContext) - Constructor for class br.com.caelum.vraptor.ioc.ResourceHandler
-
- ResourceLookupInterceptor - Class in br.com.caelum.vraptor.interceptor
-
Looks up the resource for a specific request and delegates for the 404
component if unable to find it.
- ResourceLookupInterceptor(UrlToResourceTranslator, MethodInfo, ResourceNotFoundHandler, MethodNotAllowedHandler, RequestInfo) - Constructor for class br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor
-
- resourceMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.FixedMethodStrategy
-
- resourceMethod(MutableRequest, String) - Method in class br.com.caelum.vraptor.http.route.NoStrategy
-
- resourceMethod(MutableRequest, String) - Method in interface br.com.caelum.vraptor.http.route.Route
-
Returns the resource method for this specifig rule.
- ResourceMethod - Interface in br.com.caelum.vraptor.resource
-
An identifier for a resource accesible web method.
- ResourceNotFoundException - Exception in br.com.caelum.vraptor.http.route
-
Exception thrown when no routes matching URI are found.
- ResourceNotFoundException() - Constructor for exception br.com.caelum.vraptor.http.route.ResourceNotFoundException
-
- ResourceNotFoundHandler - Interface in br.com.caelum.vraptor.resource
-
A component capable of handling not found components.
- response - Variable in class br.com.caelum.vraptor.serialization.gson.GsonJSONSerialization
-
- response - Variable in class br.com.caelum.vraptor.serialization.xstream.XStreamJSONSerialization
-
- RestDefaults - Interface in br.com.caelum.vraptor.restfulie.headers
-
Interface that provides defaults for Resource information
- RestfulEntity - Interface in br.com.caelum.vraptor.restfulie.resource
-
An interface that defines HTTP entities characteristics for a resource.
- Restfulie - Interface in br.com.caelum.vraptor.restfulie
-
Entry point for Restfulie operations
- RestfulSerialization - Class in br.com.caelum.vraptor.restfulie.serialization
-
Custom serialization process provides a way to add links to your resource representations.
- RestfulSerialization(HttpServletResponse, TypeNameExtractor, Restfulie, Configuration, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.RestfulSerialization
-
- RestfulSerializationJSON - Class in br.com.caelum.vraptor.restfulie.serialization
-
Custom serialization process provides a way to add links to your resource representations.
- RestfulSerializationJSON(HttpServletResponse, TypeNameExtractor, Restfulie, Configuration, ProxyInitializer, XStreamBuilder) - Constructor for class br.com.caelum.vraptor.restfulie.serialization.RestfulSerializationJSON
-
- RestHeadersHandler - Interface in br.com.caelum.vraptor.restfulie
-
Handles extra handlers when rendering a resource.
- Result - Interface in br.com.caelum.vraptor
-
A resource requisition result.
- ResultException - Exception in br.com.caelum.vraptor.view
-
- ResultException(Throwable) - Constructor for exception br.com.caelum.vraptor.view.ResultException
-
- ResultException(String) - Constructor for exception br.com.caelum.vraptor.view.ResultException
-
- ResultException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.view.ResultException
-
- Results - Class in br.com.caelum.vraptor.view
-
Some common results for most web based logics.
- Results() - Constructor for class br.com.caelum.vraptor.view.Results
-
- retainAll(Collection<?>) - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- retrieve(String) - Method in interface br.com.caelum.vraptor.restfulie.controller.ResourceControl
-
Given its id (retrieved from the request parameter %id%), returns an
element from the database or null if its not found.
- returnOnFinalMethods(Class<T>) - Method in class br.com.caelum.vraptor.util.test.MockResult
-
- Route - Interface in br.com.caelum.vraptor.http.route
-
An specific route rule.
- RouteBuilder - Interface in br.com.caelum.vraptor.http.route
-
- RouteBuilder.ParameterControlBuilder - Interface in br.com.caelum.vraptor.http.route
-
- routeFor(String) - Method in class br.com.caelum.vraptor.http.route.Rules
-
- RouteNotFoundException - Exception in br.com.caelum.vraptor.http.route
-
A route was not found for the specified parameters.
- RouteNotFoundException(String) - Constructor for exception br.com.caelum.vraptor.http.route.RouteNotFoundException
-
- Router - Interface in br.com.caelum.vraptor.http.route
-
Handles different rules in order to translate urls into Resource methods.
- Routes - Interface in br.com.caelum.vraptor.core
-
Allows easy access to detect any route information.
In order to access the uri for a method, one should invoke
- routes() - Method in class br.com.caelum.vraptor.http.route.Rules
-
- RoutesConfiguration - Interface in br.com.caelum.vraptor.http.route
-
Configs your routes for your application.
- RoutesParser - Interface in br.com.caelum.vraptor.http.route
-
Extracts all possible routes for this specific resource.
- Rules - Class in br.com.caelum.vraptor.http.route
-
Rules for resource localization.
- Rules(Router) - Constructor for class br.com.caelum.vraptor.http.route.Rules
-
- rulesFor(ResourceClass) - Method in class br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser
-
- rulesFor(ResourceClass) - Method in interface br.com.caelum.vraptor.http.route.RoutesParser
-
- SafeResourceBundle - Class in br.com.caelum.vraptor.core
-
A Resource bundle that doesn't throw exception when there is no resource of given key.
- SafeResourceBundle(ResourceBundle) - Constructor for class br.com.caelum.vraptor.core.SafeResourceBundle
-
- SafeResourceBundle(ResourceBundle, boolean) - Constructor for class br.com.caelum.vraptor.core.SafeResourceBundle
-
- scan(ClasspathResolver) - Method in interface br.com.caelum.vraptor.scan.ComponentScanner
-
Scan all classes in WEB-INF/classes and all classes from
JARs from WEB-INF/lib belonging to specific packages.
- scan(ClasspathResolver) - Method in class br.com.caelum.vraptor.scan.ScannotationComponentScanner
-
- ScannerException - Exception in br.com.caelum.vraptor.scan
-
Unchecked exception used in the scanner package
- ScannerException(String) - Constructor for exception br.com.caelum.vraptor.scan.ScannerException
-
- ScannerException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.scan.ScannerException
-
- SCANNING_PARAM - Static variable in class br.com.caelum.vraptor.config.BasicConfiguration
-
Disables/enables classpath scanning
- ScannotationComponentScanner - Class in br.com.caelum.vraptor.scan
-
A Scannotation based Component Scanner
- ScannotationComponentScanner() - Constructor for class br.com.caelum.vraptor.scan.ScannotationComponentScanner
-
- scope(Key<T>, Provider<T>) - Method in class br.com.caelum.vraptor.ioc.guice.AbstractScope
-
- scope(Key<T>, Provider<T>) - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
-
- search(Class<?>) - Method in class br.com.caelum.vraptor.restfulie.controller.ParameterizedTypeSearcher
-
- selected(Object) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- selected(Object) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- sendError(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- sendError(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- sendError(int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- sendError(int, String) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- sendError(int) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- sendError(int, String) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- sendRedirect(String) - Method in class br.com.caelum.vraptor.http.VRaptorResponse
-
- sendRedirect(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- Serialization - Interface in br.com.caelum.vraptor.serialization
-
Creates a serializer of a given format.
- serialize() - Method in class br.com.caelum.vraptor.restfulie.serialization.LinksSerializer
-
- serialize(Calendar, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.adapters.CalendarSerializer
-
- serialize(HibernateProxy, Type, JsonSerializationContext) - Method in class br.com.caelum.vraptor.serialization.gson.adapters.HibernateProxySerializer
-
- serialize() - Method in class br.com.caelum.vraptor.serialization.gson.GsonSerializer
-
- serialize() - Method in class br.com.caelum.vraptor.serialization.IgnoringSerializer
-
- serialize() - Method in interface br.com.caelum.vraptor.serialization.Serializer
-
end method for this fluent interface
- serialize() - Method in class br.com.caelum.vraptor.serialization.xstream.XStreamSerializer
-
- serialize() - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- serialize() - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- serializedClass(Class) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
-
- serializedResult() - Method in class br.com.caelum.vraptor.util.test.MockSerializationResult
-
Retrieve the string with the serialized (JSON/XML) Object if have one as response.
- Serializee - Class in br.com.caelum.vraptor.serialization.xstream
-
- Serializee() - Constructor for class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- Serializer - Interface in br.com.caelum.vraptor.serialization
-
Serializes given object, including and excluding fields.
- SerializerBuilder - Interface in br.com.caelum.vraptor.serialization
-
SerializerBuilder used on internal API to build a
Serializer
object.
- Servlet3MultipartInterceptor - Class in br.com.caelum.vraptor.interceptor.multipart
-
A multipart interceptor based on Servlet3 File Upload.
- Servlet3MultipartInterceptor(HttpServletRequest, MutableRequest, Validator) - Constructor for class br.com.caelum.vraptor.interceptor.multipart.Servlet3MultipartInterceptor
-
- ServletFileUploadCreator - Interface in br.com.caelum.vraptor.interceptor.multipart
-
Allow to abstract creation of ServletFileUpload
.
- sessionCreated(HttpSessionEvent) - Method in class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
-
- SessionCustomScope - Class in br.com.caelum.vraptor.ioc.guice
-
Guice's Session Scope.
- SessionCustomScope() - Constructor for class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- sessionDestroyed(HttpSessionEvent) - Method in class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
-
- SessionFlashScope - Class in br.com.caelum.vraptor.view
-
FlashScope that uses the HttpSession to hold the data
- SessionFlashScope(HttpSession) - Constructor for class br.com.caelum.vraptor.view.SessionFlashScope
-
- SessionScoped - Annotation Type in br.com.caelum.vraptor.ioc
-
- SessionScopeListener - Class in br.com.caelum.vraptor.ioc.guice
-
- SessionScopeListener() - Constructor for class br.com.caelum.vraptor.ioc.guice.SessionScopeListener
-
- setAlias(String) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- setAttribute(String, Object) - Method in interface br.com.caelum.vraptor.ioc.pico.PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter
-
- setBufferSize(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setBundle(ResourceBundle) - Method in class br.com.caelum.vraptor.validator.I18nMessage
-
- setCharacterEncoding(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setContentLength(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setContentType(String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
- setDateHeader(String, long) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setElementTypes(Set<Class<?>>) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- setEncoding(HttpServletRequest, HttpServletResponse) - Method in interface br.com.caelum.vraptor.http.EncodingHandler
-
- setEncoding(HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.http.NullEncodingHandler
-
- setEncoding(HttpServletRequest, HttpServletResponse) - Method in class br.com.caelum.vraptor.http.WebXmlEncodingHandler
-
- setExclusionStrategies(ExclusionStrategy...) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- setExtractor(TypeNameExtractor) - Method in class br.com.caelum.vraptor.ioc.guice.AbstractScope
-
- setHeader(String, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- SetInstantiator - Class in br.com.caelum.vraptor.http.iogi
-
An instantiator that supports Sets.
- SetInstantiator(Instantiator<Object>) - Constructor for class br.com.caelum.vraptor.http.iogi.SetInstantiator
-
- setIntHeader(String, int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setLazyBundle(Supplier<ResourceBundle>) - Method in class br.com.caelum.vraptor.validator.I18nMessage
-
- setLocale(Locale) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setParameter(String, String...) - Method in interface br.com.caelum.vraptor.http.MutableRequest
-
- setParameter(String, String...) - Method in class br.com.caelum.vraptor.http.VRaptorRequest
-
- setParameters(Object[]) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- setParameters(Object[]) - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- setProperty(Map, Object, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ArrayAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class br.com.caelum.vraptor.http.ognl.ListAccessor
-
- setProperty(String, String, String[], List<Message>) - Method in class br.com.caelum.vraptor.http.ognl.OgnlParametersProvider
-
- setProvider(Provider<HttpServletRequest>) - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
-
- setProvider(Provider<HttpSession>) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- setRecursive(boolean) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- setRequestForCurrentThread(RequestInfo) - Static method in class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
-
- setResourceMethod(ResourceMethod) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- setResourceMethod(ResourceMethod) - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- setResult(Object) - Method in class br.com.caelum.vraptor.core.DefaultMethodInfo
-
- setResult(Object) - Method in interface br.com.caelum.vraptor.core.MethodInfo
-
- setRoot(Object) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- setRootClass(Class<?>) - Method in class br.com.caelum.vraptor.serialization.xstream.Serializee
-
- setSerializee(Serializee) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
-
- setStatus(int) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setStatus(int, String) - Method in class br.com.caelum.vraptor.util.test.MockHttpServletResponse
-
TODO Not implemented
- setStatusCode(int) - Method in class br.com.caelum.vraptor.view.DefaultHttpResult
-
- setStatusCode(int) - Method in interface br.com.caelum.vraptor.view.HttpResult
-
- setValue(String, String, String[]) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
-
- setWithoutRoot(boolean) - Method in class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- ShortConverter - Class in br.com.caelum.vraptor.converter
-
VRaptor's Short converter.
- ShortConverter() - Constructor for class br.com.caelum.vraptor.converter.ShortConverter
-
- shouldSerializeMember(Class, String) - Method in class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
-
- shouldSkipClass(Class<?>) - Method in class br.com.caelum.vraptor.serialization.gson.Exclusions
-
- shouldSkipField(FieldAttributes) - Method in class br.com.caelum.vraptor.serialization.gson.Exclusions
-
- simpleNameFor(AccessibleObject) - Static method in class br.com.caelum.vraptor.util.Stringnifier
-
- size() - Method in class br.com.caelum.vraptor.http.route.PriorityRoutesList
-
- sortSerializations() - Method in class br.com.caelum.vraptor.serialization.DefaultRepresentationResult
-
Override this method if you want another ordering strategy.
- SpringBasedContainer - Class in br.com.caelum.vraptor.ioc.spring
-
- SpringBasedContainer(ConfigurableWebApplicationContext) - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- SpringLocator - Interface in br.com.caelum.vraptor.ioc.spring
-
Component for locating a Spring ApplicationContext, to set as VRaptorApplicationContext parent
- SpringProvider - Class in br.com.caelum.vraptor.ioc.spring
-
- SpringProvider() - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
- SpringRegistry - Class in br.com.caelum.vraptor.ioc.spring
-
Class responsible for registering beans on spring.
- SpringRegistry(ConfigurableListableBeanFactory, Container) - Constructor for class br.com.caelum.vraptor.ioc.spring.SpringRegistry
-
- StandaloneClasspathResolver - Class in br.com.caelum.vraptor.scan
-
A ClasspathResolver for static use, without a web context.
- StandaloneClasspathResolver() - Constructor for class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
-
- StandaloneClasspathResolver(String) - Constructor for class br.com.caelum.vraptor.scan.StandaloneClasspathResolver
-
- start(ServletContext) - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
-
- start() - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
-
- start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- start() - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
-
- start(HttpSession) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- start(ServletContext) - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
You can override this method to start some components, remember to call super before.
- start() - Method in class br.com.caelum.vraptor.view.LinkToHandler
-
- startContext(String, Type, Object, ResourceBundle) - Method in class br.com.caelum.vraptor.http.ognl.OgnlFacade
-
- STATIC_BOOTSTRAP_NAME - Static variable in interface br.com.caelum.vraptor.scan.WebAppBootstrap
-
Class name of the generated WebAppBootStrap impl
- StaticContentHandler - Interface in br.com.caelum.vraptor.core
-
Handles the content if the request corresponds to static content (like images, CSS, JS and so on).
- status() - Static method in class br.com.caelum.vraptor.view.Results
-
Uses pure header status.
- Status - Interface in br.com.caelum.vraptor.view
-
Allows status + header related results.
- stereotype() - Method in class br.com.caelum.vraptor.deserialization.DeserializesHandler
-
- stereotype() - Method in class br.com.caelum.vraptor.ioc.ConverterHandler
-
- stereotype() - Method in class br.com.caelum.vraptor.ioc.InterceptorStereotypeHandler
-
- stereotype() - Method in class br.com.caelum.vraptor.ioc.ResourceHandler
-
- Stereotype - Annotation Type in br.com.caelum.vraptor.ioc
-
Annotations which are intended to mark VRaptor components should be annotated with this.
- stereotype() - Method in interface br.com.caelum.vraptor.ioc.StereotypeHandler
-
- StereotypedBeansRegistrar - Class in br.com.caelum.vraptor.ioc.spring
-
- StereotypedBeansRegistrar(List<StereotypeHandler>) - Constructor for class br.com.caelum.vraptor.ioc.spring.StereotypedBeansRegistrar
-
- StereotypeHandler - Interface in br.com.caelum.vraptor.ioc
-
- stop() - Method in interface br.com.caelum.vraptor.ioc.ContainerProvider
-
- stop() - Method in class br.com.caelum.vraptor.ioc.guice.ApplicationCustomScope
-
- stop() - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- stop() - Method in class br.com.caelum.vraptor.ioc.guice.RequestCustomScope
-
- stop(HttpSession) - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- stop() - Method in class br.com.caelum.vraptor.ioc.pico.PicoProvider
-
- stop() - Method in class br.com.caelum.vraptor.ioc.spring.SpringBasedContainer
-
- stop() - Method in class br.com.caelum.vraptor.ioc.spring.SpringProvider
-
- stopAll() - Method in class br.com.caelum.vraptor.ioc.guice.SessionCustomScope
-
- stopSession(Boolean) - Method in class br.com.caelum.vraptor.ioc.guice.GuiceProvider
-
- StringConverter - Class in br.com.caelum.vraptor.converter
-
A no-op converter
- StringConverter() - Constructor for class br.com.caelum.vraptor.converter.StringConverter
-
- Stringnifier - Class in br.com.caelum.vraptor.util
-
- Stringnifier() - Constructor for class br.com.caelum.vraptor.util.Stringnifier
-
- StringUtils - Class in br.com.caelum.vraptor.util
-
Utility methods to handle strings
- StringUtils() - Constructor for class br.com.caelum.vraptor.util.StringUtils
-
- success() - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- success(boolean) - Method in class br.com.caelum.vraptor.util.extjs.DefaultExtJson
-
- success() - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- success(boolean) - Method in interface br.com.caelum.vraptor.util.extjs.ExtJSJson
-
- SuperMethod - Interface in br.com.caelum.vraptor.proxy
-
Defines calls to the overriden original method.
- validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.util.test.JSR303MockValidator
-
- validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- validate(Object, Class<?>...) - Method in interface br.com.caelum.vraptor.validator.BeanValidator
-
Validate the bean and return a list of messages if has constraint violations.
- validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.DefaultBeanValidator
-
- validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- validate(Object, Class<?>...) - Method in class br.com.caelum.vraptor.validator.NullBeanValidator
-
- validate(Object, Class<?>...) - Method in interface br.com.caelum.vraptor.Validator
-
Validate an object using some Bean Validation engine.
- validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.util.test.JSR303MockValidator
-
- validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.util.test.MockValidator
-
- validateProperties(Object, String...) - Method in interface br.com.caelum.vraptor.validator.BeanValidator
-
Validate the specified bean's properties and return a list of messages if has constraint violations.
- validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.DefaultBeanValidator
-
- validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.DefaultValidator
-
- validateProperties(Object, String...) - Method in class br.com.caelum.vraptor.validator.NullBeanValidator
-
- validateProperties(Object, String...) - Method in interface br.com.caelum.vraptor.Validator
-
Validate the specifics propeties of an object using some Bean Validation engine.
- ValidationException - Annotation Type in br.com.caelum.vraptor.validator.annotation
-
A marked annotation to indicate that a certain exception class
should be used as a Validation Exception by VRaptor Validator.
- ValidationException - Exception in br.com.caelum.vraptor.validator
-
If some validation error occur, its encapsulated within an instance of
ValidationException, which is then throw and parsed.
- ValidationException(List<Message>) - Constructor for exception br.com.caelum.vraptor.validator.ValidationException
-
- ValidationMessage - Class in br.com.caelum.vraptor.validator
-
A simple validation message.
- ValidationMessage(String, String) - Constructor for class br.com.caelum.vraptor.validator.ValidationMessage
-
- ValidationMessage(String, String, Object...) - Constructor for class br.com.caelum.vraptor.validator.ValidationMessage
-
- Validations - Class in br.com.caelum.vraptor.validator
-
Hamcrest based validation support.
- Validations(ResourceBundle) - Constructor for class br.com.caelum.vraptor.validator.Validations
-
- Validations() - Constructor for class br.com.caelum.vraptor.validator.Validations
-
- ValidationViewsFactory - Interface in br.com.caelum.vraptor.view
-
Component responsible for instantiating corresponding validation form of given view.
- Validator - Interface in br.com.caelum.vraptor
-
A validator interface for vraptor3.
Based on hamcrest, it allows you to assert for specific situations.
- ValidatorCreator - Class in br.com.caelum.vraptor.validator
-
Bring up Bean Validation factory.
- ValidatorCreator(ValidatorFactory) - Constructor for class br.com.caelum.vraptor.validator.ValidatorCreator
-
- ValidatorFactoryCreator - Class in br.com.caelum.vraptor.validator
-
Factory for JSR303 ValidatorFactory
- ValidatorFactoryCreator() - Constructor for class br.com.caelum.vraptor.validator.ValidatorFactoryCreator
-
- valueOf(String) - Static method in enum br.com.caelum.vraptor.resource.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum br.com.caelum.vraptor.resource.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(PicoContainer) - Method in class br.com.caelum.vraptor.ioc.pico.PicoComponentAdapter
-
- View - Interface in br.com.caelum.vraptor
-
- VRaptor - Class in br.com.caelum.vraptor
-
VRaptor entry point.
Provider configuration is supported through init parameter.
- VRaptor() - Constructor for class br.com.caelum.vraptor.VRaptor
-
- VRaptorAbstractModule - Class in br.com.caelum.vraptor.ioc.guice
-
An AbstractModule that wires VRaptor components.
- VRaptorAbstractModule(ServletContext, Container) - Constructor for class br.com.caelum.vraptor.ioc.guice.VRaptorAbstractModule
-
- VRaptorClassMapper - Class in br.com.caelum.vraptor.serialization.xstream
-
- VRaptorClassMapper(Mapper, Supplier<TypeNameExtractor>) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorClassMapper
-
- VRaptorConvertersAdapter - Class in br.com.caelum.vraptor.http.ognl
-
- VRaptorConvertersAdapter(Converters, ResourceBundle) - Constructor for class br.com.caelum.vraptor.http.ognl.VRaptorConvertersAdapter
-
- VRaptorDependencyProvider - Class in br.com.caelum.vraptor.http.iogi
-
an adapter for IOGI's dependency provider based on VRaptor's container
- VRaptorDependencyProvider(Container) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorDependencyProvider
-
- VRaptorException - Exception in br.com.caelum.vraptor
-
The base Exception
type for VRaptor.
- VRaptorException(Throwable) - Constructor for exception br.com.caelum.vraptor.VRaptorException
-
- VRaptorException(String) - Constructor for exception br.com.caelum.vraptor.VRaptorException
-
- VRaptorException(String, Throwable) - Constructor for exception br.com.caelum.vraptor.VRaptorException
-
- VraptorGsonBuilder - Class in br.com.caelum.vraptor.serialization.gson
-
- VraptorGsonBuilder(Collection<JsonSerializer<?>>, Collection<ExclusionStrategy>) - Constructor for class br.com.caelum.vraptor.serialization.gson.VraptorGsonBuilder
-
- VRaptorInstantiator - Class in br.com.caelum.vraptor.http.iogi
-
- VRaptorInstantiator(Converters, DependencyProvider, Localization, ParameterNamesProvider, HttpServletRequest) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorInstantiator
-
- VRaptorParameterNamesProvider - Class in br.com.caelum.vraptor.http.iogi
-
An adapter for iogi's parameterNamesProvider
- VRaptorParameterNamesProvider(ParameterNameProvider) - Constructor for class br.com.caelum.vraptor.http.iogi.VRaptorParameterNamesProvider
-
- VRaptorRequest - Class in br.com.caelum.vraptor.http
-
A request capable of adding new parameters.
- VRaptorRequest(HttpServletRequest) - Constructor for class br.com.caelum.vraptor.http.VRaptorRequest
-
- VRaptorRequestHolder - Class in br.com.caelum.vraptor.ioc.spring
-
- VRaptorRequestHolder() - Constructor for class br.com.caelum.vraptor.ioc.spring.VRaptorRequestHolder
-
- VRaptorResponse - Class in br.com.caelum.vraptor.http
-
- VRaptorResponse(HttpServletResponse) - Constructor for class br.com.caelum.vraptor.http.VRaptorResponse
-
- VRaptorStaticScanning - Class in br.com.caelum.vraptor.scan
-
A static Scanner that generates an static WebAppBootstrap
- VRaptorStaticScanning() - Constructor for class br.com.caelum.vraptor.scan.VRaptorStaticScanning
-
- VRaptorXStream - Class in br.com.caelum.vraptor.serialization.xstream
-
- VRaptorXStream(TypeNameExtractor) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
-
- VRaptorXStream(TypeNameExtractor, HierarchicalStreamDriver) - Constructor for class br.com.caelum.vraptor.serialization.xstream.VRaptorXStream
-