|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.any23.validator.DefaultRuleContext
public class DefaultRuleContext
Default implementation of RuleContext.
| Constructor Summary | |
|---|---|
DefaultRuleContext()
|
|
| Method Summary | |
|---|---|
Object |
getData(String name)
Retrieves a registered object. |
void |
putData(String name,
Object value)
Puts a data within the context. |
void |
removeData(String name)
Removes a data from the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRuleContext()
| Method Detail |
|---|
public void putData(String name,
Object value)
RuleContext
putData in interface RuleContext<Object>public Object getData(String name)
RuleContext
getData in interface RuleContext<Object>null if not found.public void removeData(String name)
RuleContext
removeData in interface RuleContext<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||