|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidationContext
interface to be implemented by users who wish to implement their own IValidator classes. The IValidationContext is intended to be a wrapper for all items, besides a IRuleSet or set of Rules, necessary to validate a component. Examples include IRuleBase configuration settings, global configuration settings, etc.
Method Summary | |
---|---|
Object |
getParameter(String name)
gets the parameter keyed by the name |
void |
setParameter(String name,
Object value)
sets the parameter to be stored in the IValidationContext |
Method Detail |
---|
void setParameter(String name, Object value)
name
- --
name of the parameter as a Stringvalue
- --
the value of the parameterObject getParameter(String name)
name
- --
name of the parameter as a String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |