Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.webengine.fm.extensions
Class NXThemesBaseMVC

java.lang.Object
  extended by org.nuxeo.theme.webengine.fm.extensions.NXThemesBaseMVC
All Implemented Interfaces:
freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel
Direct Known Subclasses:
NXThemesControllerDirective, NXThemesModelDirective, NXThemesViewDirective

public abstract class NXThemesBaseMVC
extends Object
implements freemarker.template.TemplateDirectiveModel

Author:
Jean-Marc Orliaguet

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
NXThemesBaseMVC()
           
 
Method Summary
 void execute(freemarker.core.Environment env, Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
abstract  String getClassName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NXThemesBaseMVC

public NXThemesBaseMVC()
Method Detail

getClassName

public abstract String getClassName()

execute

public void execute(freemarker.core.Environment env,
                    Map params,
                    freemarker.template.TemplateModel[] loopVars,
                    freemarker.template.TemplateDirectiveBody body)
             throws freemarker.template.TemplateException,
                    IOException
Specified by:
execute in interface freemarker.template.TemplateDirectiveModel
Throws:
freemarker.template.TemplateException
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.