public class DeltaSpikePropertyActivationStrategy extends AbstractPropertyDrivenActivationStrategy
An activation strategy based on the values of properties accessible within the DeltaSpike configuration.
It can either be based on a given property name, passed via the "" parameter, or a property name
derived from the Feature itself (e.g. "FEATURE_NAME").
AbstractPropertyDrivenActivationStrategy| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
PARAM_NAME, PARAM_PROPERTY_VALUE| Constructor and Description |
|---|
DeltaSpikePropertyActivationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
protected String |
getPropertyValue(FeatureState featureState,
FeatureUser user,
String name) |
getParameters, getPropertyName, getPropertyNameParam, isActive, isActivepublic static final String ID
public DeltaSpikePropertyActivationStrategy()
public String getId()
public String getName()
protected String getPropertyValue(FeatureState featureState, FeatureUser user, String name)
getPropertyValue in class AbstractPropertyDrivenActivationStrategyCopyright © 2018. All Rights Reserved.