从喷雾路线获取所有PathMatchers。

时间:2015-11-12 15:50:23

标签: scala spray

我有一个Spray rotue。例如:

val myRoute = (get & path("get_init_data")) { 
    ???
} ~ (post & path("push")) { 
    ???
}

是否可以提取路径中定义的所有路径?我需要提取路径名称和路径方法。

1 个答案:

答案 0 :(得分:1)

答案是否定的:喷涂路线只是从Array.Sort(valobject, (obj1, obj2) => { String label1 = ((valobject) obj1).getLabel(); String label2 = ((valobject) obj2).getLabel(); // ... // ...all the rest of the comparison logic }); RequestContext的功能,因此它们是不透明的。您正在寻找在更多面向Web的框架中更常见的东西。