META-INF.beangle.mvc.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beangle-ems-cas Show documentation
Show all versions of beangle-ems-cas Show documentation
The Beangle EMS Application
<?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