public class SelectBuilderRule extends Object implements org.apache.commons.chain.Command
This rule will map a html select Node to a
SelectOneMenuBuilder
or a SelectManyMenuBuilder.
| Constructor and Description |
|---|
SelectBuilderRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Returns
true if a match was made from a select
Node to a SelectOneMenuBuilder
or a SelectManyMenuBuilder. |
public boolean execute(org.apache.commons.chain.Context context)
throws Exception
Returns true if a match was made from a select
Node to a SelectOneMenuBuilder
or a SelectManyMenuBuilder.
execute in interface org.apache.commons.chain.Commandcontext - commons chainstrue if the chain is doneException - pass back up the calling chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.