Uses of Interface
io.john.amiscaray.quak.web.controller.PathController
Packages that use PathController
Package
Description
-
Uses of PathController in io.john.amiscaray.quak.web.application
Methods in io.john.amiscaray.quak.web.application that return types with arguments of type PathControllerModifier and TypeMethodDescriptionMap<RequestMapping, PathController<?, ?>> WebApplication.Configuration.pathControllers()Returns the value of thepathControllersrecord component.Method parameters in io.john.amiscaray.quak.web.application with type arguments of type PathControllerModifier and TypeMethodDescriptionprotected voidWebApplication.addPathMappings(Map<RequestMapping, PathController<?, ?>> pathMappings) Constructor parameters in io.john.amiscaray.quak.web.application with type arguments of type PathControllerModifierConstructorDescriptionConfiguration(Class<?> main, String[] args, Map<RequestMapping, PathController<?, ?>> pathControllers) Creates an instance of aConfigurationrecord class. -
Uses of PathController in io.john.amiscaray.quak.web.controller
Classes in io.john.amiscaray.quak.web.controller that implement PathControllerModifier and TypeClassDescriptionfinal recordA handles a request for a path with path variables.final recordSimplePathController<T,U> A simple implementation ofPathController. -
Uses of PathController in io.john.amiscaray.quak.web.servlet
Constructor parameters in io.john.amiscaray.quak.web.servlet with type arguments of type PathControllerModifierConstructorDescriptionHttpController(String urlPattern, Map<RequestMethod, PathController<?, ?>> pathControllers)