useway.core.causeway-core-webapp.2.0.0-RC1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of causeway-core-webapp Show documentation
Show all versions of causeway-core-webapp Show documentation
Bundles all the web specific classes a srequired by viewers.
Introduced to keep the 'runtime' package concise.
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
module org.apache.causeway.core.webapp {
exports org.apache.causeway.core.webapp;
exports org.apache.causeway.core.webapp.confmenu;
exports org.apache.causeway.core.webapp.health;
exports org.apache.causeway.core.webapp.keyvaluestore;
exports org.apache.causeway.core.webapp.modules;
exports org.apache.causeway.core.webapp.modules.logonlog;
exports org.apache.causeway.core.webapp.modules.templresources;
exports org.apache.causeway.core.webapp.routing;
exports org.apache.causeway.core.webapp.webappctx;
requires java.annotation;
requires java.inject;
requires javax.servlet.api;
requires lombok;
requires org.apache.causeway.applib;
requires org.apache.causeway.commons;
requires org.apache.causeway.core.config;
requires org.apache.causeway.core.interaction;
requires org.apache.causeway.core.metamodel;
requires org.apache.causeway.core.runtime;
requires org.apache.causeway.security.api;
requires org.apache.logging.log4j;
requires spring.beans;
requires spring.boot;
requires spring.boot.actuator;
requires spring.context;
requires spring.core;
requires spring.web;
}