public interface ConfigurableComponent
Modifier and Type | Method and Description |
---|---|
void |
init(Configuration configuration)
Invoked directly after instantiation to allow the configured component to perform
one time initialization.
|
void init(Configuration configuration) throws java.lang.Exception
configuration
- the Configuration object being used by Stripesjava.lang.Exception
- should be thrown if the component cannot be configured well enough to use.? Copyright 2005-2006, Stripes Development Team.