Uses of Interface
net.officefloor.web.build.HttpInput
Packages that use HttpInput
Package
Description
-
Uses of HttpInput in net.officefloor.web
Methods in net.officefloor.web that return HttpInputModifier and TypeMethodDescriptionWebArchitectEmployer.getHttpInput(boolean isSecure, String httpMethodName, String applicationPath) -
Uses of HttpInput in net.officefloor.web.build
Subinterfaces of HttpInput in net.officefloor.web.buildMethods in net.officefloor.web.build that return HttpInputModifier and TypeMethodDescriptionWebArchitect.getHttpInput(boolean isSecure, String httpMethodName, String applicationPath) Creates aHttpInputinto the application. -
Uses of HttpInput in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return HttpInputModifier and TypeMethodDescriptionCompileWebContext.link(boolean isSecure, String httpMethodName, String applicationPath, Class<?> sectionClass) Convenience method to link a URL to theservicemethod of theClass.CompileWebContextImpl.link(boolean isSecure, String httpMethodName, String applicationPath, Class<?> sectionClass) -
Uses of HttpInput in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build that return HttpInputModifier and TypeMethodDescriptionRestMethod.getHttpInput()Obtains theHttpInput.RestMethodImpl.getHttpInput()Constructors in net.officefloor.web.rest.build with parameters of type HttpInputModifierConstructorDescriptionRestMethodImpl(boolean isSecure, HttpMethod httpMethod, HttpInput httpInput, OfficeSectionInput sectionInput, Object[] momentos) Instantiate.