Uses of Class
nzilbb.webapp.StandAloneWebApp
-
Packages that use StandAloneWebApp Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotatorimplementations.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 classAnnotatorWebAppBase class for collecting together common functionality of Annatotor web app utilities.classConfigAppUtility for running a stand-alone webapp for configuring anAnnotatorinstallation.classExtAppUtility for running a stand-alone webapp forAnnotatorextras.classTaskAppUtility 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 StandAloneWebAppAnnotatorWebApp. setFinishedPath(String newFinishedPath)Override this setter so it's not required as a command line switchStandAloneWebAppTaskApp. setFinishedPath(String newFinishedPath)Override this setter so it's not required as a command line switchStandAloneWebAppAnnotatorWebApp. setRoot(File newRoot)Override this setter so it's not required as a command line switchStandAloneWebAppTaskApp. 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 StandAloneWebAppStandAloneWebApp. setFinishedPath(String newFinishedPath)Setter forfinishedPath: The URI path (excluding leading '/') for the request that terminates the web app.StandAloneWebAppStandAloneWebApp. setFinishedResponse(String newFinishedResponse)Setter forfinishedResponse: The HTML document to show when /finishedPathis called.StandAloneWebAppStandAloneWebApp. setPort(Integer newPort)Setter forport: Server port to listen on.StandAloneWebAppStandAloneWebApp. setQuery(String newQuery)Setter forquery: The query string to use when opening the web-app.StandAloneWebAppStandAloneWebApp. setRoot(File newRoot)Setter forroot: Root directory of webapp.
-