public class PerformanceLoggerCallback extends LifecycleCallbackSupport
LifecycleCallback interface with empty implementations.| Constructor and Description |
|---|
PerformanceLoggerCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterMerge()
Called after all resources are merged and the preProcessing is completed.
|
void |
onAfterModelCreated()
Invoked after the model is created.
|
void |
onBeforeMerge()
Called before resources are merged and before any processing is applied.
|
void |
onBeforeModelCreated()
Invoked before starting model creation.
|
void |
onProcessingComplete()
Called after all postProcessors are applied and overall processing is complete.
|
onAfterPostProcess, onAfterPreProcess, onBeforePostProcess, onBeforePreProcesspublic void onBeforeModelCreated()
LifecycleCallbackSupportonBeforeModelCreated in interface LifecycleCallbackonBeforeModelCreated in class LifecycleCallbackSupportpublic void onAfterModelCreated()
LifecycleCallbackSupportonAfterModelCreated in interface LifecycleCallbackonAfterModelCreated in class LifecycleCallbackSupportpublic void onBeforeMerge()
LifecycleCallbackSupportonBeforeMerge in interface LifecycleCallbackonBeforeMerge in class LifecycleCallbackSupportpublic void onAfterMerge()
LifecycleCallbackSupportonAfterMerge in interface LifecycleCallbackonAfterMerge in class LifecycleCallbackSupportpublic void onProcessingComplete()
LifecycleCallbackSupportonProcessingComplete in interface LifecycleCallbackonProcessingComplete in class LifecycleCallbackSupportCopyright © 2008-2013. All Rights Reserved.