Package org.imixs.archive.service.ui
Class ErrorController
- java.lang.Object
-
- org.imixs.archive.service.ui.ErrorController
-
- All Implemented Interfaces:
Serializable
@Named @SessionScoped public class ErrorController extends Object implements Serializable
Session Scoped CID Bean to hold the current error messages.- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessage(String message)adds an error message to the current message.StringgetMessage()voidreset()reset the current error messagevoidsetMessage(String message)
-