Uses of Interface
org.glassfish.config.support.CrudResolver
-
Packages that use CrudResolver Package Description com.sun.enterprise.config.serverbeans org.glassfish.config.support -
-
Uses of CrudResolver in com.sun.enterprise.config.serverbeans
Classes in com.sun.enterprise.config.serverbeans that implement CrudResolver Modifier and Type Class Description classDomainExtensionResolverResolver for an DomainExtension type.static classSecureAdminPrincipal.ResolverResolves using the type and any name, with no restrictions on the name and with an optional mapping from a cert alias to the name. -
Uses of CrudResolver in org.glassfish.config.support
Classes in org.glassfish.config.support that implement CrudResolver Modifier and Type Class Description static classCrudResolver.DefaultResolverclassTargetAndNameBasedResolverclassTargetBasedResolverResolver based on a supplied target parameter (with a possible default value).classTypeAndNameResolverResolver based on type + name.classTypeResolverResolver for an un-named type.Methods in org.glassfish.config.support that return types with arguments of type CrudResolver Modifier and Type Method Description Class<? extends CrudResolver>resolver()Returns the instance of the parent that should be used to add the newly created instance under.Class<? extends CrudResolver>resolver()Returns the instance of the configured object that should be deleted.Class<? extends CrudResolver>resolver()Returns the instance of the parent that should be used get the list of children.
-