summaryrefslogtreecommitdiffstats
path: root/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* cleanupsJesse Luehrs2013-02-281-46/+21
|
* filter out empty path components when matching tooJesse Luehrs2013-02-151-1/+6
|
* getting rid of insert means we can use ListBufferJesse Luehrs2013-02-151-9/+9
|
* insertRoute is not particularly usefulJesse Luehrs2013-02-151-13/+0
|
* avoid some unnecessary conversionsJesse Luehrs2013-02-151-8/+8
|
* no reason routes themselves should be publicJesse Luehrs2013-02-151-103/+103
|
* style cleanupsJesse Luehrs2013-02-151-33/+25
|
* implement uriForJesse Luehrs2013-02-141-2/+49
|
* a couple more edge cases for filling in a path templateJesse Luehrs2013-02-141-2/+19
| | | | | | | | if a mapping value matches the default value for an optional variable component, then the optional component should just be left out if the mapping contains a value that doesn't match the corresponding value in the route's list of defaults, then it shouldn't return anything
* helper method to get a real path out of a routeJesse Luehrs2013-02-141-0/+21
|
* clean up Route a bitJesse Luehrs2013-02-141-12/+4
|
* implement optionalsJesse Luehrs2013-02-141-2/+7
|
* initial sketchJesse Luehrs2013-02-131-0/+136