See: Description
| Interface | Description |
|---|---|
| SpringConfigs |
This type is a collection of spring XML configuration files for the entire project.
|
| Class | Description |
|---|---|
| AbstractComponent |
This is the abstract base class for a
component that needs initialization. |
| AbstractLoggableComponent |
This is the
abstract base class for a component that provides a
logger. |
| AbstractLoggableHttpServlet |
This is the abstract base class for a
HttpServlet that needs a logger. |
| AbstractLoggableObject | |
| InitializationState |
This class represents the state of an initialization.
|
InitializationState
that can be used to implement a component that requires strict
initialization and wants to ensure
that some methods have to be called before and others after initialization. AbstractComponent
and AbstractLoggableComponent to
make writing components easier.Copyright © 2001–2015 mmm-Team. All rights reserved.