|
||||||||||
| 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.ClayNamespaceBuilderRule
public class ClayNamespaceBuilderRule
This class defines the rules that bind HTML
Node's resembling
the Clay DTD into
corresponding Builder's. The html nodes will be
defined in their own namespace.
| Field Summary |
|---|
| Fields inherited from interface org.apache.commons.chain.Command |
|---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
| Constructor Summary | |
|---|---|
ClayNamespaceBuilderRule()
|
|
| Method Summary | |
|---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Maps matching html Node's to
corresponding builders. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClayNamespaceBuilderRule()
| Method Detail |
|---|
public boolean execute(org.apache.commons.chain.Context context)
throws java.lang.Exception
Maps matching html Node's to
corresponding builders.
execute in interface org.apache.commons.chain.Commandcontext - commons chains
true if the chain is done
java.lang.Exception - propagated up to the top of the chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||