|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface UrlMappingsRenderer
An interface for classes to implement that renders URL mappings to some output format
Method Summary | |
---|---|
void
|
render(java.util.List urlMappings)
Render the URL mappings to whatever output destination is defined by the implementation |
Method Detail |
---|
void render(java.util.List urlMappings)
urlMappings
- The URL mappings
Groovy Documentation