Uses of Interface
ch.software_atelier.simpleflex.rest.RestResource
Packages that use RestResource
-
Uses of RestResource in ch.software_atelier.simpleflex.rest
Classes in ch.software_atelier.simpleflex.rest that implement RestResourceModifier and TypeClassDescriptionclassAn abstract RestResource that retorns 405 Method Not Allowed on every Method.Methods in ch.software_atelier.simpleflex.rest with parameters of type RestResourceModifier and TypeMethodDescriptionvoidRestApp.addResource(String path, RestResource res) voidRestHandler.registerResource(String resourcePath, RestResource resource) -
Uses of RestResource in ch.software_atelier.simpleflex.rest.test
Classes in ch.software_atelier.simpleflex.rest.test that implement RestResource