Uses of Class
com.aoapps.web.resources.registry.Group.Name
-
Uses of Group.Name in com.aoapps.web.resources.registry
Methods in com.aoapps.web.resources.registry that return types with arguments of type Group.NameModifier and TypeMethodDescriptionRegistry.getActivations()
Gets an unmodifiable view of the current activations.Methods in com.aoapps.web.resources.registry with parameters of type Group.NameModifier and TypeMethodDescriptionRegistry.activate
(Group.Name group) Activates the given group.Registry.activate
(Group.Name... groups) Activates the given groups.int
Group.Name.compareTo
(Group.Name other) Registry.deactivate
(Group.Name group) Deactivates the given group.Registry.deactivate
(Group.Name... groups) Deactivates the given groups.Registry.getGroup
(Group.Name name) Gets the group for a given name, creating it if not already present.Registry.getGroup
(Group.Name name, boolean createIfMissing) Gets the group for a given name, optionally creating it if not already present.Registry.setActivation
(Group.Name group, Boolean activation) Sets the activation for the given group.Method parameters in com.aoapps.web.resources.registry with type arguments of type Group.NameModifier and TypeMethodDescriptionRegistry.activate
(Iterable<Group.Name> groups) Activates the given groups.Registry.deactivate
(Iterable<Group.Name> groups) Deactivates the given groups.