JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
br.com.caelum.vraptor
,
br.com.caelum.vraptor.config
,
br.com.caelum.vraptor.converter
,
br.com.caelum.vraptor.converter.jodatime
,
br.com.caelum.vraptor.converter.l10n
,
br.com.caelum.vraptor.core
,
br.com.caelum.vraptor.deserialization
,
br.com.caelum.vraptor.deserialization.gson
,
br.com.caelum.vraptor.http
,
br.com.caelum.vraptor.http.iogi
,
br.com.caelum.vraptor.http.ognl
,
br.com.caelum.vraptor.http.route
,
br.com.caelum.vraptor.interceptor
,
br.com.caelum.vraptor.interceptor.download
,
br.com.caelum.vraptor.interceptor.multipart
,
br.com.caelum.vraptor.ioc
,
br.com.caelum.vraptor.ioc.guice
,
br.com.caelum.vraptor.ioc.pico
,
br.com.caelum.vraptor.ioc.spring
,
br.com.caelum.vraptor.proxy
,
br.com.caelum.vraptor.resource
,
br.com.caelum.vraptor.restfulie
,
br.com.caelum.vraptor.restfulie.controller
,
br.com.caelum.vraptor.restfulie.headers
,
br.com.caelum.vraptor.restfulie.hypermedia
,
br.com.caelum.vraptor.restfulie.relation
,
br.com.caelum.vraptor.restfulie.resource
,
br.com.caelum.vraptor.restfulie.serialization
,
br.com.caelum.vraptor.scan
,
br.com.caelum.vraptor.serialization
,
br.com.caelum.vraptor.serialization.gson
,
br.com.caelum.vraptor.serialization.gson.adapters
,
br.com.caelum.vraptor.serialization.iso8601.gson
,
br.com.caelum.vraptor.serialization.xstream
,
br.com.caelum.vraptor.util
,
br.com.caelum.vraptor.util.collections
,
br.com.caelum.vraptor.util.extjs
,
br.com.caelum.vraptor.util.test
,
br.com.caelum.vraptor.validator
,
br.com.caelum.vraptor.validator.annotation
,
br.com.caelum.vraptor.view
,
org.hamcrest
Class Hierarchy
java.lang.
Object
org.picocontainer.adapters.AbstractAdapter<T> (implements org.picocontainer.ComponentAdapter<T>, org.picocontainer.ComponentMonitorStrategy, java.io.
Serializable
)
br.com.caelum.vraptor.ioc.pico.
PicoComponentAdapter
br.com.caelum.vraptor.ioc.
AbstractComponentRegistry
(implements br.com.caelum.vraptor.
ComponentRegistry
)
br.com.caelum.vraptor.ioc.pico.
PicoComponentRegistry
br.com.caelum.vraptor.ioc.spring.
SpringBasedContainer
(implements br.com.caelum.vraptor.ioc.
Container
)
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
java.util.
LinkedHashMap
<K,V> (implements java.util.
Map
<K,V>)
br.com.caelum.vraptor.util.
LRUCache
<K,V>
com.google.inject.AbstractModule (implements com.google.inject.Module)
br.com.caelum.vraptor.ioc.guice.
VRaptorAbstractModule
br.com.caelum.vraptor.core.
AbstractResult
(implements br.com.caelum.vraptor.
Result
)
br.com.caelum.vraptor.core.
DefaultResult
br.com.caelum.vraptor.util.test.
MockResult
br.com.caelum.vraptor.util.test.
MockHttpResult
br.com.caelum.vraptor.util.test.
MockSerializationResult
br.com.caelum.vraptor.ioc.guice.
AbstractScope
(implements com.google.inject.Scope)
br.com.caelum.vraptor.ioc.guice.
RequestCustomScope
(implements br.com.caelum.vraptor.ioc.guice.
LifecycleScope
)
br.com.caelum.vraptor.ioc.guice.
SessionCustomScope
(implements br.com.caelum.vraptor.ioc.guice.
LifecycleScope
)
br.com.caelum.vraptor.validator.
AbstractValidator
(implements br.com.caelum.vraptor.
Validator
)
br.com.caelum.vraptor.validator.
DefaultValidator
br.com.caelum.vraptor.util.test.
MockValidator
br.com.caelum.vraptor.util.test.
JSR303MockValidator
br.com.caelum.vraptor.config.
ApplicationConfiguration
(implements br.com.caelum.vraptor.config.
Configuration
)
br.com.caelum.vraptor.ioc.guice.
ApplicationCustomScope
(implements br.com.caelum.vraptor.ioc.guice.
LifecycleScope
)
br.com.caelum.vraptor.core.
BaseComponents
org.hamcrest.BaseDescription (implements org.hamcrest.Description)
org.hamcrest.
ResourceBundleDescription
br.com.caelum.vraptor.config.
BasicConfiguration
br.com.caelum.vraptor.converter.
BigDecimalConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
BigIntegerConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
BooleanConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.interceptor.download.
ByteArrayDownload
(implements br.com.caelum.vraptor.interceptor.download.
Download
)
br.com.caelum.vraptor.converter.
ByteConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.serialization.gson.adapters.
CalendarDeserializer
(implements com.google.gson.JsonDeserializer<T>)
br.com.caelum.vraptor.serialization.iso8601.gson.
CalendarISO8601Deserializer
(implements com.google.gson.JsonDeserializer<T>)
br.com.caelum.vraptor.serialization.iso8601.gson.
CalendarISO8601Serializer
(implements com.google.gson.JsonSerializer<T>)
br.com.caelum.vraptor.serialization.gson.adapters.
CalendarSerializer
(implements com.google.gson.JsonSerializer<T>)
br.com.caelum.vraptor.converter.
CharacterConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.interceptor.multipart.
CommonsUploadMultipartInterceptor
(implements br.com.caelum.vraptor.interceptor.multipart.
MultipartInterceptor
)
br.com.caelum.vraptor.ioc.spring.
ComponentFactoryBean
<T> (implements org.springframework.beans.factory.FactoryBean<T>)
br.com.caelum.vraptor.ioc.
ComponentFactoryIntrospector
br.com.caelum.vraptor.ioc.
ConverterHandler
(implements br.com.caelum.vraptor.ioc.
StereotypeHandler
)
br.com.caelum.vraptor.serialization.iso8601.gson.
DateISO8601Deserializer
(implements com.google.gson.JsonDeserializer<T>)
br.com.caelum.vraptor.serialization.iso8601.gson.
DateISO8601Serializer
(implements com.google.gson.JsonSerializer<T>)
br.com.caelum.vraptor.converter.jodatime.
DateMidnightConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.jodatime.
DateTimeConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.view.
DefaultAcceptHeaderToFormat
(implements br.com.caelum.vraptor.view.
AcceptHeaderToFormat
)
br.com.caelum.vraptor.validator.
DefaultBeanValidator
(implements br.com.caelum.vraptor.validator.
BeanValidator
)
br.com.caelum.vraptor.ioc.pico.
DefaultComponentFactoryRegistry
(implements br.com.caelum.vraptor.ioc.pico.
ComponentFactoryRegistry
)
br.com.caelum.vraptor.restfulie.hypermedia.
DefaultConfigurableHypermediaResource
(implements br.com.caelum.vraptor.restfulie.hypermedia.
ConfigurableHypermediaResource
)
br.com.caelum.vraptor.core.
DefaultConverters
(implements br.com.caelum.vraptor.core.
Converters
)
br.com.caelum.vraptor.deserialization.
DefaultDeserializers
(implements br.com.caelum.vraptor.deserialization.
Deserializers
)
br.com.caelum.vraptor.core.
DefaultExceptionMapper
(implements br.com.caelum.vraptor.core.
ExceptionMapper
)
br.com.caelum.vraptor.util.extjs.
DefaultExtJson
(implements br.com.caelum.vraptor.util.extjs.
ExtJSJson
)
br.com.caelum.vraptor.http.
DefaultFormatResolver
(implements br.com.caelum.vraptor.http.
FormatResolver
)
br.com.caelum.vraptor.view.
DefaultHttpResult
(implements br.com.caelum.vraptor.view.
HttpResult
)
br.com.caelum.vraptor.core.
DefaultInterceptorHandlerFactory
(implements br.com.caelum.vraptor.core.
InterceptorHandlerFactory
)
br.com.caelum.vraptor.interceptor.
DefaultInterceptorRegistry
(implements br.com.caelum.vraptor.interceptor.
InterceptorRegistry
)
br.com.caelum.vraptor.core.
DefaultInterceptorStack
(implements br.com.caelum.vraptor.core.
InterceptorStack
)
br.com.caelum.vraptor.deserialization.gson.
DefaultJsonDeserializers
(implements br.com.caelum.vraptor.deserialization.gson.
JsonDeserializers
)
br.com.caelum.vraptor.serialization.gson.
DefaultJsonSerializers
(implements br.com.caelum.vraptor.serialization.gson.
JsonSerializers
)
br.com.caelum.vraptor.view.
DefaultLogicResult
(implements br.com.caelum.vraptor.view.
LogicResult
)
br.com.caelum.vraptor.core.
DefaultMethodInfo
(implements br.com.caelum.vraptor.core.
MethodInfo
)
br.com.caelum.vraptor.resource.
DefaultMethodNotAllowedHandler
(implements br.com.caelum.vraptor.resource.
MethodNotAllowedHandler
)
br.com.caelum.vraptor.interceptor.multipart.
DefaultMultipartConfig
(implements br.com.caelum.vraptor.interceptor.multipart.
MultipartConfig
)
br.com.caelum.vraptor.view.
DefaultPageResult
(implements br.com.caelum.vraptor.view.
PageResult
)
br.com.caelum.vraptor.http.
DefaultParameterNameProvider
(implements br.com.caelum.vraptor.http.
ParameterNameProvider
)
br.com.caelum.vraptor.http.route.
DefaultParametersControl
(implements br.com.caelum.vraptor.http.route.
ParametersControl
)
br.com.caelum.vraptor.view.
DefaultPathResolver
(implements br.com.caelum.vraptor.view.
PathResolver
)
br.com.caelum.vraptor.view.
DefaultRefererResult
(implements br.com.caelum.vraptor.view.
RefererResult
)
br.com.caelum.vraptor.restfulie.relation.
DefaultRelationBuilder
(implements br.com.caelum.vraptor.restfulie.relation.
RelationBuilder
)
br.com.caelum.vraptor.serialization.
DefaultRepresentationResult
(implements br.com.caelum.vraptor.serialization.
RepresentationResult
)
br.com.caelum.vraptor.resource.
DefaultResourceClass
(implements br.com.caelum.vraptor.resource.
ResourceClass
)
br.com.caelum.vraptor.resource.
DefaultResourceMethod
(implements br.com.caelum.vraptor.resource.
ResourceMethod
)
br.com.caelum.vraptor.resource.
DefaultResourceNotFoundHandler
(implements br.com.caelum.vraptor.resource.
ResourceNotFoundHandler
)
br.com.caelum.vraptor.http.
DefaultResourceTranslator
(implements br.com.caelum.vraptor.http.
UrlToResourceTranslator
)
br.com.caelum.vraptor.restfulie.headers.
DefaultRestDefaults
(implements br.com.caelum.vraptor.restfulie.headers.
RestDefaults
)
br.com.caelum.vraptor.restfulie.
DefaultRestfulie
(implements br.com.caelum.vraptor.restfulie.
Restfulie
)
br.com.caelum.vraptor.restfulie.headers.
DefaultRestHeadersHandler
(implements br.com.caelum.vraptor.restfulie.
RestHeadersHandler
)
br.com.caelum.vraptor.http.route.
DefaultRouteBuilder
(implements br.com.caelum.vraptor.http.route.
RouteBuilder
)
br.com.caelum.vraptor.http.route.
DefaultRouteBuilder.DefaultParameterControlBuilder
(implements br.com.caelum.vraptor.http.route.
RouteBuilder.ParameterControlBuilder
)
br.com.caelum.vraptor.http.route.
DefaultRouter
(implements br.com.caelum.vraptor.http.route.
Router
)
br.com.caelum.vraptor.core.
DefaultRoutes
(implements br.com.caelum.vraptor.core.
Routes
)
br.com.caelum.vraptor.interceptor.multipart.
DefaultServletFileUploadCreator
(implements br.com.caelum.vraptor.interceptor.multipart.
ServletFileUploadCreator
)
br.com.caelum.vraptor.ioc.spring.
DefaultSpringLocator
(implements br.com.caelum.vraptor.ioc.spring.
SpringLocator
)
br.com.caelum.vraptor.core.
DefaultStaticContentHandler
(implements br.com.caelum.vraptor.core.
StaticContentHandler
)
br.com.caelum.vraptor.view.
DefaultStatus
(implements br.com.caelum.vraptor.view.
Status
)
br.com.caelum.vraptor.http.route.
DefaultTypeFinder
(implements br.com.caelum.vraptor.http.route.
TypeFinder
)
br.com.caelum.vraptor.interceptor.
DefaultTypeNameExtractor
(implements br.com.caelum.vraptor.interceptor.
TypeNameExtractor
)
br.com.caelum.vraptor.interceptor.multipart.
DefaultUploadedFile
(implements br.com.caelum.vraptor.interceptor.multipart.
UploadedFile
)
br.com.caelum.vraptor.view.
DefaultValidationViewsFactory
(implements br.com.caelum.vraptor.view.
ValidationViewsFactory
)
br.com.caelum.vraptor.serialization.
DefaultXMLConfiguration
(implements br.com.caelum.vraptor.serialization.
XMLConfiguration
)
br.com.caelum.vraptor.deserialization.
DeserializesHandler
(implements br.com.caelum.vraptor.ioc.
StereotypeHandler
)
br.com.caelum.vraptor.interceptor.
DeserializingInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.validator.
DIConstraintValidatorFactory
(implements javax.validation.ConstraintValidatorFactory)
br.com.caelum.vraptor.converter.
DoubleConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.interceptor.download.
DownloadInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.scan.
DynamicWebAppBootstrap
(implements br.com.caelum.vraptor.scan.
WebAppBootstrap
)
br.com.caelum.vraptor.http.ognl.
EmptyElementsRemoval
br.com.caelum.vraptor.view.
EmptyResult
(implements br.com.caelum.vraptor.
View
)
br.com.caelum.vraptor.http.
EncodingHandlerFactory
(implements br.com.caelum.vraptor.ioc.
ComponentFactory
<T>)
br.com.caelum.vraptor.core.
EnhancedRequestExecution
(implements br.com.caelum.vraptor.core.
RequestExecution
)
br.com.caelum.vraptor.converter.
EnumConverter
<T> (implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.interceptor.
ExceptionHandlerInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.core.
ExceptionRecorder
<T> (implements br.com.caelum.vraptor.proxy.
MethodInvocation
<T>)
br.com.caelum.vraptor.serialization.gson.
Exclusions
(implements com.google.gson.ExclusionStrategy)
br.com.caelum.vraptor.interceptor.
ExecuteMethodInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.util.
FallbackEnumeration
(implements java.util.
Enumeration
<E>)
br.com.caelum.vraptor.interceptor.download.
FileDownload
(implements br.com.caelum.vraptor.interceptor.download.
Download
)
br.com.caelum.vraptor.http.route.
FixedMethodStrategy
(implements br.com.caelum.vraptor.http.route.
Route
)
br.com.caelum.vraptor.interceptor.
FlashInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.converter.
FloatConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.deserialization.
FormDeserializer
(implements br.com.caelum.vraptor.deserialization.
Deserializer
)
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<K,V> (implements java.util.
Map
<K,V>)
br.com.caelum.vraptor.view.
LinkToHandler
br.com.caelum.vraptor.interceptor.
ForwardToDefaultViewInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.util.collections.
Functions
br.com.caelum.vraptor.http.ognl.
GenericNullHandler
(implements br.com.caelum.vraptor.http.ognl.
NullHandler
)
br.com.caelum.vraptor.interceptor.
Graph
<E>
br.com.caelum.vraptor.deserialization.gson.
GsonDeserialization
(implements br.com.caelum.vraptor.deserialization.
Deserializer
)
br.com.caelum.vraptor.serialization.gson.
GsonJSONSerialization
(implements br.com.caelum.vraptor.serialization.
JSONSerialization
)
br.com.caelum.vraptor.serialization.gson.
GsonSerializer
(implements br.com.caelum.vraptor.serialization.
SerializerBuilder
)
br.com.caelum.vraptor.ioc.guice.
GuiceComponentRegistry
(implements br.com.caelum.vraptor.
ComponentRegistry
)
br.com.caelum.vraptor.ioc.guice.
GuiceProvider
(implements br.com.caelum.vraptor.ioc.
ContainerProvider
)
br.com.caelum.vraptor.serialization.
HibernateProxyInitializer
(implements br.com.caelum.vraptor.serialization.
ProxyInitializer
)
br.com.caelum.vraptor.serialization.gson.adapters.
HibernateProxySerializer
(implements com.google.gson.JsonSerializer<T>)
br.com.caelum.vraptor.serialization.
HTMLSerialization
(implements br.com.caelum.vraptor.serialization.
Serialization
)
br.com.caelum.vraptor.validator.
I18nMessage
(implements br.com.caelum.vraptor.validator.
Message
)
br.com.caelum.vraptor.serialization.
I18nMessageSerialization
(implements br.com.caelum.vraptor.
View
)
br.com.caelum.vraptor.validator.
I18nParam
br.com.caelum.vraptor.serialization.
IgnoringSerializer
(implements br.com.caelum.vraptor.serialization.
SerializerBuilder
)
br.com.caelum.vraptor.interceptor.download.
InputStreamDownload
(implements br.com.caelum.vraptor.interceptor.download.
Download
)
br.com.caelum.vraptor.interceptor.
InstantiateInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.converter.
IntegerConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.ioc.
InterceptorStereotypeHandler
(implements br.com.caelum.vraptor.ioc.
StereotypeHandler
)
br.com.caelum.vraptor.http.iogi.
IogiParametersProvider
(implements br.com.caelum.vraptor.http.
ParametersProvider
)
br.com.caelum.vraptor.util.
ISO8601Util
br.com.caelum.vraptor.http.route.
JavaEvaluator
(implements br.com.caelum.vraptor.http.route.
Evaluator
)
br.com.caelum.vraptor.scan.
JavassistBootstrapGenerator
(implements br.com.caelum.vraptor.scan.
BootstrapGenerator
)
br.com.caelum.vraptor.proxy.
JavassistProxifier
(implements br.com.caelum.vraptor.proxy.
Proxifier
)
br.com.caelum.vraptor.deserialization.
JsonDeserializer
(implements br.com.caelum.vraptor.deserialization.
Deserializer
)
br.com.caelum.vraptor.core.
JstlLocalization
(implements br.com.caelum.vraptor.core.
Localization
)
br.com.caelum.vraptor.restfulie.serialization.
LinkConverter
(implements com.thoughtworks.xstream.converters.Converter)
br.com.caelum.vraptor.restfulie.serialization.
LinkConverterJSON
(implements com.thoughtworks.xstream.converters.Converter)
br.com.caelum.vraptor.restfulie.serialization.
LinksSerializer
(implements br.com.caelum.vraptor.serialization.
SerializerBuilder
)
br.com.caelum.vraptor.http.ognl.
ListNullHandler
br.com.caelum.vraptor.converter.jodatime.
LocalDateConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.jodatime.
LocalDateTimeConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.l10n.
LocaleBasedBigDecimalConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
LocaleBasedCalendarConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
LocaleBasedDateConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.l10n.
LocaleBasedDoubleConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.l10n.
LocaleBasedFloatConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.l10n.
LocaleBasedPrimitiveDoubleConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.l10n.
LocaleBasedPrimitiveFloatConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
LocaleBasedTimeConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.jodatime.
LocalTimeConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
LongConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
com.thoughtworks.xstream.mapper.MapperWrapper (implements com.thoughtworks.xstream.mapper.Mapper)
br.com.caelum.vraptor.serialization.xstream.
VRaptorClassMapper
br.com.caelum.vraptor.validator.
MessageConverter
(implements com.thoughtworks.xstream.converters.Converter)
br.com.caelum.vraptor.validator.
MessageInterpolatorFactory
(implements br.com.caelum.vraptor.ioc.
ComponentFactory
<T>)
br.com.caelum.vraptor.serialization.gson.adapters.
MessageSerializer
(implements com.google.gson.JsonSerializer<T>)
br.com.caelum.vraptor.validator.
MethodValidatorFactoryCreator
(implements br.com.caelum.vraptor.ioc.
ComponentFactory
<T>)
br.com.caelum.vraptor.validator.
MethodValidatorInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.restfulie.serialization.
MethodValueSupportConverter
(implements com.thoughtworks.xstream.converters.Converter)
br.com.caelum.vraptor.util.test.
MockedLogic
(implements br.com.caelum.vraptor.view.
LogicResult
)
br.com.caelum.vraptor.util.test.
MockHttpServletResponse
(implements javax.servlet.http.HttpServletResponse)
br.com.caelum.vraptor.util.test.
MockLocalization
(implements br.com.caelum.vraptor.core.
Localization
)
br.com.caelum.vraptor.http.route.
NoRoutesConfiguration
(implements br.com.caelum.vraptor.http.route.
RoutesConfiguration
)
br.com.caelum.vraptor.http.route.
NoStrategy
(implements br.com.caelum.vraptor.http.route.
Route
)
br.com.caelum.vraptor.http.route.
NoTypeFinder
(implements br.com.caelum.vraptor.http.route.
TypeFinder
)
br.com.caelum.vraptor.validator.
NullBeanValidator
(implements br.com.caelum.vraptor.validator.
BeanValidator
)
org.picocontainer.monitors.NullComponentMonitor (implements org.picocontainer.ComponentMonitor, java.io.
Serializable
)
br.com.caelum.vraptor.ioc.pico.
PicoComponentRegistry.AttributeSetterComponentMonitor
br.com.caelum.vraptor.http.
NullEncodingHandler
(implements br.com.caelum.vraptor.http.
EncodingHandler
)
br.com.caelum.vraptor.interceptor.multipart.
NullMultipartInterceptor
(implements br.com.caelum.vraptor.interceptor.multipart.
MultipartInterceptor
)
br.com.caelum.vraptor.serialization.
NullProxyInitializer
(implements br.com.caelum.vraptor.serialization.
ProxyInitializer
)
br.com.caelum.vraptor.scan.
NullWebAppBootstrap
(implements br.com.caelum.vraptor.scan.
WebAppBootstrap
)
ognl.ObjectNullHandler (implements ognl.NullHandler)
br.com.caelum.vraptor.http.ognl.
ReflectionBasedNullHandler
ognl.ObjectPropertyAccessor (implements ognl.PropertyAccessor)
ognl.ArrayPropertyAccessor (implements ognl.PropertyAccessor)
br.com.caelum.vraptor.http.ognl.
ArrayAccessor
ognl.ListPropertyAccessor (implements ognl.PropertyAccessor)
br.com.caelum.vraptor.http.ognl.
ListAccessor
br.com.caelum.vraptor.proxy.
ObjenesisInstanceCreator
(implements br.com.caelum.vraptor.proxy.
InstanceCreator
)
br.com.caelum.vraptor.http.ognl.
OgnlFacade
br.com.caelum.vraptor.http.ognl.
OgnlParametersProvider
(implements br.com.caelum.vraptor.http.
ParametersProvider
)
br.com.caelum.vraptor.http.ognl.
OgnlParametersProvider.Parameter
br.com.caelum.vraptor.serialization.xstream.
OldAndProbablyBuggyConfigurer
br.com.caelum.vraptor.interceptor.
OutjectResult
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.serialization.gson.
PackageComparator
(implements java.util.
Comparator
<T>)
br.com.caelum.vraptor.restfulie.controller.
ParameterizedTypeSearcher
br.com.caelum.vraptor.interceptor.
ParametersInstantiatorInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.http.
ParanamerNameProvider
(implements br.com.caelum.vraptor.http.
ParameterNameProvider
)
br.com.caelum.vraptor.http.route.
PathAnnotationRoutesParser
(implements br.com.caelum.vraptor.http.route.
RoutesParser
)
br.com.caelum.vraptor.ioc.pico.
PicoBasedContainer
(implements br.com.caelum.vraptor.ioc.
Container
)
br.com.caelum.vraptor.ioc.pico.
PicoProvider
(implements br.com.caelum.vraptor.ioc.
ContainerProvider
)
br.com.caelum.vraptor.converter.
PrimitiveBooleanConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveByteConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveCharConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveDoubleConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveFloatConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveIntConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveLongConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.converter.
PrimitiveShortConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.http.route.
PriorityRoutesList
(implements java.util.
Collection
<E>)
br.com.caelum.vraptor.serialization.xstream.
ProxyConverter
(implements com.thoughtworks.xstream.converters.Converter)
br.com.caelum.vraptor.proxy.
ReflectionInstanceCreator
(implements br.com.caelum.vraptor.proxy.
InstanceCreator
)
br.com.caelum.vraptor.validator.
ReplicatorOutjector
(implements br.com.caelum.vraptor.validator.
Outjector
)
br.com.caelum.vraptor.core.
RequestInfo
java.util.
ResourceBundle
br.com.caelum.vraptor.util.
FallbackResourceBundle
java.util.
ListResourceBundle
br.com.caelum.vraptor.util.
EmptyBundle
br.com.caelum.vraptor.core.
SafeResourceBundle
br.com.caelum.vraptor.restfulie.controller.
ResourceControllerInterceptor
<T> (implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.ioc.
ResourceHandler
(implements br.com.caelum.vraptor.ioc.
StereotypeHandler
)
br.com.caelum.vraptor.interceptor.
ResourceLookupInterceptor
(implements br.com.caelum.vraptor.interceptor.
Interceptor
)
br.com.caelum.vraptor.view.
Results
br.com.caelum.vraptor.http.route.
Rules
br.com.caelum.vraptor.scan.
ScannotationComponentScanner
(implements br.com.caelum.vraptor.scan.
ComponentScanner
)
br.com.caelum.vraptor.serialization.xstream.
Serializee
br.com.caelum.vraptor.serialization.gson.
GsonSerializee
javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
br.com.caelum.vraptor.http.
VRaptorRequest
(implements br.com.caelum.vraptor.http.
MutableRequest
)
javax.servlet.ServletResponseWrapper (implements javax.servlet.ServletResponse)
javax.servlet.http.HttpServletResponseWrapper (implements javax.servlet.http.HttpServletResponse)
br.com.caelum.vraptor.http.
VRaptorResponse
(implements br.com.caelum.vraptor.http.
MutableResponse
)
br.com.caelum.vraptor.view.
SessionFlashScope
(implements br.com.caelum.vraptor.view.
FlashScope
)
br.com.caelum.vraptor.ioc.guice.
SessionScopeListener
(implements javax.servlet.http.HttpSessionListener)
br.com.caelum.vraptor.http.iogi.
SetInstantiator
(implements br.com.caelum.iogi.Instantiator<T>)
br.com.caelum.vraptor.converter.
ShortConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.ioc.spring.
SpringProvider
(implements br.com.caelum.vraptor.ioc.
ContainerProvider
)
br.com.caelum.vraptor.ioc.spring.
SpringRegistry
br.com.caelum.vraptor.scan.
StandaloneClasspathResolver
(implements br.com.caelum.vraptor.scan.
ClasspathResolver
)
br.com.caelum.vraptor.ioc.spring.
StereotypedBeansRegistrar
(implements org.springframework.context.ApplicationListener<E>)
br.com.caelum.vraptor.converter.
StringConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.util.
Stringnifier
br.com.caelum.vraptor.util.
StringUtils
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Error
br.com.caelum.vraptor.converter.
ConversionError
java.lang.
Exception
java.lang.
RuntimeException
br.com.caelum.vraptor.validator.
DefaultValidationException
java.lang.
IllegalStateException
br.com.caelum.vraptor.ioc.spring.
MissingConfigurationException
br.com.caelum.vraptor.http.route.
MethodNotAllowedException
br.com.caelum.vraptor.http.route.
ResourceNotFoundException
br.com.caelum.vraptor.scan.
ScannerException
br.com.caelum.vraptor.validator.
ValidationException
br.com.caelum.vraptor.
VRaptorException
br.com.caelum.vraptor.ioc.
ComponentRegistrationException
br.com.caelum.vraptor.http.route.
IllegalRouteException
br.com.caelum.vraptor.
InterceptionException
br.com.caelum.vraptor.interceptor.
ApplicationLogicException
br.com.caelum.vraptor.http.
InvalidParameterException
br.com.caelum.vraptor.proxy.
ProxyCreationException
br.com.caelum.vraptor.proxy.
ProxyInvocationException
br.com.caelum.vraptor.view.
ResultException
br.com.caelum.vraptor.http.route.
RouteNotFoundException
br.com.caelum.vraptor.core.
ToInstantiateInterceptorHandler
(implements br.com.caelum.vraptor.core.
InterceptorHandler
)
br.com.caelum.vraptor.interceptor.
TopologicalSortedInterceptorRegistry
(implements br.com.caelum.vraptor.interceptor.
InterceptorRegistry
)
br.com.caelum.vraptor.ioc.spring.
UniqueBeanNameGenerator
(implements org.springframework.beans.factory.support.BeanNameGenerator)
br.com.caelum.vraptor.interceptor.multipart.
UploadedFileConverter
(implements br.com.caelum.vraptor.
Converter
<T>)
br.com.caelum.vraptor.restfulie.relation.
UriBasedRelation
(implements br.com.caelum.vraptor.restfulie.relation.
Relation
)
br.com.caelum.vraptor.validator.
ValidationMessage
(implements br.com.caelum.vraptor.validator.
Message
)
br.com.caelum.vraptor.validator.
Validations
br.com.caelum.vraptor.validator.
ValidatorCreator
(implements br.com.caelum.vraptor.ioc.
ComponentFactory
<T>)
br.com.caelum.vraptor.validator.
ValidatorFactoryCreator
(implements br.com.caelum.vraptor.ioc.
ComponentFactory
<T>)
br.com.caelum.vraptor.
VRaptor
(implements javax.servlet.Filter)
br.com.caelum.vraptor.http.ognl.
VRaptorConvertersAdapter
(implements ognl.TypeConverter)
br.com.caelum.vraptor.http.iogi.
VRaptorDependencyProvider
(implements br.com.caelum.iogi.spi.DependencyProvider)
br.com.caelum.vraptor.serialization.gson.
VRaptorGsonBuilder
br.com.caelum.vraptor.http.iogi.
VRaptorInstantiator
(implements br.com.caelum.iogi.Instantiator<T>, br.com.caelum.vraptor.http.iogi.
InstantiatorWithErrors
)
br.com.caelum.vraptor.http.iogi.
VRaptorParameterNamesProvider
(implements br.com.caelum.iogi.spi.ParameterNamesProvider)
br.com.caelum.vraptor.ioc.spring.
VRaptorRequestHolder
br.com.caelum.vraptor.scan.
VRaptorStaticScanning
br.com.caelum.vraptor.scan.
WebAppBootstrapFactory
br.com.caelum.vraptor.scan.
WebBasedClasspathResolver
(implements br.com.caelum.vraptor.scan.
ClasspathResolver
)
br.com.caelum.vraptor.http.
WebXmlEncodingHandler
(implements br.com.caelum.vraptor.http.
EncodingHandler
)
com.thoughtworks.xstream.XStream
br.com.caelum.vraptor.serialization.xstream.
VRaptorXStream
br.com.caelum.vraptor.serialization.xstream.
XStreamBuilderImpl
(implements br.com.caelum.vraptor.serialization.xstream.
XStreamBuilder
)
br.com.caelum.vraptor.serialization.xstream.
XStreamConverters
br.com.caelum.vraptor.serialization.xstream.
XStreamConverters.NullConverter
(implements com.thoughtworks.xstream.converters.SingleValueConverter)
br.com.caelum.vraptor.serialization.xstream.
XStreamJSONPSerialization
(implements br.com.caelum.vraptor.serialization.
JSONPSerialization
)
br.com.caelum.vraptor.serialization.xstream.
XStreamJSONSerialization
(implements br.com.caelum.vraptor.serialization.
JSONSerialization
)
br.com.caelum.vraptor.restfulie.serialization.
RestfulSerializationJSON
br.com.caelum.vraptor.serialization.xstream.
XStreamSerializer
(implements br.com.caelum.vraptor.serialization.
SerializerBuilder
)
br.com.caelum.vraptor.deserialization.
XStreamXMLDeserializer
(implements br.com.caelum.vraptor.deserialization.
XMLDeserializer
)
br.com.caelum.vraptor.serialization.xstream.
XStreamXMLSerialization
(implements br.com.caelum.vraptor.serialization.
XMLSerialization
)
br.com.caelum.vraptor.restfulie.serialization.
RestfulSerialization
Interface Hierarchy
br.com.caelum.vraptor.view.
AcceptHeaderToFormat
br.com.caelum.vraptor.validator.
BeanValidator
br.com.caelum.vraptor.scan.
BootstrapGenerator
br.com.caelum.vraptor.restfulie.resource.
Cacheable
br.com.caelum.vraptor.restfulie.resource.
RestfulEntity
br.com.caelum.vraptor.scan.
ClasspathResolver
br.com.caelum.vraptor.ioc.
ComponentFactory
<T>
br.com.caelum.vraptor.ioc.pico.
ComponentFactoryRegistry
br.com.caelum.vraptor.
ComponentRegistry
br.com.caelum.vraptor.scan.
ComponentScanner
br.com.caelum.vraptor.config.
Configuration
br.com.caelum.vraptor.ioc.
Container
br.com.caelum.vraptor.ioc.
ContainerProvider
br.com.caelum.vraptor.
Converter
<T>
br.com.caelum.vraptor.
TwoWayConverter
<T>
br.com.caelum.vraptor.core.
Converters
br.com.caelum.vraptor.deserialization.
Deserializer
br.com.caelum.vraptor.deserialization.
XMLDeserializer
br.com.caelum.vraptor.deserialization.
Deserializers
br.com.caelum.vraptor.interceptor.download.
Download
br.com.caelum.vraptor.http.
EncodingHandler
br.com.caelum.vraptor.http.route.
Evaluator
br.com.caelum.vraptor.core.
ExceptionMapper
br.com.caelum.vraptor.core.
Execution
<T>
br.com.caelum.vraptor.view.
FlashScope
br.com.caelum.vraptor.http.
FormatResolver
br.com.caelum.vraptor.restfulie.hypermedia.
HypermediaResource
br.com.caelum.vraptor.restfulie.hypermedia.
ConfigurableHypermediaResource
(also extends br.com.caelum.vraptor.restfulie.relation.
RelationBuilder
)
br.com.caelum.vraptor.proxy.
InstanceCreator
br.com.caelum.vraptor.http.iogi.
InstantiatorWithErrors
br.com.caelum.vraptor.interceptor.
Interceptor
br.com.caelum.vraptor.interceptor.multipart.
MultipartInterceptor
br.com.caelum.vraptor.core.
InterceptorHandler
br.com.caelum.vraptor.core.
InterceptorHandlerFactory
br.com.caelum.vraptor.interceptor.
InterceptorRegistry
br.com.caelum.vraptor.core.
InterceptorStack
br.com.caelum.vraptor.deserialization.gson.
JsonDeserializers
br.com.caelum.vraptor.serialization.gson.
JsonSerializers
br.com.caelum.vraptor.ioc.guice.
LifecycleListener
br.com.caelum.vraptor.ioc.pico.
Loader
br.com.caelum.vraptor.core.
Localization
br.com.caelum.vraptor.core.
MethodInfo
br.com.caelum.vraptor.proxy.
MethodInvocation
<T>
br.com.caelum.vraptor.resource.
MethodNotAllowedHandler
br.com.caelum.vraptor.interceptor.multipart.
MultipartConfig
br.com.caelum.vraptor.http.
MutableResponse.RedirectListener
br.com.caelum.vraptor.http.ognl.
NullHandler
br.com.caelum.vraptor.validator.
Outjector
br.com.caelum.vraptor.http.
ParameterNameProvider
br.com.caelum.vraptor.http.route.
ParametersControl
br.com.caelum.vraptor.http.
ParametersProvider
br.com.caelum.vraptor.view.
PathResolver
br.com.caelum.vraptor.ioc.pico.
PicoComponentRegistry.AttributeSetterComponentMonitor.AttributeSetter
br.com.caelum.vraptor.proxy.
Proxifier
br.com.caelum.vraptor.serialization.
ProxyInitializer
br.com.caelum.vraptor.restfulie.relation.
Relation
br.com.caelum.vraptor.restfulie.relation.
RelationBuilder
br.com.caelum.vraptor.restfulie.hypermedia.
ConfigurableHypermediaResource
(also extends br.com.caelum.vraptor.restfulie.hypermedia.
HypermediaResource
)
br.com.caelum.vraptor.restfulie.relation.
RelationBuilder.WithName
br.com.caelum.vraptor.core.
RequestExecution
br.com.caelum.vraptor.resource.
ResourceClass
br.com.caelum.vraptor.restfulie.controller.
ResourceControl
<T>
br.com.caelum.vraptor.resource.
ResourceMethod
br.com.caelum.vraptor.resource.
ResourceNotFoundHandler
br.com.caelum.vraptor.restfulie.headers.
RestDefaults
br.com.caelum.vraptor.restfulie.
Restfulie
br.com.caelum.vraptor.restfulie.
RestHeadersHandler
br.com.caelum.vraptor.
Result
br.com.caelum.vraptor.http.route.
Route
br.com.caelum.vraptor.http.route.
RouteBuilder
br.com.caelum.vraptor.http.route.
RouteBuilder.ParameterControlBuilder
br.com.caelum.vraptor.http.route.
Router
br.com.caelum.vraptor.core.
Routes
br.com.caelum.vraptor.http.route.
RoutesConfiguration
br.com.caelum.vraptor.http.route.
RoutesParser
com.google.inject.Scope
br.com.caelum.vraptor.ioc.guice.
LifecycleScope
java.io.
Serializable
br.com.caelum.vraptor.validator.
Message
br.com.caelum.vraptor.serialization.
Serializer
br.com.caelum.vraptor.serialization.
SerializerBuilder
br.com.caelum.vraptor.interceptor.multipart.
ServletFileUploadCreator
javax.servlet.ServletRequest
javax.servlet.http.HttpServletRequest
br.com.caelum.vraptor.http.
MutableRequest
br.com.caelum.vraptor.http.
MutableRequest
javax.servlet.ServletResponse
javax.servlet.http.HttpServletResponse
br.com.caelum.vraptor.http.
MutableResponse
br.com.caelum.vraptor.http.
MutableResponse
br.com.caelum.vraptor.ioc.spring.
SpringLocator
br.com.caelum.vraptor.core.
StaticContentHandler
br.com.caelum.vraptor.ioc.
StereotypeHandler
br.com.caelum.vraptor.proxy.
SuperMethod
br.com.caelum.vraptor.http.route.
TypeFinder
br.com.caelum.vraptor.interceptor.
TypeNameExtractor
br.com.caelum.vraptor.interceptor.multipart.
UploadedFile
br.com.caelum.vraptor.http.
UrlToResourceTranslator
br.com.caelum.vraptor.view.
ValidationViewsFactory
br.com.caelum.vraptor.
Validator
br.com.caelum.vraptor.
View
br.com.caelum.vraptor.util.extjs.
ExtJSJson
br.com.caelum.vraptor.view.
HttpResult
br.com.caelum.vraptor.serialization.
JSONPSerialization
br.com.caelum.vraptor.serialization.
JSONSerialization
br.com.caelum.vraptor.view.
LogicResult
br.com.caelum.vraptor.serialization.
NoRootSerialization
br.com.caelum.vraptor.serialization.
JSONSerialization
br.com.caelum.vraptor.serialization.
Serialization
br.com.caelum.vraptor.serialization.
JSONSerialization
br.com.caelum.vraptor.serialization.
XMLSerialization
br.com.caelum.vraptor.serialization.
XMLSerialization
br.com.caelum.vraptor.view.
PageResult
br.com.caelum.vraptor.view.
RefererResult
br.com.caelum.vraptor.serialization.
RepresentationResult
br.com.caelum.vraptor.serialization.
Serialization
br.com.caelum.vraptor.serialization.
JSONSerialization
br.com.caelum.vraptor.serialization.
XMLSerialization
br.com.caelum.vraptor.view.
Status
br.com.caelum.vraptor.serialization.
XMLSerialization
br.com.caelum.vraptor.scan.
WebAppBootstrap
br.com.caelum.vraptor.serialization.
XMLConfiguration
br.com.caelum.vraptor.serialization.xstream.
XStreamBuilder
Annotation Type Hierarchy
br.com.caelum.vraptor.
Trace
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Resource
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Put
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Post
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Path
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Patch
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Options
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Lazy
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Intercepts
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
HeaderParam
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Head
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Get
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Delete
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Convert
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.
Consumes
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.deserialization.
Deserializes
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
Stereotype
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
SessionScoped
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
RequestScoped
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
PrototypeScoped
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
Component
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
Cacheable
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.ioc.
ApplicationScoped
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.restfulie.hypermedia.
Transition
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.restfulie.serialization.
XStreamSerialize
(implements java.lang.annotation.
Annotation
)
br.com.caelum.vraptor.validator.annotation.
ValidationException
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
br.com.caelum.vraptor.resource.
HttpMethod
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Caelum
. All Rights Reserved.