Uses of Enum
digilib.servlet.ScalerNoThread.Error
Packages that use ScalerNoThread.Error
-
Uses of ScalerNoThread.Error in digilib.servlet
Methods in digilib.servlet that return ScalerNoThread.ErrorModifier and TypeMethodDescriptionstatic ScalerNoThread.ErrorReturns 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.ErrorModifier and TypeMethodDescriptionstatic voidScalerNoThread.digilibError(ScalerNoThread.ErrMsg type, ScalerNoThread.Error error, String msg, javax.servlet.http.HttpServletResponse response) Sends an error to the client as text or image.