|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.inline.feature.common.AbstractFeatureConstructorFactory
Recommended superclass for FeatureConstructorFactories.
Fields inherited from interface com.inline.feature.FeatureConstructorFactory |
TYPE |
Constructor Summary | |
AbstractFeatureConstructorFactory()
|
Method Summary | |
boolean |
isEnabled(Feature parent,
java.lang.String childType)
The default implementation of this method forwards this request to the FeatureModel by calling FeatureModel.isFeatureConstructorFactoryEnabled() . |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AbstractFeatureConstructorFactory()
Method Detail |
public boolean isEnabled(Feature parent, java.lang.String childType)
FeatureModel.isFeatureConstructorFactoryEnabled()
.
This allows FeatureModel to resolve conflicts between factories supporting the same type.FeatureModel.isFeatureConstructorFactoryEnabled(Feature,String,FeatureConstructorFactory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |