Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Rexster 扩展中使用路径参数,即相当于 Jersey 的@PathParam?
@PathParam
从示例扩展中我可以看到,似乎只有查询参数可用。
在 Rexster 中使用路径参数并不容易。但是,您可以访问该路径并对此做出程序化决策。您可以查看Frames Extension以了解如何在此处执行此操作的示例。
基本思想是UriInfo从RexsterResourceContext. 从那里您可以推断代码中的路径。
UriInfo
RexsterResourceContext