public final class ServletConfigFactory extends Object implements Supplier<org.apache.commons.configuration.Configuration>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletConfigFactory.Binder
HK2 Binder for our injector context.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_NAME
The name of the configuration group.
|
| Constructor and Description |
|---|
ServletConfigFactory(org.hibernate.SessionFactory factory)
Create a new factory instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration.Configuration |
get()
This method will create instances of the type of this factory.
|
public static final String GROUP_NAME
@Inject public ServletConfigFactory(org.hibernate.SessionFactory factory)
factory - The hibernate session factory.Copyright © 2018 krotscheck.net. All rights reserved.