Uses of Interface
org.glassfish.config.support.CreationDecorator
-
Packages that use CreationDecorator Package Description com.sun.enterprise.config.serverbeans org.glassfish.config.support -
-
Uses of CreationDecorator in com.sun.enterprise.config.serverbeans
Classes in com.sun.enterprise.config.serverbeans that implement CreationDecorator Modifier and Type Class Description static classCluster.Decoratorstatic classNode.Decoratorstatic classSecureAdminInternalUser.CrDecoratorstatic classSecureAdminPrincipal.CrDecoratorInvoked during creation of a new SecureAdminPrincipal.static classServer.CreateDecorator -
Uses of CreationDecorator in org.glassfish.config.support
Classes in org.glassfish.config.support that implement CreationDecorator Modifier and Type Class Description static classCreationDecorator.NoDecorationDefault implementation of a decorator that does nothing.Methods in org.glassfish.config.support that return types with arguments of type CreationDecorator Modifier and Type Method Description Class<? extends CreationDecorator>decorator()Returns a decorator type that should be looked up and called when a new configuration element of the annotated type is created.
-