Hi, I am attempting to implement an annotation for page classes and
corresponding ComponentClassTransformWorker for this. I'm using
IncludeJavaScriptLibraryWorker and the AbstractIncludeAssetWorker base
class as an example.

 

The problem I'm facing is that the custom perform() method I'm creating
is called relatively late in the page lifecycle. Specifically it's
called after the onActivate() method of my class and I need it to be
called earlier.

 

Is there a simple way to have my worker code executed earlier in the
lifecycle?

 

Thanks, Alfie. 

 

 

Reply via email to