|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Components should implement this interface if they wish to be provided with parameters during startup.
The Parameterizable interface is a light-weight alternative to the
Configurable
interface. As such, the Parameterizable
interface and
the Configurable
interface are not
compatible.
This interface will be called after
Composable.compose()
and before
Initializable.initialize()
.
Method Summary | |
void |
parameterize(Parameters parameters)
Provide component with parameters. |
Method Detail |
public void parameterize(Parameters parameters) throws ParameterException
parameters
- the parameters. Must not be null
.
ParameterException
- if parameters are invalid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |