Package com.zfabrik.components.provider
Interface IComponentDescriptorProcessor
public interface IComponentDescriptorProcessor
This interface expresses the ability to process
properties of component descriptors.
-
Field Details
-
EXTENSION_POINT
Extension point ID for component descriptor processors. To be used in conjunction withIComponentDescriptor.EXTENSION_POINTS
.- See Also:
-
STYLE_PROCESSED
Component property indicating what processing styles are implemented by the processor. SeeIComponentDescriptor
for more details on the declaration of component property processing- See Also:
-
-
Method Details
-
createEvaluator
Evaluator createEvaluator()Provide an evaluator instance. The evaluator will be used during the processing of on component descriptor property map.
-