ro.isdc.wro.manager.callback
Class PerformanceLoggerCallback

java.lang.Object
  extended by ro.isdc.wro.manager.callback.LifecycleCallbackSupport
      extended by ro.isdc.wro.manager.callback.PerformanceLoggerCallback
All Implemented Interfaces:
LifecycleCallback

public class PerformanceLoggerCallback
extends LifecycleCallbackSupport

Default implementation of LifecycleCallback interface with empty implementations.

Since:
1.4.3
Author:
Alex Objelean

Constructor Summary
PerformanceLoggerCallback()
           
 
Method Summary
 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.
 
Methods inherited from class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
onAfterPostProcess, onAfterPreProcess, onBeforePostProcess, onBeforePreProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceLoggerCallback

public PerformanceLoggerCallback()
Method Detail

onBeforeModelCreated

public void onBeforeModelCreated()
Description copied from class: LifecycleCallbackSupport
Invoked before starting model creation.

Specified by:
onBeforeModelCreated in interface LifecycleCallback
Overrides:
onBeforeModelCreated in class LifecycleCallbackSupport

onAfterModelCreated

public void onAfterModelCreated()
Description copied from class: LifecycleCallbackSupport
Invoked after the model is created.

Specified by:
onAfterModelCreated in interface LifecycleCallback
Overrides:
onAfterModelCreated in class LifecycleCallbackSupport

onBeforeMerge

public void onBeforeMerge()
Description copied from class: LifecycleCallbackSupport
Called before resources are merged and before any processing is applied.

Specified by:
onBeforeMerge in interface LifecycleCallback
Overrides:
onBeforeMerge in class LifecycleCallbackSupport

onAfterMerge

public void onAfterMerge()
Description copied from class: LifecycleCallbackSupport
Called after all resources are merged and the preProcessing is completed.

Specified by:
onAfterMerge in interface LifecycleCallback
Overrides:
onAfterMerge in class LifecycleCallbackSupport

onProcessingComplete

public void onProcessingComplete()
Description copied from class: LifecycleCallbackSupport
Called after all postProcessors are applied and overall processing is complete.

Specified by:
onProcessingComplete in interface LifecycleCallback
Overrides:
onProcessingComplete in class LifecycleCallbackSupport


Copyright © 2008-2013. All Rights Reserved.