Package org.smooks.api.lifecycle
Interface ContentDeliveryConfigLifecycle
-
- All Known Implementing Classes:
DefaultInstrumentationResource
public interface ContentDeliveryConfigLifecycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onContentDeliveryBuilderCreated()
Second Event.void
onContentDeliveryConfigCreated()
void
onContentHandlersCreated()
First Event.
-
-
-
Method Detail
-
onContentHandlersCreated
void onContentHandlersCreated()
First Event. Content handlers created (and sorted), but the builder instance is not yet created.
-
onContentDeliveryBuilderCreated
void onContentDeliveryBuilderCreated()
Second Event. The builder instance (for the profile) is now created and ready to be used.
-
onContentDeliveryConfigCreated
void onContentDeliveryConfigCreated()
-
-