Package org.eclipse.scanning.server.servlet
package org.eclipse.scanning.server.servlet
From: https://en.wikipedia.org/wiki/Java_servlet A Java servlet is a Java program that extends the capabilities of a server. Although servlets can respond to any types of requests, they most commonly implement applications hosted on Web servers.[1] Such Web servlets are the Java counterpart to other dynamic Web content technologies such as PHP and ASP.NET.This package deals with actions which the acquisition server may be instructed to do. It defines the interface of the server to various client types, Java, VB and javascript.
-
ClassesClassDescriptionAbstractJobQueueServlet<T extends StatusBean>Class used to register a servlet Spring config started servlets, for instance:AbstractResponderServlet<B extends IdBean>Class used to register a servlet SA servlet to acquire data from a particular detector.Defines scan defaults to be merged with a
ScanRequeston the server.This pre-processor merges the monitors defined in itsDefaultScanConfigurationinto aScanRequest.A servlet to get the available devices from the IDeviceService.A servlet to handle aPositionerRequestto move to anIPosition.An OSGi service to aggregate the configuredIPreprocessors.Object for running a scan.A servlet to do any scan type based on the information provided in a ScanBean.