Uses of Interface
net.officefloor.web.rest.build.RestConfiguration
Packages that use RestConfiguration
-
Uses of RestConfiguration in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build with parameters of type RestConfigurationModifier and TypeMethodDescriptionvoidRestPathContextImpl.addConfiguration(RestConfiguration configuration) RestArchitect.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Adds servicing of aRestMethod.RestEmployer.RestArchitectImpl.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Constructors in net.officefloor.web.rest.build with parameters of type RestConfigurationModifierConstructorDescriptionComposedEndpoint(OfficeSectionInput input, RestConfiguration configuration) RestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext)