public class AssignValueChangeListenersCommand extends AbstractCommand
For each ValueChangeListenerBean
in the valueChangeListeners collection, the
CreateValueChangeListenerCommand
command will be invoked.
| Constructor and Description |
|---|
AssignValueChangeListenersCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Uses the
Globals.ADD_VALUE_CHANGE_LISTENER_COMMAND_NAME
command to create a ValueChangeListener. |
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonicpublic boolean execute(org.apache.commons.chain.Context context)
throws Exception
Uses the Globals.ADD_VALUE_CHANGE_LISTENER_COMMAND_NAME
command to create a ValueChangeListener.
execute in interface org.apache.commons.chain.Commandexecute in class AbstractCommandcontext - common chainstrue if the chain is completeException - propagated up to the top of the chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.