Uses of Class
nzilbb.webapp.StandAloneWebApp
-
Packages that use StandAloneWebApp Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotator
implementations.nzilbb.webapp Utility base class for supporting running presenting webapp-based user interfaces. -
-
Uses of StandAloneWebApp in nzilbb.ag.automation.util
Subclasses of StandAloneWebApp in nzilbb.ag.automation.util Modifier and Type Class Description class
AnnotatorWebApp
Base class for collecting together common functionality of Annatotor web app utilities.class
ConfigApp
Utility for running a stand-alone webapp for configuring anAnnotator
installation.class
ExtApp
Utility for running a stand-alone webapp forAnnotator
extras.class
TaskApp
Utility for running a stand-alone webapp for configuring the parameters of an annotation task.Methods in nzilbb.ag.automation.util that return StandAloneWebApp Modifier and Type Method Description StandAloneWebApp
AnnotatorWebApp. setFinishedPath(String newFinishedPath)
Override this setter so it's not required as a command line switchStandAloneWebApp
TaskApp. setFinishedPath(String newFinishedPath)
Override this setter so it's not required as a command line switchStandAloneWebApp
AnnotatorWebApp. setRoot(File newRoot)
Override this setter so it's not required as a command line switchStandAloneWebApp
TaskApp. setRoot(File newRoot)
Override this setter so it's not required as a command line switch -
Uses of StandAloneWebApp in nzilbb.webapp
Methods in nzilbb.webapp that return StandAloneWebApp Modifier and Type Method Description StandAloneWebApp
StandAloneWebApp. setFinishedPath(String newFinishedPath)
Setter forfinishedPath
: The URI path (excluding leading '/') for the request that terminates the web app.StandAloneWebApp
StandAloneWebApp. setFinishedResponse(String newFinishedResponse)
Setter forfinishedResponse
: The HTML document to show when /finishedPath
is called.StandAloneWebApp
StandAloneWebApp. setPort(Integer newPort)
Setter forport
: Server port to listen on.StandAloneWebApp
StandAloneWebApp. setQuery(String newQuery)
Setter forquery
: The query string to use when opening the web-app.StandAloneWebApp
StandAloneWebApp. setRoot(File newRoot)
Setter forroot
: Root directory of webapp.
-