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 HttpUrlContinuationWebArchitectEmployer. 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 HttpUrlContinuationWebArchitect. getHttpInput(boolean isSecure, java.lang.String applicationPath)Creates aHttpUrlContinuationinto 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 HttpUrlContinuationCompileWebContext. link(boolean isSecure, java.lang.String applicationPath, java.lang.Class<?> sectionClass)Convenience method to link a URI to theservicemethod of theClass.HttpUrlContinuationCompileWebContextImpl. link(boolean isSecure, java.lang.String applicationPath, java.lang.Class<?> sectionClass)
-