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 class
HttpInputPathImpl
HttpInputPath
implementation.Methods in net.officefloor.web that return HttpInputPath Modifier and Type Method Description HttpInputPath
HttpRouteSectionSource.RouteInput. getHttpInputPath()
Obtains theHttpInputPath
for this route. -
Uses of HttpInputPath in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpInputPath Modifier and Type Method Description HttpInputPath
HttpInput. getPath()
Obtains theHttpInputPath
for thisHttpInput
. -
Uses of HttpInputPath in net.officefloor.web.route
Methods in net.officefloor.web.route that return HttpInputPath Modifier and Type Method Description HttpInputPath
WebRouterBuilder. 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 void
WebTemplateSectionSource. 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.
-