Uses of Interface
net.officefloor.web.HttpInputPath
Packages that use HttpInputPath
Package
Description
-
Uses of HttpInputPath in net.officefloor.web
Classes in net.officefloor.web that implement HttpInputPathMethods in net.officefloor.web that return HttpInputPathModifier and TypeMethodDescriptionHttpRouteSectionSource.RouteInput.getHttpInputPath()Obtains theHttpInputPathfor this route. -
Uses of HttpInputPath in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpInputPathModifier and TypeMethodDescriptionHttpInput.getPath()Obtains theHttpInputPathfor thisHttpInput. -
Uses of HttpInputPath in net.officefloor.web.route
Methods in net.officefloor.web.route that return HttpInputPathModifier and TypeMethodDescriptionWebRouterBuilder.addRoute(HttpMethod method, String path, WebRouteHandler handler) Adds a route. -
Uses of HttpInputPath in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type HttpInputPathModifier and TypeMethodDescriptionvoidWebTemplateSectionSource.setHttpInputPath(HttpInputPath inputPath) Specifies theHttpInputPath.Constructors in net.officefloor.web.template.section with parameters of type HttpInputPathModifierConstructorDescriptionWebTemplateInitialFunction(boolean isRequireSecure, String contentType, Charset charset, HttpInputPath inputPath, int terminatingPathCharacter) Initiate.