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

nablarch.webui.interceptors.xml Maven / Gradle / Ivy

There is a newer version: 6u3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<component-configuration
    xmlns="http://tis.co.jp/nablarch/component-configuration"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://tis.co.jp/nablarch/component-configuration  https://nablarch.github.io/schema/component-configuration.xsd">

  <!-- インターセプタの実行順定義 -->
  <list name="interceptorsOrder">
    <value>nablarch.common.authorization.role.CheckRole</value>
    <value>nablarch.common.web.token.OnDoubleSubmission</value>
    <value>nablarch.common.web.token.UseToken</value>
    <value>nablarch.fw.web.interceptor.OnErrors</value>
    <value>nablarch.fw.web.interceptor.OnError</value>
    <value>nablarch.common.web.interceptor.InjectForm</value>
  </list>

</component-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy