|
||||||||||
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.CreateConverterCommand
public class CreateConverterCommand
This Command
will create a Converter
from the
displayElement
attribute of the
ClayContext
assigning
it to the parent
.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
CreateConverterCommand()
|
Method Summary | |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Creates a object instance realizing the Converter interface
assigning to the parent . |
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 CreateConverterCommand()
Method Detail |
---|
public boolean execute(org.apache.commons.chain.Context context) throws java.lang.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.Command
execute
in class AbstractCommand
context
- commons chains
true
if chain is done
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 |