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.8.11
Show newest version
<?xml version="1.0"?>
<mvc>
  <profile name="ems-ws" package="org.beangle.ems.ws">
    <action suffix="WS" defaultMethod="index" />
    <url path="/" suffix="" style="plur-seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
      <interceptor name="web.Interceptor.cors" />
    </interceptors>
  </profile>

  <profile name="ems-ws-security-func" package="org.beangle.ems.ws.security.func">
    <action suffix="WS" defaultMethod="index" />
    <url path="/security/func/{app}/" suffix="" style="plur-seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
      <interceptor name="web.Interceptor.cors" />
    </interceptors>
  </profile>

  <profile name="ems-ws-security-data" package="org.beangle.ems.ws.security.data">
    <action suffix="WS" defaultMethod="index" />
    <url path="/security/data/" suffix="" style="plur-seo" />
    <interceptors>
      <interceptor name="web.Interceptor.hibernate" />
      <interceptor name="web.Interceptor.cors" />
    </interceptors>
  </profile>

  <profile name="ems-ws-log-push" package="org.beangle.ems.ws.log.PushWS">
    <action suffix="WS" defaultMethod="index" />
    <url path="/log/" suffix="" style="seo" />
  </profile>
</mvc>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy