Uses of Class
org.javalite.activeweb.EndPointHttpMethod
Packages that use EndPointHttpMethod
-
Uses of EndPointHttpMethod in org.javalite.activeweb
Methods in org.javalite.activeweb that return types with arguments of type EndPointHttpMethodMethods in org.javalite.activeweb with parameters of type EndPointHttpMethodModifier and TypeMethodDescriptionboolean
EndPointDefinition.contains(EndPointHttpMethod[] endpointHttpMethods)
Method parameters in org.javalite.activeweb with type arguments of type EndPointHttpMethodModifier and TypeMethodDescriptionvoid
EndPointDefinition.addEndpointMethod(List<EndPointHttpMethod> endpointMethod)
Constructor parameters in org.javalite.activeweb with type arguments of type EndPointHttpMethodModifierConstructorDescriptionEndPointDefinition(List<EndPointHttpMethod> endpointMethods, String path, String controllerClassName, String actionMethod, String argumentClassName)