public class CreateComponentCommand extends AbstractCommand
This Command
is used to build parent and
child UIComponent
's from the
displayElement
in the ClayContext
.
Constructor and Description |
---|
CreateComponentCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Creates a new faces component from the component metadata.
|
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonic
public boolean execute(org.apache.commons.chain.Context context) throws Exception
Creates a new faces component from the component metadata.
execute
in interface org.apache.commons.chain.Command
execute
in class AbstractCommand
context
- common chainstrue
if the chain is completeException
- propagated up to the top of the chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.