Spring WebFlow flow-registry URL Mapping

时间:2014-09-08 13:42:58

标签: spring spring-webflow

有没有办法编写一个spring webflow flow-registry来匹配路径名,然后还有下面的所有url?

例如,我可以使用以下内容匹配/ myService:

<webflow:flow-registry id="flowRegistry" flow-builder-services="builder">
  <webflow:flow-location path="/WEB-INF/myService-webflow.xml" id="myService"/>
</webflow:flow-registry>

但我不知道如何让它与/ myService / *

相匹配

0 个答案:

没有答案