|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.clay.component.chain.AbstractCommand
org.apache.shale.clay.component.chain.AssignConverterCommand
public class AssignConverterCommand
Determines if the ComponentBean has a ConverterBean assigned.
A Converter is created by invoking the
CreateConverterCommand.
| Field Summary |
|---|
| Fields inherited from interface org.apache.commons.chain.Command |
|---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
| Constructor Summary | |
|---|---|
AssignConverterCommand()
|
|
| Method Summary | |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Checks to see if the ComponentBean
has a ConverterBean
assigned. |
| Methods inherited from class org.apache.shale.clay.component.chain.AbstractCommand |
|---|
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssignConverterCommand()
| Method Detail |
|---|
public boolean execute(org.apache.commons.chain.Context context)
throws java.lang.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 chains
true if the chain is complete
java.lang.Exception - propagated up to the top of the chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||