tweed.binding
Class InputValidationHub
java.lang.Object
|
+--tweed.binding.InputValidationHub
- public class InputValidationHub
- extends java.lang.Object
Holds the state of user input validation (bindings) and produces
user messages, while a ContextAction
is being
performed.
- Version:
- $Id$
- Author:
- Laurent Caillette
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHILDLOGGER_NAME
public static final java.lang.String CHILDLOGGER_NAME
- See Also:
- Constant Field Values
InputValidationHub
public InputValidationHub(Context context)
getLogger
protected org.apache.avalon.framework.logger.Logger getLogger()
getContext
protected Context getContext()
beginBindings
public void beginBindings()
endBindings
public void endBindings()
createValidationMessage
public InputValidationHub.ValidationMessageBuilder createValidationMessage(java.lang.String message)
fireUserMessageEvents
protected void fireUserMessageEvents()
Copyright © 2003 Laurent Caillette. All Rights Reserved.