Uses of Class
digilib.servlet.ScalerNoThread.Error
-
Packages that use ScalerNoThread.Error Package Description digilib.servlet -
-
Uses of ScalerNoThread.Error in digilib.servlet
Methods in digilib.servlet that return ScalerNoThread.Error Modifier and Type Method Description static ScalerNoThread.Error
ScalerNoThread.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScalerNoThread.Error[]
ScalerNoThread.Error. 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.Error 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.
-