|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributionContextAware
This interface is implemented by the classes that want to be aware of the DistributionContext system, so they can store (and retrieve) variables and evaluate expressions.
Distribution design strongly recommends making all plugins implement the DistributionContextAware interface. Note that classes that do not implement DistributionContextAware are not able to evaluate EL expressions in their parameters, which will probably be expected by the class users.
Method Summary | |
---|---|
void |
setDistributionContext(DistributionContext context)
A callback method that DistributionContextAware objects must implement. |
Method Detail |
---|
void setDistributionContext(DistributionContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |