interface UrlMappingsRenderer
An interface for classes to implement that renders URL mappings to some output format
abstract void
render(List<UrlMapping> urlMappings)
Render the URL mappings to whatever output destination is defined by the implementation
urlMappings