Class ExtensionPatternInvocationImpl
java.lang.Object
com.sun.enterprise.config.modularity.ExtensionPatternInvocationImpl
- All Implemented Interfaces:
org.jvnet.hk2.config.ConfigExtensionHandler
@Service(name="basic-config-extension-handler")
public class ExtensionPatternInvocationImpl
extends Object
implements org.jvnet.hk2.config.ConfigExtensionHandler
This is to integrate the whole getExtensionByType with the config modularity irrelevant of the invocation point. More
explanation at Config Modularity one pager and
- Author:
- Masoud Kalali
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jvnet.hk2.config.ConfigBeanProxyhandleExtension(Object owner, Class ownerType, Object[] params)
-
Constructor Details
-
ExtensionPatternInvocationImpl
public ExtensionPatternInvocationImpl()
-
-
Method Details