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 org.glassfish.hk2.utilities.DuplicatePostProcessor
getMode, process, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.glassfish.hk2.api.PopulatorPostProcessor
process
-
Constructor Details
-
ContextDuplicatePostProcessor
public ContextDuplicatePostProcessor()Deprecated.
-