Uses of Class
com.aoapps.web.resources.registry.Registry
-
Uses of Registry in com.aoapps.web.resources.registry
Methods in com.aoapps.web.resources.registry that return RegistryModifier and TypeMethodDescriptionRegistry.activate
(Iterables.String<?> groups) Activates the given groups.Registry.activate
(Group.Name group) Activates the given group.Registry.activate
(Group.Name... groups) Activates the given groups.Registry.activate
(Iterable<Group.Name> groups) Activates the given groups.Activates the given group.Activates the given groups.Registry.copy()
Gets a deep copy of this registry.Registry.deactivate
(Iterables.String<?> groups) Deactivates the given groups.Registry.deactivate
(Group.Name group) Deactivates the given group.Registry.deactivate
(Group.Name... groups) Deactivates the given groups.Registry.deactivate
(Iterable<Group.Name> groups) Deactivates the given groups.Registry.deactivate
(String group) Deactivates the given group.Registry.deactivate
(String... groups) Deactivates the given groups.Constructors in com.aoapps.web.resources.registry with parameters of type Registry