Class WebModuleH2Console

java.lang.Object
org.apache.causeway.core.webapp.modules.WebModuleAbstract
org.apache.causeway.testing.h2console.ui.webmodule.WebModuleH2Console
All Implemented Interfaces:
org.apache.causeway.core.webapp.modules.WebModule

@Service @Named("causeway.test.WebModuleH2Console") @Priority(1073741823) @Qualifier("H2Console") public class WebModuleH2Console extends org.apache.causeway.core.webapp.modules.WebModuleAbstract
Since:
2.0 {@index}
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.apache.causeway.core.webapp.modules.WebModuleAbstract

    webModuleContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebModuleH2Console(org.apache.causeway.core.config.datasources.DataSourceIntrospectionService datasourceIntrospector, org.apache.causeway.core.config.environment.CausewaySystemEnvironment causewaySystemEnvironment, org.apache.causeway.applib.services.inject.ServiceInjector serviceInjector)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.causeway.applib.value.LocalResourcePath
     
     
    org.apache.causeway.commons.collections.Can<javax.servlet.ServletContextListener>
    init(javax.servlet.ServletContext ctx)
     
    boolean
    isApplicable(org.apache.causeway.core.webapp.modules.WebModuleContext ctx)
     

    Methods inherited from class org.apache.causeway.core.webapp.modules.WebModuleAbstract

    createListener, prepare, registerFilter, registerServlet

    Methods inherited from class java.lang.Object

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

    • WebModuleH2Console

      @Inject public WebModuleH2Console(org.apache.causeway.core.config.datasources.DataSourceIntrospectionService datasourceIntrospector, org.apache.causeway.core.config.environment.CausewaySystemEnvironment causewaySystemEnvironment, org.apache.causeway.applib.services.inject.ServiceInjector serviceInjector)
  • Method Details

    • init

      public org.apache.causeway.commons.collections.Can<javax.servlet.ServletContextListener> init(javax.servlet.ServletContext ctx) throws javax.servlet.ServletException
      Throws:
      javax.servlet.ServletException
    • isApplicable

      public boolean isApplicable(org.apache.causeway.core.webapp.modules.WebModuleContext ctx)
    • getLocalResourcePathIfEnabled

      public org.apache.causeway.applib.value.LocalResourcePath getLocalResourcePathIfEnabled()
    • getName

      public String getName()