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