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 -
Field Summary
Fields inherited from class org.apache.causeway.core.webapp.modules.WebModuleAbstract
webModuleContext -
Constructor Summary
ConstructorsConstructorDescriptionWebModuleH2Console(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 TypeMethodDescriptionorg.apache.causeway.applib.value.LocalResourcePathgetName()org.apache.causeway.commons.collections.Can<javax.servlet.ServletContextListener>init(javax.servlet.ServletContext ctx) booleanisApplicable(org.apache.causeway.core.webapp.modules.WebModuleContext ctx) Methods inherited from class org.apache.causeway.core.webapp.modules.WebModuleAbstract
createListener, prepare, registerFilter, registerServlet
-
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
-
getLocalResourcePathIfEnabled
-
getName
-