GET /showUsers/{<[\0-9]+>ids}/? Application.showUsers
In your application code you know you could use a List
public static void showUsers(@As("/") List
}
This introduces some new complexity in your application logic, so always be aware if you really want to do this. One of the usecases where this is useful is when you want to use some sort of hierarchical trees in your URLs, like when displaying a mailbox with folders and arbitrary
subfolders
No comments:
Post a Comment