org.apache.shale.clay.component.chain
Class CreateComponentCommand
java.lang.Object
org.apache.shale.clay.component.chain.AbstractCommand
org.apache.shale.clay.component.chain.CreateComponentCommand
- All Implemented Interfaces:
- Command
public class CreateComponentCommand
- extends AbstractCommand
This Command
is used to build parent and
child UIComponent
's from the
displayElement
in the ClayContext
.
Method Summary |
boolean |
execute(Context context)
Creates a new faces component from the component metadata. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateComponentCommand
public CreateComponentCommand()
execute
public boolean execute(Context context)
throws Exception
Creates a new faces component from the component metadata.
- 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.