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