|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.TypeAndNameResolver
@Service public class TypeAndNameResolver
Resolver based on type + name.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.config.support.CrudResolver |
|---|
CrudResolver.DefaultResolver |
| Field Summary | |
|---|---|
protected static LocalStringManagerImpl |
localStrings
|
| Constructor Summary | |
|---|---|
TypeAndNameResolver()
|
|
| Method Summary | ||
|---|---|---|
|
resolve(AdminCommandContext context,
java.lang.Class<T> type)
Retrieves the existing configuration object a command invocation is intented to mutate. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final LocalStringManagerImpl localStrings
| Constructor Detail |
|---|
public TypeAndNameResolver()
| Method Detail |
|---|
public <T extends org.jvnet.hk2.config.ConfigBeanProxy> T resolve(AdminCommandContext context,
java.lang.Class<T> type)
CrudResolver
resolve in interface CrudResolvercontext - the command invocation contexttype - the type of the expected instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||