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

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

There is a newer version: 4.10.9
Show newest version
<?xml version="1.0"?>
<mvc>
  <profile name="cas.cas" package="org.beangle.ems.cas.action">
    <url path="/" suffix=""  style="seo" />
    <interceptors>
      <interceptor name="web.Interceptor.security"/>
      <interceptor name="web.Interceptor.hibernate"/>
    </interceptors>
  </profile>
  <profile name="beangle.ids.action" package="org.beangle.ids.cas.web.action">
    <url path="/" suffix="" style="seo" />
    <interceptors>
      <interceptor name="web.Interceptor.security" />
      <interceptor name="web.Interceptor.hibernate" />
    </interceptors>
  </profile>
  <profile name="beangle.ids.ws" package="org.beangle.ids.cas.web.ws">
    <url path="/" suffix="" style="seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
    </interceptors>
  </profile>
</mvc>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy