it.eng.spago.dispatching.module
Class ModuleDependencies
java.lang.Object
it.eng.spago.dispatching.module.ModuleDependencies
public class ModuleDependencies
- extends java.lang.Object
DATE CONTRIBUTOR/DEVELOPER NOTE 13-12-2004 Butano SourceBean ora restituisce
ArrayList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleDependencies
public ModuleDependencies()
handleCondition
public boolean handleCondition(SourceBean dependence,
RequestContextIFace requestContext)
- Evaluates the conditions relative to a dependence.
- Parameters:
dependence
- The dependence to check.requestContainer
- responseContainer
-
- Returns:
- true if the conditions are satisfied.
handleConsequence
public void handleConsequence(java.util.ArrayList targetRequests,
SourceBean dependence,
RequestContextIFace requestContext)
- Evaluates the consequences relative to a dependence, and build the serviceRequest
for the target module, adding it to the targetRequests list.
- Parameters:
targetRequests
- Resulting list. Should be already allocated.dependence
- requestContainer
- responseContainer
-
getTargetRequests
public java.util.List getTargetRequests(RequestContextIFace requestContext,
java.lang.String sourceName,
SourceBean pageConfig)