java.lang.Object
com.aoapps.web.resources.renderer.Renderer

public class Renderer extends Object
Renders the HTML output for web resource management.

This provides a basic implementation without optimization. However, it provides a hook for optimizers to affect what it rendered.

This is placed in a distinct project from RegistryEE because it adds several dependencies that are not required by projects that simply register themselves. This choice is consistent with our "micro project" principle.