com.google.code.rees.scope.struts2
Interface ConversationErrorAware
- All Known Implementing Classes:
- ConversationSupport
public interface ConversationErrorAware
Action classes implementing this will have conversation error messages set on them
that can then be easily accessed from the UI.
- Author:
- rees.byars
setConversationError
void setConversationError(String conversationError)
- Parameters:
conversationError -
getConversationError
String getConversationError()
- Returns:
Copyright © 2012-2013. All Rights Reserved.