Uses of Enum
digilib.servlet.Scaler.ErrMsg
Packages that use Scaler.ErrMsg
-
Uses of Scaler.ErrMsg in digilib.servlet
Fields in digilib.servlet declared as Scaler.ErrMsgModifier and TypeFieldDescriptionstatic Scaler.ErrMsgScaler.defaultErrMsgTypedefault error message typeMethods in digilib.servlet that return Scaler.ErrMsgModifier and TypeMethodDescriptionstatic Scaler.ErrMsgReturns 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.ErrMsgModifier and TypeMethodDescriptionstatic voidScaler.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.ErrMsgModifierConstructorDescriptionAsyncServletWorker(DigilibConfiguration dlConfig, ImageJobDescription jobinfo, javax.servlet.AsyncContext asyncContext, Scaler.ErrMsg errMsgType, long startTime)