Class MvcUi

java.lang.Object
com.aquima.web.ui.mvc.MvcUi
All Implemented Interfaces:
com.blueriq.component.api.ui.IAquimaUi

@Component @RefreshScope public class MvcUi extends Object implements com.blueriq.component.api.ui.IAquimaUi
  • Constructor Details Link icon

  • Method Details Link icon

    • getName Link icon

      public String getName()
      Specified by:
      getName in interface com.blueriq.component.api.ui.IAquimaUi
    • getPath Link icon

      public String getPath(String sessionId)
      Specified by:
      getPath in interface com.blueriq.component.api.ui.IAquimaUi
    • getLink Link icon

      public String getLink(String sessionId)
      Specified by:
      getLink in interface com.blueriq.component.api.ui.IAquimaUi
    • hasCache Link icon

      public boolean hasCache()
      Specified by:
      hasCache in interface com.blueriq.component.api.ui.IAquimaUi
    • resetCache Link icon

      public boolean resetCache()
      Specified by:
      resetCache in interface com.blueriq.component.api.ui.IAquimaUi
    • render Link icon

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

      public void writeSource(com.aquima.interactions.composer.ICompositeElement element, com.blueriq.component.api.ui.IRenderContext context, Writer result) throws IOException
      Specified by:
      writeSource in interface com.blueriq.component.api.ui.IAquimaUi
      Throws:
      IOException
    • getSourceContentType Link icon

      public String getSourceContentType()
      Specified by:
      getSourceContentType in interface com.blueriq.component.api.ui.IAquimaUi
    • getThemes Link icon

      public List<String> getThemes()
      Specified by:
      getThemes in interface com.blueriq.component.api.ui.IAquimaUi