public class CreateValidatorCommand extends AbstractCommand
Creates an object implementing the Validator
interface and assigns it
to the parent
from the ClayContext
.
Constructor and Description |
---|
CreateValidatorCommand() |
Modifier and Type | Method and Description |
---|---|
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.
|
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonic
public boolean execute(org.apache.commons.chain.Context context) throws 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 chainstrue
if the chain is finalException
- propagated to the top chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.