Uses of Interface
net.officefloor.web.build.HttpInput
-
Packages that use HttpInput Package Description net.officefloor.web net.officefloor.web.build net.officefloor.web.compile -
-
Uses of HttpInput in net.officefloor.web
Methods in net.officefloor.web that return HttpInput Modifier and Type Method Description HttpInput
WebArchitectEmployer. getHttpInput(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath)
-
Uses of HttpInput in net.officefloor.web.build
Subinterfaces of HttpInput in net.officefloor.web.build Modifier and Type Interface Description interface
HttpUrlContinuation
HTTP URL continuation.Methods in net.officefloor.web.build that return HttpInput Modifier and Type Method Description HttpInput
WebArchitect. getHttpInput(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath)
Creates aHttpInput
into the application. -
Uses of HttpInput in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return HttpInput Modifier and Type Method Description HttpInput
CompileWebContext. link(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath, java.lang.Class<?> sectionClass)
Convenience method to link a URL to theservice
method of theClass
.HttpInput
CompileWebContextImpl. link(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath, java.lang.Class<?> sectionClass)
-