Uses of Class
digilib.servlet.ScalerNoThread.ErrMsg
-
Packages that use ScalerNoThread.ErrMsg Package Description digilib.servlet -
-
Uses of ScalerNoThread.ErrMsg in digilib.servlet
Methods in digilib.servlet that return ScalerNoThread.ErrMsg Modifier and Type Method Description static ScalerNoThread.ErrMsg
ScalerNoThread.ErrMsg. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScalerNoThread.ErrMsg[]
ScalerNoThread.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 ScalerNoThread.ErrMsg Modifier and Type Method Description static void
ScalerNoThread. digilibError(ScalerNoThread.ErrMsg type, ScalerNoThread.Error error, String msg, javax.servlet.http.HttpServletResponse response)
Sends an error to the client as text or image.
-