Modifier and Type | Class and Description |
---|---|
class |
BigDecimalConverter
VRaptor's BigDecimal converter.
|
class |
BigIntegerConverter
VRaptor's BigInteger converter.
|
class |
BooleanConverter
VRaptor's Boolean converter.
|
class |
ByteConverter
VRaptor's Byte converter.
|
class |
CharacterConverter
VRaptor's Character converter.
|
class |
DoubleConverter
VRaptor's Double converter.
|
class |
EnumConverter<T extends java.lang.Enum<T>>
Accepts either the ordinal value or name.
|
class |
FloatConverter
VRaptor's Float converter.
|
class |
IntegerConverter
VRaptor's Integer converter.
|
class |
LongConverter
VRaptor's Long converter.
|
class |
PrimitiveBooleanConverter
VRaptor's primitive boolean converter.
|
class |
PrimitiveByteConverter
VRaptor's primitive byte converter.
|
class |
PrimitiveCharConverter
VRaptor's primitive char converter.
|
class |
PrimitiveDoubleConverter
VRaptor's primitive double converter.
|
class |
PrimitiveFloatConverter
VRaptor's primitive float converter.
|
class |
PrimitiveIntConverter
VRaptor's primitive int converter.
|
class |
PrimitiveLongConverter
VRaptor's primitive long converter.
|
class |
PrimitiveShortConverter
VRaptor's primitive short converter.
|
class |
ShortConverter
VRaptor's Short converter.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverters |
class |
DefaultInterceptorHandlerFactory |
class |
DefaultRoutes
Default implementation of route info extractor.
|
class |
DefaultStaticContentHandler
Handles default content if the request corresponds to static content.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeserializers
A set of deserializers.
Returns null if no serializer is capable of coping with the required media type. |
class |
DeserializesHandler
Handles classes annotated with @Deserializes
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceTranslator
Basic url to resource method translator.
|
class |
EncodingHandlerFactory
Create an instance for
EncodingHandler . |
class |
ParanamerNameProvider
Paranamer based parameter name provider provides parameter names based on
their local variable name during compile time.
|
Modifier and Type | Class and Description |
---|---|
class |
VRaptorDependencyProvider
an adapter for IOGI's dependency provider based on VRaptor's container
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRouter
The default implementation of resource localization rules.
|
class |
DefaultTypeFinder
Discover parameter types
|
class |
JavaEvaluator
Evaluates expressions in order to access values.
|
class |
NoRoutesConfiguration
No extra routes are registered.
|
class |
PathAnnotationRoutesParser
The default parser routes creator uses the path annotation to create rules.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInterceptorRegistry
A registry filled with interceptors to intercept requests.
Interceptors are queried wether they want to intercept a request through their accepts method. |
class |
DefaultTypeNameExtractor
Default implementation for
TypeNameExtractor . |
class |
TopologicalSortedInterceptorRegistry
An interceptor registry that sorts interceptors based on their before and after conditions
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultipartConfig
Default implementation for
MultipartConfig . |
Modifier and Type | Class and Description |
---|---|
class |
ConverterHandler |
class |
InterceptorStereotypeHandler |
class |
ResourceHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentFactoryRegistry
Registry to all ComponentRegistry classes
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpringLocator
Default implementation for SpringLocator.
|
class |
StereotypedBeansRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
JavassistProxifier
Javassist implementation for
Proxifier . |
class |
ObjenesisInstanceCreator
Objenesis implementation for
InstanceCreator . |
class |
ReflectionInstanceCreator
Java Reflection implementation for
InstanceCreator . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMethodNotAllowedHandler
Default implementation which sets the header and send an error response.
|
class |
DefaultResourceNotFoundHandler
Default 404 component.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRestfulie
Default implementation for
Restfulie |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRestDefaults
Default implementation for REST defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateProxyInitializer
Deprecated.
3.5.0, since persistence plugins have their own projects
|
Modifier and Type | Class and Description |
---|---|
static class |
XStreamConverters.NullConverter
for DI purposes
|
Modifier and Type | Class and Description |
---|---|
class |
MessageInterpolatorFactory
Factory for JSR303 MessageInterpolator
|
class |
MethodValidatorCreator
Bring up Method Validation factory.
|
class |
ValidatorCreator
Bring up Bean Validation factory.
|
class |
ValidatorFactoryCreator
Factory for JSR303 ValidatorFactory
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAcceptHeaderToFormat
The default AcceptHeaderToFormat implementation searches for registered mime types.
|
Copyright © 2013 Caelum. All Rights Reserved.