Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Br.com.caelum.vraptor Classes and Interfaces - 301 results found.
NameDescriptionTypePackageFramework
AbstractResultAn abstract result that implements all shortcut methods in theSince:3.Classbr.com.caelum.vraptor.coreVRaptor
AbstractValidatorClassbr.com.caelum.vraptor.validatorVRaptor
AcceptHeaderToFormatInterfacebr.com.caelum.vraptor.viewVRaptor
AcceptsConstraintClassbr.com.caelum.vraptor.interceptorVRaptor
AcceptsNeedReturnBooleanValidationRuleClassbr.com.caelum.vraptor.interceptorVRaptor
AcceptsValidatorInterfacebr.com.caelum.vraptor.interceptorVRaptor
AcceptsWithAnnotationsClassbr.com.caelum.vraptor.interceptorVRaptor
ApplicationConfigurationBasic implementation of an application configuration.Classbr.com.caelum.vraptor.configVRaptor
ApplicationLogicExceptionWhen a controller or JSP throws an exception, we use this one to wrap it, so we can unwrap after it leaves the interceptor stackClassbr.com.caelum.vraptor.interceptorVRaptor
AspectStyleInterceptorHandlerClassbr.com.caelum.vraptor.interceptorVRaptor
BeanClassRepresents a web accessible Controller class.Interfacebr.com.caelum.vraptor.controllerVRaptor
BeanValidatorContextCreate a personalized implementation for MessageInterpolator.Classbr.com.caelum.vraptor.validator.beanvalidationVRaptor
BigDecimalConverterLocalized version of VRaptor's BigDecimal converter.Classbr.com.caelum.vraptor.converterVRaptor
BigIntegerConverterVRaptor's BigInteger converter.Classbr.com.caelum.vraptor.converterVRaptor
BooleanConverterVRaptor's Boolean converter.Classbr.com.caelum.vraptor.converterVRaptor
ByteArrayDownloadClassbr.com.caelum.vraptor.observer.downloadVRaptor
ByteConverterVRaptor's Byte converter.Classbr.com.caelum.vraptor.converterVRaptor
CacheExceptionClassbr.com.caelum.vraptor.cacheVRaptor
CacheStoreInterfacebr.com.caelum.vraptor.cacheVRaptor
CalendarConverterLocale based calendar converter.Classbr.com.caelum.vraptor.converterVRaptor
CalendarConverterConverter for Calendar using ISO8601.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor
CalendarGsonConverterDeserialize Calendar using ISO8601 format.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
CDIBasedContainerClassbr.com.caelum.vraptor.ioc.cdiVRaptor
CDIProxiesUtility class to work with CDI proxies, allowing us to get objects without weld proxies.Classbr.com.caelum.vraptor.proxyVRaptor
CDIRequestFactoriesClassbr.com.caelum.vraptor.ioc.cdiVRaptor
CharacterConverterVRaptor's Character converter.Classbr.com.caelum.vraptor.converterVRaptor
CommonsUploadMultipartObserverA multipart observer based on Apache Commons Upload.Classbr.com.caelum.vraptor.observer.uploadVRaptor
ConfigurationAllows you to configure extra settings related to your applicationSince:3.Interfacebr.com.caelum.vraptor.configVRaptor
ConsumesIndicates that the controller method expects the specified MIME content-typesSince:3.Classbr.com.caelum.vraptorVRaptor
ContainerClass responsible to get instances for components.Interfacebr.com.caelum.vraptor.iocVRaptor
ControllerFoundClassbr.com.caelum.vraptor.eventsVRaptor
ControllerHandlerCalled when a controller is discovered, registering routes for it.Classbr.com.caelum.vraptor.iocVRaptor
ControllerInstanceWrapper for controller instanceAuthor:Alberto SouzaInterfacebr.com.caelum.vraptor.controllerVRaptor
ControllerMethodAn identifier for a controller accesible web method.Interfacebr.com.caelum.vraptor.controllerVRaptor
ControllerNotFoundEvent fired when a controller is not found in DefaultControllerNotFoundHandlerClassbr.com.caelum.vraptor.eventsVRaptor
ControllerNotFoundExceptionException thrown when no routes matching URI are found.Classbr.com.caelum.vraptor.http.routeVRaptor
ControllerNotFoundHandlerA component capable of handling not found components.Interfacebr.com.caelum.vraptor.controllerVRaptor
ConversionExceptionA conversion error.Classbr.com.caelum.vraptor.converterVRaptor
ConversionMessageClassbr.com.caelum.vraptor.converterVRaptor
ConvertRegisters a class as a converter.Classbr.com.caelum.vraptorVRaptor
ConverterConverts a string value to an object.Interfacebr.com.caelum.vraptor.converterVRaptor
ConverterHandlerCalled when a converter is discovered, registers it.Classbr.com.caelum.vraptor.iocVRaptor
ConvertersRepresents a collection of converters.Interfacebr.com.caelum.vraptor.coreVRaptor
CustomAcceptsExecutorClassbr.com.caelum.vraptor.interceptorVRaptor
CustomAcceptsVerifierClassbr.com.caelum.vraptor.interceptorVRaptor
CustomAndInternalAcceptsValidationRuleClassbr.com.caelum.vraptor.interceptorVRaptor
DateConverterLocale based date converter.Classbr.com.caelum.vraptor.converterVRaptor
DateGsonConverterDeserialize Date using ISO8601 format.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
DefaultAcceptHeaderToFormatThe default AcceptHeaderToFormat implementation searches for registered mime types.Classbr.com.caelum.vraptor.viewVRaptor
DefaultBeanClassClassbr.com.caelum.vraptor.controllerVRaptor
DefaultCacheStoreClassbr.com.caelum.vraptor.cacheVRaptor
DefaultControllerInstanceClassbr.com.caelum.vraptor.controllerVRaptor
DefaultControllerMethodClassbr.com.caelum.vraptor.controllerVRaptor
DefaultControllerNotFoundHandlerDefault 404 component.Classbr.com.caelum.vraptor.controllerVRaptor
DefaultControllerTranslatorBasic url to controller method translator.Classbr.com.caelum.vraptor.httpVRaptor
DefaultConvertersClassbr.com.caelum.vraptor.coreVRaptor
DefaultDeserializersA set of deserializers.Classbr.com.caelum.vraptor.serializationVRaptor
DefaultEnvironmentA default Environment based on EnvironmentType.Classbr.com.caelum.vraptor.environmentVRaptor
DefaultExceptionMapperDefault implementation of ExceptionMapper.Classbr.com.caelum.vraptor.coreVRaptor
DefaultFormatResolverDefault implementation for FormatResolver.Classbr.com.caelum.vraptor.httpVRaptor
DefaultHttpResultClassbr.com.caelum.vraptor.viewVRaptor
DefaultInterceptorHandlerFactoryClassbr.com.caelum.vraptor.coreVRaptor
DefaultInterceptorStackDefault implementation of an InterceptorStackAuthor:guilherme silveira, marioftsClassbr.com.caelum.vraptor.coreVRaptor
DefaultLogicResultThe default implementation of LogicResult.Classbr.com.caelum.vraptor.viewVRaptor
DefaultMethodNotAllowedHandlerDefault implementation which sets the header and send an error response.Classbr.com.caelum.vraptor.controllerVRaptor
DefaultMultipartConfigDefault implementation for MultipartConfig.Classbr.com.caelum.vraptor.observer.uploadVRaptor
DefaultPageResultDefault page result implementation.Classbr.com.caelum.vraptor.viewVRaptor
DefaultParametersControlDefault implementation of parameters control on uris.Classbr.com.caelum.vraptor.http.routeVRaptor
DefaultPathResolverThe default vraptor3 path resolver uses the type and method name as "/typeName/methodName.Classbr.com.caelum.vraptor.viewVRaptor
DefaultRefererResultClassbr.com.caelum.vraptor.viewVRaptor
DefaultRepresentationResultDefault implementation for RepresentationResult that uses request Accept format to decide which representation will be usedClassbr.com.caelum.vraptor.serializationVRaptor
DefaultResultA basic implementation of a ResultAuthor:guilherme silveiraClassbr.com.caelum.vraptor.coreVRaptor
DefaultRouteBuilderShould be used in one of two ways, either configure the type and invoke the method or pass the method (java reflection) object.Classbr.com.caelum.vraptor.http.routeVRaptor
DefaultRouterThe default implementation of controller localization rules.Classbr.com.caelum.vraptor.http.routeVRaptor
DefaultSimpleInterceptorStackClassbr.com.caelum.vraptor.interceptorVRaptor
DefaultStaticContentHandlerHandles default content if the request corresponds to static content.Classbr.com.caelum.vraptor.coreVRaptor
DefaultStatusAllows header related results.Classbr.com.caelum.vraptor.viewVRaptor
DefaultTypeFinderDiscover parameter typesAuthor:Lucas CavalcantiClassbr.com.caelum.vraptor.http.routeVRaptor
DefaultTypeNameExtractorDefault implementation for TypeNameExtractor.Classbr.com.caelum.vraptor.interceptorVRaptor
DefaultUploadedFileDefault implementation for UploadedFile.Classbr.com.caelum.vraptor.observer.uploadVRaptor
DefaultValidationExceptionDefault implementation of a ValidationException.Classbr.com.caelum.vraptor.validatorVRaptor
DefaultValidationViewsFactoryDefault implementation for ValidationViewsFactory If you want to extend this behavior use:Classbr.com.caelum.vraptor.viewVRaptor
DefaultValidatorThe default validator implementation.Classbr.com.caelum.vraptor.validatorVRaptor
DeleteSupports the DELETE http method.Classbr.com.caelum.vraptorVRaptor
DeserializerDeserializes request body according to a given content type.Interfacebr.com.caelum.vraptor.serializationVRaptor
DeserializersInterfacebr.com.caelum.vraptor.serializationVRaptor
DeserializesIndicates that annotated class will deserialize specified content typesSince:3.Classbr.com.caelum.vraptor.serializationVRaptor
DeserializesHandlerHandles classes annotated with Deserializes.Classbr.com.caelum.vraptor.serializationVRaptor
DeserializingObserverImportant: this class must observe MethodReady because it is fired just before ExecuteMethod executionClassbr.com.caelum.vraptor.observerVRaptor
DoubleConverterLocalized version of VRaptor's Double converter.Classbr.com.caelum.vraptor.converterVRaptor
DownloadInterfacebr.com.caelum.vraptor.observer.downloadVRaptor
DownloadObserverObserver that return a File or an InputStream when method return type is a download type.Classbr.com.caelum.vraptor.observer.downloadVRaptor
DownloadViewA view implementation that writes a download into response.Classbr.com.caelum.vraptor.observer.downloadVRaptor
EmptyBundleRepresenting an empty resource bundle.Classbr.com.caelum.vraptor.utilVRaptor
EmptyResultClassbr.com.caelum.vraptor.viewVRaptor
EncodingHandlerEncodingHandler that uses Encoding from web.Classbr.com.caelum.vraptor.httpVRaptor
EnumConverterAccepts either the ordinal value or name.Classbr.com.caelum.vraptor.converterVRaptor
EnvironmentAn environment has a set of key/value properties to be used within your applicationAuthor:Alexandre Atoji, Guilherme SilveiraInterfacebr.com.caelum.vraptor.environmentVRaptor
EnvironmentPropertyProducerA producer that allows us to inject environment properties.Classbr.com.caelum.vraptor.environmentVRaptor
EnvironmentTypeAn class to represent usual Environment typesSince:4.Classbr.com.caelum.vraptor.environmentVRaptor
ErrorListClass that represents an error list.Classbr.com.caelum.vraptor.validatorVRaptor
EvaluatorInterfacebr.com.caelum.vraptor.http.routeVRaptor
ExceptionHandlerInterceptorIntercept all requests to handling uncaught exceptions.Classbr.com.caelum.vraptor.interceptorVRaptor
ExceptionMapperStore the exception mapping for exception handling.Interfacebr.com.caelum.vraptor.coreVRaptor
ExceptionRecorderCreate proxies to store state of exception mapping.Classbr.com.caelum.vraptor.coreVRaptor
ExclusionsClassbr.com.caelum.vraptor.serialization.gsonVRaptor
ExecuteMethodInterceptor that executes the logic method.Classbr.com.caelum.vraptor.observerVRaptor
FileDownloadReads bytes from a file into the result.Classbr.com.caelum.vraptor.observer.downloadVRaptor
FixedMethodStrategyA route strategy which invokes a fixed type's method.Classbr.com.caelum.vraptor.http.routeVRaptor
FlashInterceptorInterceptor that handles flash scope.Classbr.com.caelum.vraptor.interceptorVRaptor
FlashScopeComponent responsible to allow redirects with the same passed parametersSince:3.Interfacebr.com.caelum.vraptor.viewVRaptor
FloatConverterLocalized version of VRaptor's Float converter.Classbr.com.caelum.vraptor.converterVRaptor
FormatResolverDecides which format the request accepts.Interfacebr.com.caelum.vraptor.httpVRaptor
FormDeserializerClassbr.com.caelum.vraptor.serializationVRaptor
ForwardToDefaultViewObserves MethodExecuted event, and forwards to the default view if no view was rendered so far.Classbr.com.caelum.vraptor.observerVRaptor
GetSupports the GET http method.Classbr.com.caelum.vraptorVRaptor
GraphA set that orders interceptors topologically based on before and after from InterceptsSince:3.Classbr.com.caelum.vraptor.interceptorVRaptor
GsonBuilderWrapperBuilder Wrapper for JSON using GSON.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
GsonDeserializationA GSON deserializer.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
GsonJSONPSerializationGson implementation for JSONPSerializationSince:4.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
GsonJSONSerializationGson implementation for JSONSerializationAuthor:Renan Reis, Guilherme MangabeiraClassbr.com.caelum.vraptor.serialization.gsonVRaptor
GsonSerializerA SerializerBuilder based on Gson.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
GsonSerializerBuilderInterfacebr.com.caelum.vraptor.serialization.gsonVRaptor
GuavaServiceProducerClass to avoid erros when using in CDI environments.Classbr.com.caelum.vraptor.othersVRaptor
HeaderParamInject an HTTP header into a method parameter.Classbr.com.caelum.vraptorVRaptor
HTMLSerializationdelegates the serialization for the default viewSince:3.Classbr.com.caelum.vraptor.serializationVRaptor
HttpMethodClassbr.com.caelum.vraptor.controllerVRaptor
HttpResultA view that deals with HTTP protocol, sending status and error codes and adding headers.Interfacebr.com.caelum.vraptor.viewVRaptor
I18nMessageIn this Message implementation, the message is i18n'ed while the category is literal.Classbr.com.caelum.vraptor.validatorVRaptor
I18nMessageSerializationBasic i18n messsage json serialization alias.Classbr.com.caelum.vraptor.serializationVRaptor
I18nParamRepresents a lazy i18n parameter I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy.Classbr.com.caelum.vraptor.validatorVRaptor
IgnoringSerializerDoesn't serialize anythingSince:3.Classbr.com.caelum.vraptor.serializationVRaptor
IllegalRouteExceptionIllegal routes might be created under different situations.Classbr.com.caelum.vraptor.http.routeVRaptor
InputStreamDownloadHandles download by reading from a input stream byte by byte.Classbr.com.caelum.vraptor.observer.downloadVRaptor
InstantiateObserverInstantiates the current instance of controller class.Classbr.com.caelum.vraptor.observerVRaptor
InstantiatorWithErrorsInterfacebr.com.caelum.vraptor.http.iogiVRaptor
IntegerConverterVRaptor's Integer converter.Classbr.com.caelum.vraptor.converterVRaptor
InterceptionExceptionClassbr.com.caelum.vraptorVRaptor
InterceptorWhenever an interceptor accepts a controller method, its intercept method is invoked to intercept the process of request parsing in order to allow theInterfacebr.com.caelum.vraptor.interceptorVRaptor
InterceptorAcceptsExecutorClassbr.com.caelum.vraptor.interceptorVRaptor
InterceptorExecutorSimple executor for interceptor methods containing annotations: BeforeCall, AroundCall or AfterCallClassbr.com.caelum.vraptor.interceptorVRaptor
InterceptorHandlerAn interceptor handler is a wrapper to either an interceptor instance or a interceptor definition.Interfacebr.com.caelum.vraptor.coreVRaptor
InterceptorHandlerFactoryFactory for InterceptorHandlersSince:3.Interfacebr.com.caelum.vraptor.coreVRaptor
InterceptorMethodParametersResolverClassbr.com.caelum.vraptor.interceptorVRaptor
InterceptorRegistryInterfacebr.com.caelum.vraptor.interceptorVRaptor
InterceptorsExecutedEvent fired just after of all InterceptorStack executionAuthor:Rodrigo Turini, Victor HaradaClassbr.com.caelum.vraptor.eventsVRaptor
InterceptorsReadyEvent fired by RequestHandlerObserver just after start InterceptorStack executionClassbr.com.caelum.vraptor.eventsVRaptor
InterceptorStackThe interceptors stack.Interfacebr.com.caelum.vraptor.coreVRaptor
InterceptorStackHandlersCacheCache all instances of InterceptorHandler when application starts.Classbr.com.caelum.vraptor.coreVRaptor
InterceptorStereotypeHandlerCalled when a interceptor is discovered, registers it.Classbr.com.caelum.vraptor.iocVRaptor
InterceptorValidatorClassbr.com.caelum.vraptor.interceptorVRaptor
InterceptsNotifies vraptor to use this interceptor in the interceptor stack.Classbr.com.caelum.vraptorVRaptor
InvalidParameterExceptionSome parameters sent by http were invalid.Classbr.com.caelum.vraptor.httpVRaptor
InvocationClassbr.com.caelum.vraptor.http.routeVRaptor
IogiParametersProviderClassbr.com.caelum.vraptor.http.iogiVRaptor
JavaEvaluatorEvaluates expressions in order to access values.Classbr.com.caelum.vraptor.http.routeVRaptor
JavassistProxifierJavassist implementation for Proxifier.Classbr.com.caelum.vraptor.proxyVRaptor
JSONPSerializationBasic jsonp serialization support using the Json Builder.Interfacebr.com.caelum.vraptor.serializationVRaptor
JSONSerializationBasic json serialization support using a Json SerializerBuilder.Interfacebr.com.caelum.vraptor.serializationVRaptor
JstlLocalizationThe default implementation of bundle provider uses JSTL's api to access user information on the bundle to be used.Classbr.com.caelum.vraptor.coreVRaptor
LinkToHandlerView helper for generating urisSince:3.Classbr.com.caelum.vraptor.viewVRaptor
LoggerFactoryProduces an instance of Logger.Classbr.com.caelum.vraptor.othersVRaptor
LogicResultLogic result allows logics to redirect to another logic by invoking the method itself, in a very typesafe way.Interfacebr.com.caelum.vraptor.viewVRaptor
LongConverterVRaptor's Long converter.Classbr.com.caelum.vraptor.converterVRaptor
LRUUsed to mark an cache implementation as LRUCache.Classbr.com.caelum.vraptor.cacheVRaptor
LRUCacheFactoryClassbr.com.caelum.vraptor.cacheVRaptor
LRUCacheStoreA LRU cache based on LinkedHashMap.Classbr.com.caelum.vraptor.cacheVRaptor
MessageInterfacebr.com.caelum.vraptor.validatorVRaptor
MessageConverterConverter for normalizing Message serializationSince:3.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor
MessageGsonConverterSerializes Message object.Classbr.com.caelum.vraptor.serialization.gsonVRaptor
MessageInterpolatorFactoryFactory for MessageInterpolator.Classbr.com.caelum.vraptor.validator.beanvalidationVRaptor
MethodExecutedEvent fired by ExecuteMethod when it has fully completed it's execution.Classbr.com.caelum.vraptor.eventsVRaptor
MethodInfoHolder for method being invoked and parameters being passed.Classbr.com.caelum.vraptor.coreVRaptor
MethodInvocationCallback for method invocations on proxies.Interfacebr.com.caelum.vraptor.proxyVRaptor
MethodNotAllowedExceptionException thrown when no routes matching given URI allow given HTTP method.Classbr.com.caelum.vraptor.http.routeVRaptor
MethodNotAllowedHandlerHandler for Method Not Allowed Http Status (405).Interfacebr.com.caelum.vraptor.controllerVRaptor
MethodReadyEvent fired by ExecuteMethod just before its execution.Classbr.com.caelum.vraptor.eventsVRaptor
MethodValidatorValidate method parameters using Bean Validation.Classbr.com.caelum.vraptor.validator.beanvalidationVRaptor
MockedLogicClassbr.com.caelum.vraptor.util.testVRaptor
MockHttpResultA mocked Result for testing the http body, content type and character encoding.Classbr.com.caelum.vraptor.util.testVRaptor
MockHttpServletResponseA simple mock for HttpServletResponse.Classbr.com.caelum.vraptor.util.testVRaptor
MockInstanceImplFake implementation for Instance to test injection with list of elements.Classbr.com.caelum.vraptor.util.testVRaptor
MockResourceBundleMocked resource bundle that only returns the own key.Classbr.com.caelum.vraptor.util.testVRaptor
MockResultA mocked Result for testing your controllers.Classbr.com.caelum.vraptor.util.testVRaptor
MockSerializationResultA mocked Result for testing your serialized objects returns.Classbr.com.caelum.vraptor.util.testVRaptor
MockValidatorMocked Validator for testing your controllers.Classbr.com.caelum.vraptor.util.testVRaptor
MultipartConfigBasic multi part interceptor configuration.Interfacebr.com.caelum.vraptor.observer.uploadVRaptor
MutableRequestA request capable of receiving extra parameters.Interfacebr.com.caelum.vraptor.httpVRaptor
MutableResponseA response that can add listeners to RedirectsAuthor:Lucas Cavalcanti, Caires Vinicius, Adriano AlmeidaInterfacebr.com.caelum.vraptor.httpVRaptor
NoInterceptMethodsValidationRuleClassbr.com.caelum.vraptor.interceptorVRaptor
NoRootSerializationCreates a serializer of a given format with out ROOT alias.Interfacebr.com.caelum.vraptor.serializationVRaptor
NoStackParamValidationRuleClassbr.com.caelum.vraptor.interceptorVRaptor
NoStrategyA route strategy which is basically invalid in order to force users to not forget to decide a route strategy.Classbr.com.caelum.vraptor.http.routeVRaptor
NoTypeFinderClassbr.com.caelum.vraptor.http.routeVRaptor
NullConverterClassbr.com.caelum.vraptor.serialization.xstreamVRaptor
NullEnvironmentEnvironment implementation that doesn't' anything.Classbr.com.caelum.vraptor.environmentVRaptor
NullMultipartObserverThis observer will warn a message in console when no commons-fileupload was found in classpath and application try to upload any files.Classbr.com.caelum.vraptor.observer.uploadVRaptor
OptionsSupports the OPTIONS http method.Classbr.com.caelum.vraptorVRaptor
OutjectorThis class is responsible for outjecting request parameter to the next request.Interfacebr.com.caelum.vraptor.validatorVRaptor
OutjectResultOutjects the result of the method invocation to the desired resultAuthor:guilherme silveira, Rodrigo TuriniClassbr.com.caelum.vraptor.observerVRaptor
PackagesAcceptorClassbr.com.caelum.vraptor.interceptorVRaptor
PageResultA common forward/redirect/include page result.Interfacebr.com.caelum.vraptor.viewVRaptor
ParameterClass that represents a method or constructor parameter.Classbr.com.caelum.vraptor.httpVRaptor
ParameterIncluderIncludes all the parameters on the view of a method annotated with IncludeParameters annotationClassbr.com.caelum.vraptor.observerVRaptor
ParameterNameProviderProvides all parameter names for an specific java method.Interfacebr.com.caelum.vraptor.httpVRaptor
ParametersControlInterfacebr.com.caelum.vraptor.http.routeVRaptor
ParametersInstantiatorAn observer which instantiates parameters and provide them to the request.Classbr.com.caelum.vraptor.observerVRaptor
ParametersProviderProvides all parameters required to invoke an specific java method.Interfacebr.com.caelum.vraptor.httpVRaptor
ParanamerNameProviderParanamer implementation for ParameterNameProvider, that reads parameter info using Named annotation on each parameter, or read bytecode to find parameter information, in this order.Classbr.com.caelum.vraptor.httpVRaptor
PatchSupports the PATCH http method.Classbr.com.caelum.vraptorVRaptor
PathSets a custom path to allow web requisitions to access this controller.Classbr.com.caelum.vraptorVRaptor
PathAnnotationRoutesParserThe default parser routes creator uses the path annotation to create rules.Classbr.com.caelum.vraptor.http.routeVRaptor
PathResolverDecides the url to forward after a request was executed.Interfacebr.com.caelum.vraptor.viewVRaptor
PostSupports the POST http method.Classbr.com.caelum.vraptorVRaptor
PrimitiveBooleanConverterVRaptor's primitive boolean converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveByteConverterVRaptor's primitive byte converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveCharConverterVRaptor's primitive char converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveDoubleConverterLocalized version of VRaptor's Double converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveFloatConverterLocalized version of VRaptor's Float converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveIntConverterVRaptor's primitive int converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveLongConverterVRaptor's primitive long converter.Classbr.com.caelum.vraptor.converterVRaptor
PrimitiveShortConverterVRaptor's primitive short converter.Classbr.com.caelum.vraptor.converterVRaptor
PriorityRoutesListOrder Routes by priorityAuthor:Lucas CavalcantiClassbr.com.caelum.vraptor.http.routeVRaptor
PropertyA Qualifier to help injection of Environment propertiesSince:4.Classbr.com.caelum.vraptor.environmentVRaptor
ProxifierReturn true if the object is a proxy, false otherwise.Interfacebr.com.caelum.vraptor.proxyVRaptor
ProxyCreationExceptionThrown when proxy creation fails.Classbr.com.caelum.vraptor.proxyVRaptor
ProxyInvocationExceptionThrown when proxy invocation fails.Classbr.com.caelum.vraptor.proxyVRaptor
PutSupports the PUT http method.Classbr.com.caelum.vraptorVRaptor
RefererResultRedirects or forwards to the Referer.Interfacebr.com.caelum.vraptor.viewVRaptor
RegisterStrategyDefines strategies for registering custom serialization or deserialization inOptional Element SummaryClassbr.com.caelum.vraptor.serialization.gsonVRaptor
RegisterTypeDefines strategies for registering custom serialization or deserialization inEnum Constant SummaryClassbr.com.caelum.vraptor.serialization.gsonVRaptor
ReplicatorOutjectorOutjector implementation that replicates logic parameters to next logicSince:3.Classbr.com.caelum.vraptor.validatorVRaptor
RepresentationResultChooses a serializer to serialize an object.Interfacebr.com.caelum.vraptor.serializationVRaptor
RequestHandlerObserverLooks up the ControllerMethod for a specific request and start InterceptorStack if it was found, otherwise delegates for the 404 component.Classbr.com.caelum.vraptor.observerVRaptor
RequestStartedSimple wrapper for request, response and servlet context.Interfacebr.com.caelum.vraptor.eventsVRaptor
RequestStartedFactorySimple factory for request started event production.Classbr.com.caelum.vraptor.iocVRaptor
RequestSuccededClassbr.com.caelum.vraptor.eventsVRaptor
ResultA controller requisition result.Interfacebr.com.caelum.vraptorVRaptor
ResultExceptionClassbr.com.caelum.vraptor.viewVRaptor
ResultsSome common results for most web based logics.Classbr.com.caelum.vraptor.viewVRaptor
RouteAn specific route rule.Interfacebr.com.caelum.vraptor.http.routeVRaptor
RouteBuilderInterfacebr.com.caelum.vraptor.http.routeVRaptor
RouteBuilder .ParameterControlBuilderInterfacebr.com.caelum.vraptor.http.route.RouteBuilderVRaptor
RouteNotFoundExceptionA route was not found for the specified parameters.Classbr.com.caelum.vraptor.http.routeVRaptor
RouterHandles different rules in order to translate urls into Controller methods.Interfacebr.com.caelum.vraptor.http.routeVRaptor
RoutesParserExtracts all possible routes for this specific controller.Interfacebr.com.caelum.vraptor.http.routeVRaptor
RulesRules for controller localization.Classbr.com.caelum.vraptor.http.routeVRaptor
SafeResourceBundleA Resource bundle that doesn't throw exception when there is no resource of given key.Classbr.com.caelum.vraptor.utilVRaptor
SerializationCreates a serializer of a given format.Interfacebr.com.caelum.vraptor.serializationVRaptor
SerializeeClassbr.com.caelum.vraptor.serializationVRaptor
SerializerSerializes given object, including and excluding fields.Interfacebr.com.caelum.vraptor.serializationVRaptor
SerializerBuilderSerializerBuilder used on internal API to build a Serializer object.Interfacebr.com.caelum.vraptor.serializationVRaptor
ServletBasedEnvironmentA default Environment implementation which loads the environment file based on VRAPTOR_ENV system property or br.Classbr.com.caelum.vraptor.environmentVRaptor
ServletContextFactoryClassbr.com.caelum.vraptor.ioc.cdiVRaptor
SessionFlashScopeFlashScope that uses the HttpSession to hold the dataSince:3.Classbr.com.caelum.vraptor.viewVRaptor
SetInstantiatorAn instantiator that supports Sets.Classbr.com.caelum.vraptor.http.iogiVRaptor
SeverityClassbr.com.caelum.vraptor.validatorVRaptor
ShortConverterVRaptor's Short converter.Classbr.com.caelum.vraptor.converterVRaptor
SignatureAcceptorInterfacebr.com.caelum.vraptor.interceptorVRaptor
SimpleInterceptorStackJust a easier way to interact with InterceptorStack.Interfacebr.com.caelum.vraptor.interceptorVRaptor
SimpleMessageA simple validation message.Classbr.com.caelum.vraptor.validatorVRaptor
StaticContentHandlerHandles the content if the request corresponds to static content (like images, CSS, JS and so on).Interfacebr.com.caelum.vraptor.coreVRaptor
StatusAllows status + header related results.Interfacebr.com.caelum.vraptor.viewVRaptor
StepInvokerClassbr.com.caelum.vraptor.interceptorVRaptor
StereotypesRegistryClassbr.com.caelum.vraptor.ioc.cdiVRaptor
StringConverterClassbr.com.caelum.vraptor.converterVRaptor
StringUtilsUtility methods to handle stringsAuthor:Lucas CavalcantiClassbr.com.caelum.vraptor.utilVRaptor
SuperMethodDefines calls to the overriden original method.Interfacebr.com.caelum.vraptor.proxyVRaptor
ToInstantiateInterceptorHandlerInstantiates the interceptor on the fly and executes its method.Classbr.com.caelum.vraptor.coreVRaptor
TopologicalSortedInterceptorRegistryAn interceptor registry that sorts interceptors based on their before and after conditionsSince:3.Classbr.com.caelum.vraptor.interceptorVRaptor
TwoWayConverterA converter that also converts an object to a safe string.Interfacebr.com.caelum.vraptorVRaptor
TypeFinderDiscover Types from parameter pathsAuthor:Lucas CavalcantiInterfacebr.com.caelum.vraptor.http.routeVRaptor
TypeNameExtractorComponent that Extract the name of a generic type.Interfacebr.com.caelum.vraptor.interceptorVRaptor
UploadedFileAn interface which represents the information of an uploaded file.Interfacebr.com.caelum.vraptor.observer.uploadVRaptor
UploadedFileConverterA converter capable of setting UploadedFiles based on files parsed by the multipart interceptor.Classbr.com.caelum.vraptor.observer.uploadVRaptor
UrlToControllerTranslatorTranslates requests into controller methods.Interfacebr.com.caelum.vraptor.httpVRaptor
ValidationExceptionA marked annotation to indicate that a certain exception class should be used as a Validation Exception by VRaptor Validator.Classbr.com.caelum.vraptor.validator.annotationVRaptor
ValidationExceptionIf some validation error occur, its encapsulated within an instance of ValidationException, which is then throw and parsed.Classbr.com.caelum.vraptor.validatorVRaptor
ValidationRuleA validation rule interface for new interceptors.Interfacebr.com.caelum.vraptor.interceptorVRaptor
ValidationViewsFactoryComponent responsible for instantiating corresponding validation form of given view.Interfacebr.com.caelum.vraptor.viewVRaptor
ValidatorA validator interface for VRaptor.Interfacebr.com.caelum.vraptor.validatorVRaptor
ValuedParameterRepresents a parameter with value.Classbr.com.caelum.vraptor.httpVRaptor
VRaptorVRaptor entry point.Classbr.com.caelum.vraptorVRaptor
VRaptorClassMapperClassbr.com.caelum.vraptor.serialization.xstreamVRaptor
VRaptorDependencyProvideran adapter for IOGI's dependency provider based on VRaptor's containerSince:Author:Lucas CavalcantiClassbr.com.caelum.vraptor.http.iogiVRaptor
VRaptorExceptionThe base Exception type for VRaptor.Classbr.com.caelum.vraptorVRaptor
VRaptorInitializedClassbr.com.caelum.vraptor.eventsVRaptor
VRaptorInstantiatorClassbr.com.caelum.vraptor.http.iogiVRaptor
VRaptorParameterNamesProviderAn adapter for iogi's parameterNamesProviderSince:Author:Lucas CavalcantiClassbr.com.caelum.vraptor.http.iogiVRaptor
VRaptorRequestA request capable of adding new parameters.Classbr.com.caelum.vraptor.httpVRaptor
VRaptorRequestStartedSimple wrapper for request, response and servlet context.Classbr.com.caelum.vraptor.eventsVRaptor
VRaptorResponseDefault implementation of MutableResponseAuthor:Lucas Cavalcanti, Caires Vinicius, Adriano AlmeidaClassbr.com.caelum.vraptor.httpVRaptor
VRaptorXStreamClassbr.com.caelum.vraptor.serialization.xstreamVRaptor
WithAnnotationAcceptorVerify if certain annotations are presents in class or method.Classbr.com.caelum.vraptor.interceptorVRaptor
XMLSerializationBasic xml serialization support using a xml BasicSerializer.Interfacebr.com.caelum.vraptor.serializationVRaptor
XStreamBuilderInterface that defines needed methods to create a configured XStream instanceSince:3.Interfacebr.com.caelum.vraptor.serialization.xstreamVRaptor
XStreamBuilderImplClassbr.com.caelum.vraptor.serialization.xstreamVRaptor
XStreamConvertersComponent used to scan all XStream convertersSince:3.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor
XStreamSerializerA SerializerBuilder based on XStreamSince:3.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor
XStreamXMLDeserializerXStream based Xml DeserializerSince:3.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor
XStreamXMLSerializationXStream implementation for XmlSerializationSince:3.Classbr.com.caelum.vraptor.serialization.xstreamVRaptor