All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.beangle.mvc.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<mvc>
  <static>
    <bundle name="echarts" version="4.5.0">
      <module name="echarts" js="dist/echarts.js"/>
    </bundle>
    <bundle name="fullcalendar" version="5.6.0">
      <module name="fullcalendar" js="main.js" css="main.min.css"/>
      <module name="fullcalendar-locale" js="locales-all.js" depends="fullcalendar"/>
    </bundle>
  </static>

  <profile name="ems-portal" package="org.beangle.ems.portal.*.action">
    <url path="/" suffix="" style="seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
      <interceptor name="web.Interceptor.security" />
    </interceptors>
  </profile>
  <profile name="ems-portal-index" package="org.beangle.ems.portal.action">
    <url path="/" suffix="" style="seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
      <interceptor name="web.Interceptor.security" />
    </interceptors>
  </profile>
</mvc>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy