Uses of Interface
de.iip_ecosphere.platform.support.rest.Rest.Response
Packages that use Rest.Response
-
Uses of Rest.Response in de.iip_ecosphere.platform.support.rest
Methods in de.iip_ecosphere.platform.support.rest with parameters of type Rest.ResponseModifier and TypeMethodDescriptionvoidRest.ExceptionHandler.handle(Exception exception, Rest.Request request, Rest.Response response) Invoked when a registered exception type occurred.voidRest.Filter.handle(Rest.Request request, Rest.Response response) Invoked when a request is made on this route's corresponding path e.g.Rest.Route.handle(Rest.Request request, Rest.Response response) Invoked when a request is made on this route's corresponding path e.g.