Uses of Interface
de.iip_ecosphere.platform.support.rest.Rest.Filter
Packages that use Rest.Filter
-
Uses of Rest.Filter in de.iip_ecosphere.platform.support.rest
Methods in de.iip_ecosphere.platform.support.rest with parameters of type Rest.FilterModifier and TypeMethodDescriptionvoidRest.RestServer.defineBefore(Rest.Filter filter) Defines a filter on all paths.voidRest.RestServer.defineBefore(String path, Rest.Filter filter) Defines a filter on a given path.