| Constructor and Description |
|---|
InputBuilderRule() |
public boolean execute(org.apache.commons.chain.Context context)
throws Exception
If the html Node is a input element, return the correct builder.
If a match is found, the chain is ended.
Builder
InputTextBuilder
SelectBooleanCheckboxBuilder
SelectOneRadioBuilder
CommandButtonBuilder
BuilderRuleContext will hold the current html Node and
target Builder.
execute in interface org.apache.commons.chain.Commandcontext - common chains contexttrue if the chain is doneException - checked exceptionCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.