info.magnolia.module.templating
Interface EarlyExecutionAware


Deprecated. since 4.5, replaced by EarlyExecutionAware

@Deprecated
public interface EarlyExecutionAware

Deprecated.


Method Summary
 String executeEarly()
          Deprecated. Called after all properties were set.
 void setParent(RenderingModel parentModel)
          Deprecated. Called before rendering of the paragraph.
 

Method Detail

setParent

void setParent(RenderingModel parentModel)
Deprecated. 
Called before rendering of the paragraph.

Parameters:
parentModel -

executeEarly

String executeEarly()
Deprecated. 
Called after all properties were set. Can return a string which is passed to the method. RenderableDefinition.determineTemplatePath(String, RenderingModel)



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.