public interface DisableSupport
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ItemId> |
getDisabledBy()
Item may be disabled either from root application class or from
GuiceyBundle. |
boolean |
isEnabled()
Item is enabled if no one disable it (
getDisabledBy() is empty). |
java.util.Set<ItemId> getDisabledBy()
GuiceyBundle. For application,
Application class stored as context and for guicey bundle actual bundle instance id
is stored.boolean isEnabled()
getDisabledBy() is empty).