Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Br.com.caelum.vraptor.http Classes and Interfaces - 45 results found.
NameDescriptionTypePackageFramework
ControllerNotFoundExceptionException thrown when no routes matching URI are found.Classbr.com.caelum.vraptor.http.routeVRaptor
DefaultControllerTranslatorBasic url to controller method translator.Classbr.com.caelum.vraptor.httpVRaptor
DefaultFormatResolverDefault implementation for FormatResolver.Classbr.com.caelum.vraptor.httpVRaptor
DefaultParametersControlDefault implementation of parameters control on uris.Classbr.com.caelum.vraptor.http.routeVRaptor
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
DefaultTypeFinderDiscover parameter typesAuthor:Lucas CavalcantiClassbr.com.caelum.vraptor.http.routeVRaptor
EncodingHandlerEncodingHandler that uses Encoding from web.Classbr.com.caelum.vraptor.httpVRaptor
EvaluatorInterfacebr.com.caelum.vraptor.http.routeVRaptor
FixedMethodStrategyA route strategy which invokes a fixed type's method.Classbr.com.caelum.vraptor.http.routeVRaptor
FormatResolverDecides which format the request accepts.Interfacebr.com.caelum.vraptor.httpVRaptor
IllegalRouteExceptionIllegal routes might be created under different situations.Classbr.com.caelum.vraptor.http.routeVRaptor
InstantiatorWithErrorsInterfacebr.com.caelum.vraptor.http.iogiVRaptor
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
MethodNotAllowedExceptionException thrown when no routes matching given URI allow given HTTP method.Classbr.com.caelum.vraptor.http.routeVRaptor
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
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
ParameterClass that represents a method or constructor parameter.Classbr.com.caelum.vraptor.httpVRaptor
ParameterNameProviderProvides all parameter names for an specific java method.Interfacebr.com.caelum.vraptor.httpVRaptor
ParametersControlInterfacebr.com.caelum.vraptor.http.routeVRaptor
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
PathAnnotationRoutesParserThe default parser routes creator uses the path annotation to create rules.Classbr.com.caelum.vraptor.http.routeVRaptor
PriorityRoutesListOrder Routes by priorityAuthor:Lucas CavalcantiClassbr.com.caelum.vraptor.http.routeVRaptor
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
SetInstantiatorAn instantiator that supports Sets.Classbr.com.caelum.vraptor.http.iogiVRaptor
TypeFinderDiscover Types from parameter pathsAuthor:Lucas CavalcantiInterfacebr.com.caelum.vraptor.http.routeVRaptor
UrlToControllerTranslatorTranslates requests into controller methods.Interfacebr.com.caelum.vraptor.httpVRaptor
ValuedParameterRepresents a parameter with value.Classbr.com.caelum.vraptor.httpVRaptor
VRaptorDependencyProvideran adapter for IOGI's dependency provider based on VRaptor's containerSince:Author:Lucas CavalcantiClassbr.com.caelum.vraptor.http.iogiVRaptor
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
VRaptorResponseDefault implementation of MutableResponseAuthor:Lucas Cavalcanti, Caires Vinicius, Adriano AlmeidaClassbr.com.caelum.vraptor.httpVRaptor