public class BuilderRuleContext
extends org.apache.commons.chain.impl.ContextBase
This context is used by the BuilderFactory
to invoke the Globals.FIND_BUILDER_COMMAND_NAME
chain passing this context.
When the chain has stopped, the context will contain the
Builder
needed to convert the html Node
into a ElementBean
.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BuilderRuleContext() |
Modifier and Type | Method and Description |
---|---|
Builder |
getBuilder()
Returns the target
Builder . |
Node |
getNode()
Returns the current html
Node . |
void |
setBuilder(Builder builder)
Sets the target
Builder . |
void |
setNode(Node node)
Sets the current html
Node . |
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
clone, containsKey, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsKey, equals, hashCode, size
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.