public void cleanup(Environment environment)
{
Document document = environment.peek(Document.class);
Element head = document.find("html/head");
if (head == null) return;
head.elementAt(0, "link", "rel", "stylesheet", "type", "text/css", "href", _stylesheetAsset
.toClientURL());