| Class | Description |
|---|---|
| ApplicationContextConfiguration |
Class for the application configurations at servlet level
With this you can have different configurations depending on the web.xml
This is a singleton, so you can access it anywhere on the code
|
| ApplicationContextConfigurationListener |
Class to load the Application configurations at the servlet context
the context parameter used is "app-config"
|
| ContextLog4jListener |
Class to load Log4j configurations at the servlet context
the context parameter "logger-config" is used
|
| ContextLogbackListener | |
| WebAppFileLoader |
Class to load resources of web applications
It can load from
- the application context (context:/path/to/file),
- the application classpath (classpath:/com/package/ResourceName.txt),
- the filesystem (filesystem:/path/to/file)
|
Copyright © 2014–2015 Premium Minds. All rights reserved.