Uses of Interface
net.officefloor.web.rest.build.RestPathContext
Packages that use RestPathContext
-
Uses of RestPathContext in net.officefloor.web.rest.build
Classes in net.officefloor.web.rest.build that implement RestPathContextMethods in net.officefloor.web.rest.build that return RestPathContextModifier and TypeMethodDescriptionRestPathContext.getParentPath()Obtains the parentRestPathContext.RestPathContextImpl.getParentPath()RestMethodDecoratorContext.getPath()Obtains the REST path for thisRestMethodDecoratorContext.Constructors in net.officefloor.web.rest.build with parameters of type RestPathContextModifierConstructorDescriptionRestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) RestPathContextImpl(String path, RestPathContext parentPath)