org.apache.shale.clay.component.chain
Class AssignPropertiesCommand
java.lang.Object
org.apache.shale.clay.component.chain.AbstractCommand
org.apache.shale.clay.component.chain.AssignPropertiesCommand
- All Implemented Interfaces:
- Command
public class AssignPropertiesCommand
- extends AbstractCommand
Sets the UIComponent
properties using the attributes collection of
AttributeBean
by invoking the
Globals.SET_ATTRIBUTE_COMMAND_NAME
Chain
.
Method Summary |
boolean |
execute(Context context)
Invokes a chain that fires several Commands. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssignPropertiesCommand
public AssignPropertiesCommand()
execute
public boolean execute(Context context)
throws Exception
Invokes a chain that fires several Commands.
- Associated Property Commands
PropertyActionCommand
PropertyActionListenerCommand
PropertyValidatorCommand
PropertyValueChangeListenerCommand
PropertyValueCommand
- Specified by:
execute
in interface Command
- Specified by:
execute
in class AbstractCommand
- Parameters:
context
- common chains
- Returns:
true
if the chain is complete
- Throws:
Exception
- propagated up to the top of the chain
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.