Interface MessageHolder
- All Known Implementing Classes:
StrutsMessageHolder
public interface MessageHolder
Interface to hold error messages.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addError
(com.appiancorp.web.framework.kernel.main.ActionMessage error_) Adds an error using the default bundle for this Action.
-
Method Details
-
addError
void addError(com.appiancorp.web.framework.kernel.main.ActionMessage error_) Adds an error using the default bundle for this Action. Bundles are associated to actions by the package of the concrete action class.- Parameters:
error_
- theActionError
representing the error
-