Uses of Interface
org.glassfish.config.support.DeletionDecorator
-
Packages that use DeletionDecorator Package Description com.sun.enterprise.config.serverbeans org.glassfish.config.support -
-
Uses of DeletionDecorator in com.sun.enterprise.config.serverbeans
Classes in com.sun.enterprise.config.serverbeans that implement DeletionDecorator Modifier and Type Class Description static classCluster.DeleteDecoratorstatic classNode.DeleteDecoratorstatic classServer.DeleteDecorator -
Uses of DeletionDecorator in org.glassfish.config.support
Classes in org.glassfish.config.support that implement DeletionDecorator Modifier and Type Class Description static classDeletionDecorator.NoDecorationMethods in org.glassfish.config.support that return types with arguments of type DeletionDecorator Modifier and Type Method Description Class<? extends DeletionDecorator>decorator()Returns a decorator type that should be looked up and called when a configuration element of the annotated type is deleted.
-