Class MvcRenderer

java.lang.Object
com.aquima.web.ui.mvc.MvcRenderer

public class MvcRenderer extends Object
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    MvcRenderer(String theme, String templateGroupPath, String templateName, com.aquima.interactions.foundation.io.IResourceManager resourceManager, IModelFactory modelFactory, boolean developmentMode, String webResourceBasePath)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    render(Writer target, String sessionId, com.aquima.interactions.composer.IPage page, com.aquima.interactions.foundation.text.ILanguage currentLanguage, com.aquima.interactions.foundation.text.ILanguage defaultLanguage, int sessionTimeout)
     
    void
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • MvcRenderer Link icon

      public MvcRenderer(String theme, String templateGroupPath, String templateName, com.aquima.interactions.foundation.io.IResourceManager resourceManager, IModelFactory modelFactory, boolean developmentMode, String webResourceBasePath)
  • Method Details Link icon

    • render Link icon

      public void render(Writer target, String sessionId, com.aquima.interactions.composer.IPage page, com.aquima.interactions.foundation.text.ILanguage currentLanguage, com.aquima.interactions.foundation.text.ILanguage defaultLanguage, int sessionTimeout) throws Exception
      Throws:
      Exception
    • reset Link icon

      public void reset()