| Name | Description | Type | Package | Framework |
| AbstractResult | An abstract result that implements all shortcut methods in theSince:3. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| AbstractValidator | | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| AcceptHeaderToFormat | | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| AcceptsConstraint | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| AcceptsNeedReturnBooleanValidationRule | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| AcceptsValidator | | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| AcceptsWithAnnotations | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| ApplicationConfiguration | Basic implementation of an application configuration. | Class | br.com.caelum.vraptor.config | VRaptor |
|
| ApplicationLogicException | When a controller or JSP throws an exception, we use this one to wrap it, so we can unwrap after it leaves the interceptor stack | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| AspectStyleInterceptorHandler | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| BeanClass | Represents a web accessible Controller class. | Interface | br.com.caelum.vraptor.controller | VRaptor |
|
| BeanValidatorContext | Create a personalized implementation for MessageInterpolator. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
|
| BigDecimalConverter | Localized version of VRaptor's BigDecimal converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| BigIntegerConverter | VRaptor's BigInteger converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| BooleanConverter | VRaptor's Boolean converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| ByteArrayDownload | | Class | br.com.caelum.vraptor.observer.download | VRaptor |
|
| ByteConverter | VRaptor's Byte converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| CacheException | | Class | br.com.caelum.vraptor.cache | VRaptor |
|
| CacheStore | | Interface | br.com.caelum.vraptor.cache | VRaptor |
|
| CalendarConverter | Locale based calendar converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| CalendarConverter | Converter for Calendar using ISO8601. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| CalendarGsonConverter | Deserialize Calendar using ISO8601 format. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| CDIBasedContainer | | Class | br.com.caelum.vraptor.ioc.cdi | VRaptor |
|
| CDIProxies | Utility class to work with CDI proxies, allowing us to get objects without weld proxies. | Class | br.com.caelum.vraptor.proxy | VRaptor |
|
| CDIRequestFactories | | Class | br.com.caelum.vraptor.ioc.cdi | VRaptor |
|
| CharacterConverter | VRaptor's Character converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| CommonsUploadMultipartObserver | A multipart observer based on Apache Commons Upload. | Class | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| Configuration | Allows you to configure extra settings related to your applicationSince:3. | Interface | br.com.caelum.vraptor.config | VRaptor |
|
| Consumes | Indicates that the controller method expects the specified MIME content-typesSince:3. | Class | br.com.caelum.vraptor | VRaptor |
|
| Container | Class responsible to get instances for components. | Interface | br.com.caelum.vraptor.ioc | VRaptor |
|
| ControllerFound | | Class | br.com.caelum.vraptor.events | VRaptor |
|
| ControllerHandler | Called when a controller is discovered, registering routes for it. | Class | br.com.caelum.vraptor.ioc | VRaptor |
|
| ControllerInstance | Wrapper for controller instanceAuthor:Alberto Souza | Interface | br.com.caelum.vraptor.controller | VRaptor |
|
| ControllerMethod | An identifier for a controller accesible web method. | Interface | br.com.caelum.vraptor.controller | VRaptor |
|
| ControllerNotFound | Event fired when a controller is not found in DefaultControllerNotFoundHandler | Class | br.com.caelum.vraptor.events | VRaptor |
|
| ControllerNotFoundException | Exception thrown when no routes matching URI are found. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| ControllerNotFoundHandler | A component capable of handling not found components. | Interface | br.com.caelum.vraptor.controller | VRaptor |
|
| ConversionException | A conversion error. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| ConversionMessage | | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| Convert | Registers a class as a converter. | Class | br.com.caelum.vraptor | VRaptor |
|
| Converter | Converts a string value to an object. | Interface | br.com.caelum.vraptor.converter | VRaptor |
|
| ConverterHandler | Called when a converter is discovered, registers it. | Class | br.com.caelum.vraptor.ioc | VRaptor |
|
| Converters | Represents a collection of converters. | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| CustomAcceptsExecutor | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| CustomAcceptsVerifier | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| CustomAndInternalAcceptsValidationRule | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| DateConverter | Locale based date converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| DateGsonConverter | Deserialize Date using ISO8601 format. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| DefaultAcceptHeaderToFormat | The default AcceptHeaderToFormat implementation searches for registered mime types. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultBeanClass | | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| DefaultCacheStore | | Class | br.com.caelum.vraptor.cache | VRaptor |
|
| DefaultControllerInstance | | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| DefaultControllerMethod | | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| DefaultControllerNotFoundHandler | Default 404 component. | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| DefaultControllerTranslator | Basic url to controller method translator. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| DefaultConverters | | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultDeserializers | A set of deserializers. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| DefaultEnvironment | A default Environment based on EnvironmentType. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| DefaultExceptionMapper | Default implementation of ExceptionMapper. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultFormatResolver | Default implementation for FormatResolver. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| DefaultHttpResult | | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultInterceptorHandlerFactory | | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultInterceptorStack | Default implementation of an InterceptorStackAuthor:guilherme silveira, mariofts | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultLogicResult | The default implementation of LogicResult. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultMethodNotAllowedHandler | Default implementation which sets the header and send an error response. | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| DefaultMultipartConfig | Default implementation for MultipartConfig. | Class | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| DefaultPageResult | Default page result implementation. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultParametersControl | Default implementation of parameters control on uris. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| DefaultPathResolver | The default vraptor3 path resolver uses the type and method name as "/typeName/methodName. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultRefererResult | | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultRepresentationResult | Default implementation for RepresentationResult that uses request Accept format to decide which representation will be used | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| DefaultResult | A basic implementation of a ResultAuthor:guilherme silveira | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultRouteBuilder | Should be used in one of two ways, either configure the type and invoke the method or pass the method (java reflection) object. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| DefaultRouter | The default implementation of controller localization rules. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| DefaultSimpleInterceptorStack | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| DefaultStaticContentHandler | Handles default content if the request corresponds to static content. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| DefaultStatus | Allows header related results. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultTypeFinder | Discover parameter typesAuthor:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| DefaultTypeNameExtractor | Default implementation for TypeNameExtractor. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| DefaultUploadedFile | Default implementation for UploadedFile. | Class | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| DefaultValidationException | Default implementation of a ValidationException. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| DefaultValidationViewsFactory | Default implementation for ValidationViewsFactory If you want to extend this behavior use: | Class | br.com.caelum.vraptor.view | VRaptor |
|
| DefaultValidator | The default validator implementation. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| Delete | Supports the DELETE http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| Deserializer | Deserializes request body according to a given content type. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| Deserializers | | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| Deserializes | Indicates that annotated class will deserialize specified content typesSince:3. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| DeserializesHandler | Handles classes annotated with Deserializes. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| DeserializingObserver | Important: this class must observe MethodReady because it is fired just before ExecuteMethod execution | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| DoubleConverter | Localized version of VRaptor's Double converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| Download | | Interface | br.com.caelum.vraptor.observer.download | VRaptor |
|
| DownloadObserver | Observer that return a File or an InputStream when method return type is a download type. | Class | br.com.caelum.vraptor.observer.download | VRaptor |
|
| DownloadView | A view implementation that writes a download into response. | Class | br.com.caelum.vraptor.observer.download | VRaptor |
|
| EmptyBundle | Representing an empty resource bundle. | Class | br.com.caelum.vraptor.util | VRaptor |
|
| EmptyResult | | Class | br.com.caelum.vraptor.view | VRaptor |
|
| EncodingHandler | EncodingHandler that uses Encoding from web. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| EnumConverter | Accepts either the ordinal value or name. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| Environment | An environment has a set of key/value properties to be used within your applicationAuthor:Alexandre Atoji, Guilherme Silveira | Interface | br.com.caelum.vraptor.environment | VRaptor |
|
| EnvironmentPropertyProducer | A producer that allows us to inject environment properties. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| EnvironmentType | An class to represent usual Environment typesSince:4. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| ErrorList | Class that represents an error list. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| Evaluator | | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| ExceptionHandlerInterceptor | Intercept all requests to handling uncaught exceptions. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| ExceptionMapper | Store the exception mapping for exception handling. | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| ExceptionRecorder | Create proxies to store state of exception mapping. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| Exclusions | | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| ExecuteMethod | Interceptor that executes the logic method. | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| FileDownload | Reads bytes from a file into the result. | Class | br.com.caelum.vraptor.observer.download | VRaptor |
|
| FixedMethodStrategy | A route strategy which invokes a fixed type's method. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| FlashInterceptor | Interceptor that handles flash scope. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| FlashScope | Component responsible to allow redirects with the same passed parametersSince:3. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| FloatConverter | Localized version of VRaptor's Float converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| FormatResolver | Decides which format the request accepts. | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| FormDeserializer | | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| ForwardToDefaultView | Observes MethodExecuted event, and forwards to the default view if no view was rendered so far. | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| Get | Supports the GET http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| Graph | A set that orders interceptors topologically based on before and after from InterceptsSince:3. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| GsonBuilderWrapper | Builder Wrapper for JSON using GSON. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GsonDeserialization | A GSON deserializer. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GsonJSONPSerialization | Gson implementation for JSONPSerializationSince:4. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GsonJSONSerialization | Gson implementation for JSONSerializationAuthor:Renan Reis, Guilherme Mangabeira | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GsonSerializer | A SerializerBuilder based on Gson. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GsonSerializerBuilder | | Interface | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| GuavaServiceProducer | Class to avoid erros when using in CDI environments. | Class | br.com.caelum.vraptor.others | VRaptor |
|
| HeaderParam | Inject an HTTP header into a method parameter. | Class | br.com.caelum.vraptor | VRaptor |
|
| HTMLSerialization | delegates the serialization for the default viewSince:3. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| HttpMethod | | Class | br.com.caelum.vraptor.controller | VRaptor |
|
| HttpResult | A view that deals with HTTP protocol, sending status and error codes and adding headers. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| I18nMessage | In this Message implementation, the message is i18n'ed while the category is literal. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| I18nMessageSerialization | Basic i18n messsage json serialization alias. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| I18nParam | Represents a lazy i18n parameter I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| IgnoringSerializer | Doesn't serialize anythingSince:3. | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| IllegalRouteException | Illegal routes might be created under different situations. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| InputStreamDownload | Handles download by reading from a input stream byte by byte. | Class | br.com.caelum.vraptor.observer.download | VRaptor |
|
| InstantiateObserver | Instantiates the current instance of controller class. | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| InstantiatorWithErrors | | Interface | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| IntegerConverter | VRaptor's Integer converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| InterceptionException | | Class | br.com.caelum.vraptor | VRaptor |
|
| Interceptor | Whenever an interceptor accepts a controller method, its intercept method is invoked to intercept the process of request parsing in order to allow the | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| InterceptorAcceptsExecutor | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| InterceptorExecutor | Simple executor for interceptor methods containing annotations: BeforeCall, AroundCall or AfterCall | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| InterceptorHandler | An interceptor handler is a wrapper to either an interceptor instance or a interceptor definition. | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| InterceptorHandlerFactory | Factory for InterceptorHandlersSince:3. | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| InterceptorMethodParametersResolver | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| InterceptorRegistry | | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| InterceptorsExecuted | Event fired just after of all InterceptorStack executionAuthor:Rodrigo Turini, Victor Harada | Class | br.com.caelum.vraptor.events | VRaptor |
|
| InterceptorsReady | Event fired by RequestHandlerObserver just after start InterceptorStack execution | Class | br.com.caelum.vraptor.events | VRaptor |
|
| InterceptorStack | The interceptors stack. | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| InterceptorStackHandlersCache | Cache all instances of InterceptorHandler when application starts. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| InterceptorStereotypeHandler | Called when a interceptor is discovered, registers it. | Class | br.com.caelum.vraptor.ioc | VRaptor |
|
| InterceptorValidator | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| Intercepts | Notifies vraptor to use this interceptor in the interceptor stack. | Class | br.com.caelum.vraptor | VRaptor |
|
| InvalidParameterException | Some parameters sent by http were invalid. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| Invocation | | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| IogiParametersProvider | | Class | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| JavaEvaluator | Evaluates expressions in order to access values. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| JavassistProxifier | Javassist implementation for Proxifier. | Class | br.com.caelum.vraptor.proxy | VRaptor |
|
| JSONPSerialization | Basic jsonp serialization support using the Json Builder. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| JSONSerialization | Basic json serialization support using a Json SerializerBuilder. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| JstlLocalization | The default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| LinkToHandler | View helper for generating urisSince:3. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| LoggerFactory | Produces an instance of Logger. | Class | br.com.caelum.vraptor.others | VRaptor |
|
| LogicResult | Logic result allows logics to redirect to another logic by invoking the method itself, in a very typesafe way. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| LongConverter | VRaptor's Long converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| LRU | Used to mark an cache implementation as LRUCache. | Class | br.com.caelum.vraptor.cache | VRaptor |
|
| LRUCacheFactory | | Class | br.com.caelum.vraptor.cache | VRaptor |
|
| LRUCacheStore | A LRU cache based on LinkedHashMap. | Class | br.com.caelum.vraptor.cache | VRaptor |
|
| Message | | Interface | br.com.caelum.vraptor.validator | VRaptor |
|
| MessageConverter | Converter for normalizing Message serializationSince:3. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| MessageGsonConverter | Serializes Message object. | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| MessageInterpolatorFactory | Factory for MessageInterpolator. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
|
| MethodExecuted | Event fired by ExecuteMethod when it has fully completed it's execution. | Class | br.com.caelum.vraptor.events | VRaptor |
|
| MethodInfo | Holder for method being invoked and parameters being passed. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| MethodInvocation | Callback for method invocations on proxies. | Interface | br.com.caelum.vraptor.proxy | VRaptor |
|
| MethodNotAllowedException | Exception thrown when no routes matching given URI allow given HTTP method. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| MethodNotAllowedHandler | Handler for Method Not Allowed Http Status (405). | Interface | br.com.caelum.vraptor.controller | VRaptor |
|
| MethodReady | Event fired by ExecuteMethod just before its execution. | Class | br.com.caelum.vraptor.events | VRaptor |
|
| MethodValidator | Validate method parameters using Bean Validation. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
|
| MockedLogic | | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockHttpResult | A mocked Result for testing the http body, content type and character encoding. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockHttpServletResponse | A simple mock for HttpServletResponse. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockInstanceImpl | Fake implementation for Instance to test injection with list of elements. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockResourceBundle | Mocked resource bundle that only returns the own key. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockResult | A mocked Result for testing your controllers. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockSerializationResult | A mocked Result for testing your serialized objects returns. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MockValidator | Mocked Validator for testing your controllers. | Class | br.com.caelum.vraptor.util.test | VRaptor |
|
| MultipartConfig | Basic multi part interceptor configuration. | Interface | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| MutableRequest | A request capable of receiving extra parameters. | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| MutableResponse | A response that can add listeners to RedirectsAuthor:Lucas Cavalcanti, Caires Vinicius, Adriano Almeida | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| NoInterceptMethodsValidationRule | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| NoRootSerialization | Creates a serializer of a given format with out ROOT alias. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| NoStackParamValidationRule | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| NoStrategy | A route strategy which is basically invalid in order to force users to not forget to decide a route strategy. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| NoTypeFinder | | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| NullConverter | | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| NullEnvironment | Environment implementation that doesn't' anything. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| NullMultipartObserver | This observer will warn a message in console when no commons-fileupload was found in classpath and application try to upload any files. | Class | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| Options | Supports the OPTIONS http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| Outjector | This class is responsible for outjecting request parameter to the next request. | Interface | br.com.caelum.vraptor.validator | VRaptor |
|
| OutjectResult | Outjects the result of the method invocation to the desired resultAuthor:guilherme silveira, Rodrigo Turini | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| PackagesAcceptor | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| PageResult | A common forward/redirect/include page result. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| Parameter | Class that represents a method or constructor parameter. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| ParameterIncluder | Includes all the parameters on the view of a method annotated with IncludeParameters annotation | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| ParameterNameProvider | Provides all parameter names for an specific java method. | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| ParametersControl | | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| ParametersInstantiator | An observer which instantiates parameters and provide them to the request. | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| ParametersProvider | Provides all parameters required to invoke an specific java method. | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| ParanamerNameProvider | Paranamer implementation for ParameterNameProvider, that reads parameter info using Named annotation on each parameter, or read bytecode to find parameter information, in this order. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| Patch | Supports the PATCH http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| Path | Sets a custom path to allow web requisitions to access this controller. | Class | br.com.caelum.vraptor | VRaptor |
|
| PathAnnotationRoutesParser | The default parser routes creator uses the path annotation to create rules. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| PathResolver | Decides the url to forward after a request was executed. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| Post | Supports the POST http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| PrimitiveBooleanConverter | VRaptor's primitive boolean converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveByteConverter | VRaptor's primitive byte converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveCharConverter | VRaptor's primitive char converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveDoubleConverter | Localized version of VRaptor's Double converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveFloatConverter | Localized version of VRaptor's Float converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveIntConverter | VRaptor's primitive int converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveLongConverter | VRaptor's primitive long converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PrimitiveShortConverter | VRaptor's primitive short converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| PriorityRoutesList | Order Routes by priorityAuthor:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| Property | A Qualifier to help injection of Environment propertiesSince:4. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| Proxifier | Return true if the object is a proxy, false otherwise. | Interface | br.com.caelum.vraptor.proxy | VRaptor |
|
| ProxyCreationException | Thrown when proxy creation fails. | Class | br.com.caelum.vraptor.proxy | VRaptor |
|
| ProxyInvocationException | Thrown when proxy invocation fails. | Class | br.com.caelum.vraptor.proxy | VRaptor |
|
| Put | Supports the PUT http method. | Class | br.com.caelum.vraptor | VRaptor |
|
| RefererResult | Redirects or forwards to the Referer. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| RegisterStrategy | Defines strategies for registering custom serialization or deserialization inOptional Element Summary | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| RegisterType | Defines strategies for registering custom serialization or deserialization inEnum Constant Summary | Class | br.com.caelum.vraptor.serialization.gson | VRaptor |
|
| ReplicatorOutjector | Outjector implementation that replicates logic parameters to next logicSince:3. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| RepresentationResult | Chooses a serializer to serialize an object. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| RequestHandlerObserver | Looks up the ControllerMethod for a specific request and start InterceptorStack if it was found, otherwise delegates for the 404 component. | Class | br.com.caelum.vraptor.observer | VRaptor |
|
| RequestStarted | Simple wrapper for request, response and servlet context. | Interface | br.com.caelum.vraptor.events | VRaptor |
|
| RequestStartedFactory | Simple factory for request started event production. | Class | br.com.caelum.vraptor.ioc | VRaptor |
|
| RequestSucceded | | Class | br.com.caelum.vraptor.events | VRaptor |
|
| Result | A controller requisition result. | Interface | br.com.caelum.vraptor | VRaptor |
|
| ResultException | | Class | br.com.caelum.vraptor.view | VRaptor |
|
| Results | Some common results for most web based logics. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| Route | An specific route rule. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| RouteBuilder | | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| RouteBuilder .ParameterControlBuilder | | Interface | br.com.caelum.vraptor.http.route.RouteBuilder | VRaptor |
|
| RouteNotFoundException | A route was not found for the specified parameters. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| Router | Handles different rules in order to translate urls into Controller methods. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| RoutesParser | Extracts all possible routes for this specific controller. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| Rules | Rules for controller localization. | Class | br.com.caelum.vraptor.http.route | VRaptor |
|
| SafeResourceBundle | A Resource bundle that doesn't throw exception when there is no resource of given key. | Class | br.com.caelum.vraptor.util | VRaptor |
|
| Serialization | Creates a serializer of a given format. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| Serializee | | Class | br.com.caelum.vraptor.serialization | VRaptor |
|
| Serializer | Serializes given object, including and excluding fields. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| SerializerBuilder | SerializerBuilder used on internal API to build a Serializer object. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| ServletBasedEnvironment | A default Environment implementation which loads the environment file based on VRAPTOR_ENV system property or br. | Class | br.com.caelum.vraptor.environment | VRaptor |
|
| ServletContextFactory | | Class | br.com.caelum.vraptor.ioc.cdi | VRaptor |
|
| SessionFlashScope | FlashScope that uses the HttpSession to hold the dataSince:3. | Class | br.com.caelum.vraptor.view | VRaptor |
|
| SetInstantiator | An instantiator that supports Sets. | Class | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| Severity | | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| ShortConverter | VRaptor's Short converter. | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| SignatureAcceptor | | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| SimpleInterceptorStack | Just a easier way to interact with InterceptorStack. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| SimpleMessage | A simple validation message. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| StaticContentHandler | Handles the content if the request corresponds to static content (like images, CSS, JS and so on). | Interface | br.com.caelum.vraptor.core | VRaptor |
|
| Status | Allows status + header related results. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| StepInvoker | | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| StereotypesRegistry | | Class | br.com.caelum.vraptor.ioc.cdi | VRaptor |
|
| StringConverter | | Class | br.com.caelum.vraptor.converter | VRaptor |
|
| StringUtils | Utility methods to handle stringsAuthor:Lucas Cavalcanti | Class | br.com.caelum.vraptor.util | VRaptor |
|
| SuperMethod | Defines calls to the overriden original method. | Interface | br.com.caelum.vraptor.proxy | VRaptor |
|
| ToInstantiateInterceptorHandler | Instantiates the interceptor on the fly and executes its method. | Class | br.com.caelum.vraptor.core | VRaptor |
|
| TopologicalSortedInterceptorRegistry | An interceptor registry that sorts interceptors based on their before and after conditionsSince:3. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| TwoWayConverter | A converter that also converts an object to a safe string. | Interface | br.com.caelum.vraptor | VRaptor |
|
| TypeFinder | Discover Types from parameter pathsAuthor:Lucas Cavalcanti | Interface | br.com.caelum.vraptor.http.route | VRaptor |
|
| TypeNameExtractor | Component that Extract the name of a generic type. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| UploadedFile | An interface which represents the information of an uploaded file. | Interface | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| UploadedFileConverter | A converter capable of setting UploadedFiles based on files parsed by the multipart interceptor. | Class | br.com.caelum.vraptor.observer.upload | VRaptor |
|
| UrlToControllerTranslator | Translates requests into controller methods. | Interface | br.com.caelum.vraptor.http | VRaptor |
|
| ValidationException | A marked annotation to indicate that a certain exception class should be used as a Validation Exception by VRaptor Validator. | Class | br.com.caelum.vraptor.validator.annotation | VRaptor |
|
| ValidationException | If some validation error occur, its encapsulated within an instance of ValidationException, which is then throw and parsed. | Class | br.com.caelum.vraptor.validator | VRaptor |
|
| ValidationRule | A validation rule interface for new interceptors. | Interface | br.com.caelum.vraptor.interceptor | VRaptor |
|
| ValidationViewsFactory | Component responsible for instantiating corresponding validation form of given view. | Interface | br.com.caelum.vraptor.view | VRaptor |
|
| Validator | A validator interface for VRaptor. | Interface | br.com.caelum.vraptor.validator | VRaptor |
|
| ValuedParameter | Represents a parameter with value. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| VRaptor | VRaptor entry point. | Class | br.com.caelum.vraptor | VRaptor |
|
| VRaptorClassMapper | | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| VRaptorDependencyProvider | an adapter for IOGI's dependency provider based on VRaptor's containerSince:Author:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| VRaptorException | The base Exception type for VRaptor. | Class | br.com.caelum.vraptor | VRaptor |
|
| VRaptorInitialized | | Class | br.com.caelum.vraptor.events | VRaptor |
|
| VRaptorInstantiator | | Class | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| VRaptorParameterNamesProvider | An adapter for iogi's parameterNamesProviderSince:Author:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.iogi | VRaptor |
|
| VRaptorRequest | A request capable of adding new parameters. | Class | br.com.caelum.vraptor.http | VRaptor |
|
| VRaptorRequestStarted | Simple wrapper for request, response and servlet context. | Class | br.com.caelum.vraptor.events | VRaptor |
|
| VRaptorResponse | Default implementation of MutableResponseAuthor:Lucas Cavalcanti, Caires Vinicius, Adriano Almeida | Class | br.com.caelum.vraptor.http | VRaptor |
|
| VRaptorXStream | | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| WithAnnotationAcceptor | Verify if certain annotations are presents in class or method. | Class | br.com.caelum.vraptor.interceptor | VRaptor |
|
| XMLSerialization | Basic xml serialization support using a xml BasicSerializer. | Interface | br.com.caelum.vraptor.serialization | VRaptor |
|
| XStreamBuilder | Interface that defines needed methods to create a configured XStream instanceSince:3. | Interface | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| XStreamBuilderImpl | | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| XStreamConverters | Component used to scan all XStream convertersSince:3. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| XStreamSerializer | A SerializerBuilder based on XStreamSince:3. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| XStreamXMLDeserializer | XStream based Xml DeserializerSince:3. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |
|
| XStreamXMLSerialization | XStream implementation for XmlSerializationSince:3. | Class | br.com.caelum.vraptor.serialization.xstream | VRaptor |