All Classes and Interfaces
Class
Description
This abstract class implements all the operations for output generator dispatchers, the only responsibility of subclasses
is to register generators with their respective trigger terms in their constructors
Handles handler registrations and overrides for
ServletHandler implementing classes, please use
the following three private methods: registerParameterHandler, registerResponsePostProcessor, registerOutputGeneratorProvides static methods to process url used by servlet servlets
Generates an error output in JSON in the same way as Bioportal Annotator
This exception is thrown when the format of the input Bioportal JSON-LD syntax is invalid
This is a generic exception encapsulating error messages from an NCBO Bioportal api service
Default implementation of ProxyOutput
Specification of an
OutputGenerator that produces a String output from an annotation modelDispatches the output generation to the right output generator depending on the generator trigger
Handler for a parameter passed to the Proxy Servlet.
This interface specifies the output of the annotator
Appends annotations to an existing Bioportal Annotation Model.
Specification of a registry for
ResponsePostProcessor components that allows registering and chain-applying the
post processors.