Package org.qubitpi.wilhelm.web.filters
package org.qubitpi.wilhelm.web.filters
-
ClassDescription
CorsFilter
is a Jersey pre-matching filter handling CORS.AContainerRequestFilter
that validates thelanguage
path param in endpoint requests and only applies to those with "languages/{language}" in the middle of its endpoint path, for example "/languages/{language}/count".