public class DefaultMiltonConfigurator extends Object implements MiltonConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected HttpManagerBuilder |
builder |
protected HttpManager |
httpManager |
protected List<Initable> |
initables |
| Constructor and Description |
|---|
DefaultMiltonConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build()
Actually builds the httpManager.
|
HttpManager |
configure(Config config) |
static <T> T |
instantiate(String className) |
void |
shutdown()
called on destroy from the servlet
|
protected HttpManagerBuilder builder
protected HttpManager httpManager
public HttpManager configure(Config config) throws javax.servlet.ServletException
configure in interface MiltonConfiguratorjavax.servlet.ServletExceptionprotected void build()
public void shutdown()
MiltonConfiguratorshutdown in interface MiltonConfiguratorpublic static <T> T instantiate(String className) throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.