|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.selection.management.StepParameterParser
public class StepParameterParser
This object takes a a set of strings equaling parameters and constructs and validates a wizard step object based on those parameters.
Constructor Summary | |
---|---|
StepParameterParser(ExpressoRequest controllerRequest)
Constructor that takes a map of parameters usually as defined by the Expresso's ExpressoRequest object. |
Method Summary | |
---|---|
WizStep |
parseAndValidate(ErrorCollection ec)
Similar to parseStep, but it validates as well. |
WizStep |
parseStep(ErrorCollection ec)
Returns a wizard step instance based on the parameters set in the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StepParameterParser(ExpressoRequest controllerRequest)
controllerRequest
- ExpressoRequestMethod Detail |
---|
public WizStep parseAndValidate(ErrorCollection ec) throws DBException
ec
- ErrorCollection [in/out] The error collection is populated with any errors
that occur while parsing the steps.
DBException
- upon error constructing or setting fields of the wizard step.public WizStep parseStep(ErrorCollection ec) throws DBException
ec
- ErrorCollection [in/out] The error collection is populated with any errors
that occur while parsing the steps.
DBException
- upon error constructing or setting fields of the wizard step.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |