| Name | Description | Type | Package | Framework |
| AbstractResult | An abstract result that implements all shortcut methods in theSince:3. | Class | br.com.caelum.vraptor.core | VRaptor |
| Converters | Represents a collection of converters. | Interface | br.com.caelum.vraptor.core | VRaptor |
| DefaultConverters | Class | br.com.caelum.vraptor.core | VRaptor | |
| DefaultExceptionMapper | Default implementation of ExceptionMapper. | Class | br.com.caelum.vraptor.core | 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 |
| DefaultResult | A basic implementation of a ResultAuthor:guilherme silveira | Class | br.com.caelum.vraptor.core | VRaptor |
| DefaultStaticContentHandler | Handles default content if the request corresponds to static content. | Class | br.com.caelum.vraptor.core | 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 |
| 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 |
| 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 |
| 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 |
| MethodInfo | Holder for method being invoked and parameters being passed. | Class | br.com.caelum.vraptor.core | 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 |
| ToInstantiateInterceptorHandler | Instantiates the interceptor on the fly and executes its method. | Class | br.com.caelum.vraptor.core | VRaptor |