org.apache.myfaces.extensions.cdi.core.api.activation
Interface Deactivatable

All Known Subinterfaces:
ConfiguredValueResolver

public interface Deactivatable

Interface to allow easier detection of deactivatable classes. These classes are activated by default (e.g. via CDI config). Since CDI, JSF,... currently don't allow to deactivate default implementations, CODI has to introduce a proprietary mechanism.

Author:
Gerhard Petracek

Method Summary
 boolean isActivated()
          Returns if the current instance is active or not.
 

Method Detail

isActivated

boolean isActivated()
Returns if the current instance is active or not.

Returns:
true if the current instance is active, false otherwise


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.