Uses of Enum
digilib.servlet.Scaler.Error
Packages that use Scaler.Error
-
Uses of Scaler.Error in digilib.servlet
Methods in digilib.servlet that return Scaler.ErrorModifier and TypeMethodDescriptionstatic Scaler.Error
Returns the enum constant of this type with the specified name.static Scaler.Error[]
Scaler.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 Scaler.ErrorModifier and TypeMethodDescriptionstatic 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.