Class ContextDuplicatePostProcessor
java.lang.Object
org.glassfish.hk2.utilities.DuplicatePostProcessor
com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
- All Implemented Interfaces:
PopulatorPostProcessor, PopulatorPostProcessor
@PerLookup
public class ContextDuplicatePostProcessor
extends DuplicatePostProcessor
implements PopulatorPostProcessor
Deprecated.
Use DuplicatePostProcessor instead
This class will weed out and duplicate implementations of anything populated into the
locator. This service must be put into the ServiceLocator prior to populating from the
inhabitant files, and hence is not annotated with @Service
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DuplicatePostProcessor
getMode, process, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface PopulatorPostProcessor
process
-
Constructor Details
-
ContextDuplicatePostProcessor
public ContextDuplicatePostProcessor()Deprecated.
-