| Modifier and Type | Class and Description |
|---|---|
interface |
Intercepts
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. |
interface |
Resource
Resources are entry points for requests; i.e, requests are handled by VRaptor Resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationConfiguration
Basic implementation of an application configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleBasedCalendarConverter
Locale based calendar converter.
|
class |
LocaleBasedDateConverter
Locale based date converter.
|
class |
LocaleBasedTimeConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleBasedBigDecimalConverter
Localized version of VRaptor's BigDecimal converter.
|
class |
LocaleBasedDoubleConverter
Localized version of VRaptor's Double converter.
|
class |
LocaleBasedFloatConverter
Localized version of VRaptor's Float converter.
|
class |
LocaleBasedPrimitiveDoubleConverter
Localized version of VRaptor's Double converter.
|
class |
LocaleBasedPrimitiveFloatConverter
Localized version of VRaptor's Float converter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMethodInfo
Holder for method being invoked and parameters being passed.
|
class |
DefaultResult
A basic implementation of a Result
|
class |
JstlLocalization
The default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IogiParametersProvider |
class |
VRaptorInstantiator |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyElementsRemoval
A component capable of removing null elements out of collections and arrays.
|
class |
OgnlFacade
Trying to hide all OGNL ugliness
|
class |
OgnlParametersProvider
Provides parameters using ognl to parse expression values into parameter
values.
|
class |
VRaptorConvertersAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadInterceptor
Intercepts methods whom return a File or an InputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsUploadMultipartInterceptor
A multipart interceptor based on Apache Commons Upload.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceControllerInterceptor<T extends HypermediaResource>
Intercepts invocations to state control's intercepted controllers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestfulSerialization
Custom serialization process provides a way to add links to your resource representations.
|
class |
RestfulSerializationJSON
Custom serialization process provides a way to add links to your resource representations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeanValidator
Implements the
BeanValidator using Bean Validation (JSR303). |
class |
DefaultValidator
The default validator implementation.
|
class |
MethodValidatorInterceptor
Validate method parameters using Bean Validation 1.1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPathResolver
The default vraptor3 path resolver uses the type and method name as
"/typeName/methodName.jsp".
|
Copyright © 2014 Caelum. All Rights Reserved.