|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.clay.parser.builder.chain.SelectBuilderRule
public class SelectBuilderRule
This rule will map a html select Node
to a
SelectOneMenuBuilder
or a SelectManyMenuBuilder
.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
SelectBuilderRule()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectBuilderRule()
Method Detail |
---|
public boolean execute(org.apache.commons.chain.Context context) throws java.lang.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.Command
context
- commons chains
true
if the chain is done
java.lang.Exception
- pass back up the calling chain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |