Directory grails/src/web/org/codehaus/groovy/grails/web/mapping/

Directory Created:
2007-03-01 09:43
Total Files:
13
Deleted Files:
0
Lines of Code:
1404

Browse with ViewVC

[root]/grails/src/web/org/codehaus/groovy/grails/web/mapping

                                        directory in repo exceptions (1 files, 38 lines)

                                        directory in repo filter (1 files, 144 lines)

Lines of Code

grails/src/web/org/codehaus/groovy/grails/web/mapping/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 43 (100.0%) 1526 (100.0%) 35.4
Graeme Rocher 39 (90.7%) 1513 (99.1%) 38.7
nebolsin 2 (4.7%) 13 (0.9%) 6.5
brownj 2 (4.7%) 0 (0.0%) 0.0

Most Recent Commits

nebolsin 2007-04-06 22:59

fix for GRAILS-1029

1 lines of code changed in:

nebolsin 2007-04-06 22:45

fix for GRAILS-1029

12 lines of code changed in:

Graeme Rocher 2007-03-20 14:56

Implemented reverse mapping from URL mappings to links in tag libraries

224 lines of code changed in:

Graeme Rocher 2007-03-14 11:55

Improvements to DRYness of URL mappings, added creation of UrlMappings class to create-app. From 0.5 URL Mappings are now required for Grails to function correctly

30 lines of code changed in:

Graeme Rocher 2007-03-13 17:39

added code to look-up an ExpandoMetaClass and ensure that it is one, falling back to creating one if not supplied by the registry

2 lines of code changed in:

Graeme Rocher 2007-03-13 15:51

URL Matching is less aggressive, implemented support for dynamic setting of action name and controller name based on request params

97 lines of code changed in:

Graeme Rocher 2007-03-08 10:31

URL mapping now implemented, just need some command line scripts to create *UrlMapping.groovy files

8 lines of code changed in:

Graeme Rocher 2007-03-07 18:11

various updates to javadoc comments

19 lines of code changed in:

Graeme Rocher 2007-03-07 18:04

Implemented the UrlMappingEvaluator which parses Groovy scripts into the UrlMapping data model. Then implemented the infrastructure code such as the UrlMappingHolder and factory bean which a new UrlMappingsFilter uses to match URIs and forward (using an include) to the given URI. Custom URL mapping almost working :-)

415 lines of code changed in:

brownj 2007-03-06 02:41

trivial update to remove unused import statements and reduce warnings in IDE

0 lines of code changed in:

Graeme Rocher 2007-03-05 17:56

Implemented a number parsing of Grails URL mapping format into regex, and ordered by comparator of UrlMapping instances based on number of tokens, and concrete vs wildcard precedence rules

365 lines of code changed in:

Graeme Rocher 2007-03-01 09:43

first cut of URL mapping interfaces and start of implementation

353 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT