Uses of Annotation Interface
org.qubitpi.wilhelm.LanguageCheck
Packages that use LanguageCheck
-
Uses of LanguageCheck in org.qubitpi.wilhelm.web.endpoints
Methods in org.qubitpi.wilhelm.web.endpoints with annotations of type LanguageCheckModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
Neo4JServlet.getCountByLanguage
(@NotNull String language) Returns the total number of terms of a specified langauges.jakarta.ws.rs.core.Response
Neo4JServlet.getVocabularyByLanguagePaged
(@NotNull String language, @NotNull String perPage, @NotNull String page) Get paginated vocabularies of a language. -
Uses of LanguageCheck in org.qubitpi.wilhelm.web.filters
Classes in org.qubitpi.wilhelm.web.filters with annotations of type LanguageCheckModifier and TypeClassDescriptionclass
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".