Uses of Interface
net.officefloor.web.HttpInputPath
-
Packages that use HttpInputPath Package Description net.officefloor.web net.officefloor.web.build net.officefloor.web.route net.officefloor.web.template.section -
-
Uses of HttpInputPath in net.officefloor.web
Classes in net.officefloor.web that implement HttpInputPath Modifier and Type Class Description classHttpInputPathImplHttpInputPathimplementation.Methods in net.officefloor.web that return HttpInputPath Modifier and Type Method Description HttpInputPathHttpRouteSectionSource.RouteInput. getHttpInputPath()Obtains theHttpInputPathfor this route. -
Uses of HttpInputPath in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpInputPath Modifier and Type Method Description HttpInputPathHttpInput. getPath()Obtains theHttpInputPathfor thisHttpInput. -
Uses of HttpInputPath in net.officefloor.web.route
Methods in net.officefloor.web.route that return HttpInputPath Modifier and Type Method Description HttpInputPathWebRouterBuilder. addRoute(HttpMethod method, java.lang.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 HttpInputPath Modifier and Type Method Description voidWebTemplateSectionSource. setHttpInputPath(HttpInputPath inputPath)Specifies theHttpInputPath.Constructors in net.officefloor.web.template.section with parameters of type HttpInputPath Constructor Description WebTemplateInitialFunction(boolean isRequireSecure, java.lang.String contentType, java.nio.charset.Charset charset, HttpInputPath inputPath, int terminatingPathCharacter)Initiate.
-