[Restlet] restlet是否支持平级的url表达式

steven_cheng 2009-08-12
如题
比如/someurl/{one},{two}
比如输入url是/someurl/1,2
测试结果是,one="1,2",two=null
restlet是不是不支持这种表示法
jhsea3do 2009-08-19
你的想法是合理的。

在o'reilly restful web services这本书中的命名资源部分提到对于非层次关系资源建议使用逗号或者分号隔开参数。

我想restlet应该是支持的
ajax 2009-08-21
jhsea3do 写道
你的想法是合理的。

在o'reilly restful web services这本书中的命名资源部分提到对于非层次关系资源建议使用逗号或者分号隔开参数。

我想restlet应该是支持的


恩,是的,看下面

------- 附加注释人: Jerome Louvel 2007/12/09 14:20:26 -0700 -------

See also:
http://www.w3.org/DesignIssues/MatrixURIs.html

Consider also adding an addMatrixParameter() to Reference.

Stefan Koops also suggested:

The methods "public String getMatrix()", "public Form 
getMatrixAsForm()", "public Form getMatrixAsForm(CharacterSet)" and 
"setMatrix(String)" are nice, too.


这个是从官方mail列表里面拷贝过来的,但是没有说明具体从那个版本开始支持,而且我也不知道各位用的什么版本。不过可以查一下,源码里面有没有上面列出的方法。
ajax 2009-08-21
到源码里找了一下,上面列出的这些方法在Reference类里。可以参考一下
Global site tag (gtag.js) - Google Analytics