public class CreateConverterCommand extends AbstractCommand
This Command will create a Converter from the
displayElement attribute of the
ClayContext assigning
it to the parent.
| Constructor and Description |
|---|
CreateConverterCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Creates a object instance realizing the
Converter interface
assigning to the parent. |
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonicpublic boolean execute(org.apache.commons.chain.Context context)
throws Exception
Creates a object instance realizing the Converter interface
assigning to the parent. The parent must
implement the ValueHolder interface.
execute in interface org.apache.commons.chain.Commandexecute in class AbstractCommandcontext - commons chainstrue if chain is doneException - propagated up to the top of the chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.