@Service public class TypeAndNameResolver extends Object implements CrudResolver
CrudResolver.DefaultResolver| Modifier and Type | Field and Description |
|---|---|
protected static com.sun.enterprise.util.LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
TypeAndNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
resolve(org.glassfish.api.admin.AdminCommandContext context,
Class<T> type)
Retrieves the existing configuration object a command invocation is intented to mutate.
|
protected static final com.sun.enterprise.util.LocalStringManagerImpl localStrings
public <T extends org.jvnet.hk2.config.ConfigBeanProxy> T resolve(org.glassfish.api.admin.AdminCommandContext context,
Class<T> type)
CrudResolverresolve in interface CrudResolvercontext - the command invocation contexttype - the type of the expected instancepublic String name()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.