An interface for classes to implement that renders URL mappings to some output format
| Constructor and description |
|---|
UrlMappingsRenderer
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
render(java.util.List urlMappings)Render the URL mappings to whatever output destination is defined by the implementation
|