Package org.beangle.ems.rule.model
Class SimpleContext
java.lang.Object
org.beangle.ems.rule.model.SimpleContext
- All Implemented Interfaces:
Context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddError(org.beangle.commons.text.i18n.Message message) voidaddMessage(org.beangle.commons.text.i18n.Message message) List<org.beangle.commons.text.i18n.Message>List<org.beangle.commons.text.i18n.Message><T> T
-
Constructor Details
-
SimpleContext
public SimpleContext()
-
-
Method Details
-
addError
public void addError(org.beangle.commons.text.i18n.Message message) -
addMessage
public void addMessage(org.beangle.commons.text.i18n.Message message) - Specified by:
addMessagein interfaceContext
-
getErrors
-
getMessages
- Specified by:
getMessagesin interfaceContext
-
getParams
-
getParam
-