A module consists of a list of URL mappings. Modules are the core of the application. Typically, this is where models, views and controllers are contained.
Note that the framework does not perform collision checks on mappings. When adding mappings, you have to be careful not to specify URL patterns that collide to each other.
Methods
getMappings ():Iterable<URLMapping>
Returns all the request mappings that belong to this module
Returns:
The request mappings that belong to this module