Class DefaultObjectInstanceManager

  • All Implemented Interfaces:
    ObjectInstanceManager

    public class DefaultObjectInstanceManager
    extends Object
    implements ObjectInstanceManager
    The default object instance manager.

    This object instance manager does not do any injection and that is by design. If you need injection into Servlets use the appropriate object instance manager for your injection framework.

    Author:
    Manfred Riem ([email protected])