Uses of Annotation Interface
org.qubitpi.wilhelm.LanguageCheck
-
Uses of LanguageCheck in org.qubitpi.wilhelm.web.endpoints
Modifier 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
Modifier 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".