|
||||||||||
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.CreateValidatorCommand
public class CreateValidatorCommand
Creates an object implementing the Validator
interface and assigns it
to the parent
from the ClayContext
.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
CreateValidatorCommand()
|
Method Summary | |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Creates a faces validator object that is registered in the faces-config.xml file and assigns it 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 CreateValidatorCommand()
Method Detail |
---|
public boolean execute(org.apache.commons.chain.Context context) throws java.lang.Exception
Creates a faces validator object that is registered in the faces-config.xml file and assigns it to the parent.
execute
in interface org.apache.commons.chain.Command
execute
in class AbstractCommand
context
- commons chains
true
if the chain is final
java.lang.Exception
- propagated to the top chain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |