|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.TargetBasedResolver
@Service public class TargetBasedResolver
Resolver based on a supplied target parameter (with a possible default value).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.config.support.CrudResolver |
|---|
CrudResolver.DefaultResolver |
| Constructor Summary | |
|---|---|
TargetBasedResolver()
|
|
| Method Summary | ||
|---|---|---|
java.lang.String |
getName()
|
|
|
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 |
| Constructor Detail |
|---|
public TargetBasedResolver()
| 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
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||