public class AssignConverterCommand extends AbstractCommand
Determines if the ComponentBean has a ConverterBean assigned.
A Converter is created by invoking the
CreateConverterCommand.
| Constructor and Description |
|---|
AssignConverterCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Checks to see if the
ComponentBean
has a ConverterBean
assigned. |
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonicpublic boolean execute(org.apache.commons.chain.Context context)
throws Exception
Checks to see if the ComponentBean
has a ConverterBean
assigned. The Globals.ADD_CONVERTER_COMMAND_NAME is
invoked to create a Converter.
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.