Uses of Class
digilib.servlet.Scaler.ErrMsg
-
Packages that use Scaler.ErrMsg Package Description digilib.servlet -
-
Uses of Scaler.ErrMsg in digilib.servlet
Fields in digilib.servlet declared as Scaler.ErrMsg Modifier and Type Field Description static Scaler.ErrMsg
Scaler. defaultErrMsgType
default error message typeMethods in digilib.servlet that return Scaler.ErrMsg Modifier and Type Method Description static Scaler.ErrMsg
Scaler.ErrMsg. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scaler.ErrMsg[]
Scaler.ErrMsg. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in digilib.servlet with parameters of type Scaler.ErrMsg Modifier and Type Method Description static void
Scaler. digilibError(Scaler.ErrMsg type, Scaler.Error error, String msg, javax.servlet.http.HttpServletResponse response)
Sends an error to the client as text or image.Constructors in digilib.servlet with parameters of type Scaler.ErrMsg Constructor Description AsyncServletWorker(DigilibConfiguration dlConfig, ImageJobDescription jobinfo, javax.servlet.AsyncContext asyncContext, Scaler.ErrMsg errMsgType, long startTime)
-