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 HttpInputWebArchitectEmployer. 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 interfaceHttpUrlContinuationHTTP URL continuation.Methods in net.officefloor.web.build that return HttpInput Modifier and Type Method Description HttpInputWebArchitect. getHttpInput(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath)Creates aHttpInputinto the application. -
Uses of HttpInput in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return HttpInput Modifier and Type Method Description HttpInputCompileWebContext. link(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath, java.lang.Class<?> sectionClass)Convenience method to link a URL to theservicemethod of theClass.HttpInputCompileWebContextImpl. link(boolean isSecure, java.lang.String httpMethodName, java.lang.String applicationPath, java.lang.Class<?> sectionClass)
-