|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.TypeResolver
@Service(name="type") public class TypeResolver
Resolver for an un-named type. If the type instance is not found, it will create an instance of it under the domain instance.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.config.support.CrudResolver |
|---|
CrudResolver.DefaultResolver |
| Field Summary | |
|---|---|
protected static LocalStringManagerImpl |
localStrings
|
| Constructor Summary | |
|---|---|
TypeResolver()
|
|
| 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 TypeResolver()
| 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 | |||||||||