String className = getClass().getName();
return className.substring(className.lastIndexOf(".") + 1).toLowerCase();
}
public void buildHTMLHead(boolean metaOutput, String scripts) throws WGAPIException {
TMLContext context = this.getTMLContext();
WGContent content = context.content();
if( content != null ){
// Eventually put out meta tags
this.appendResult("<meta name=\"generator\" content=\"").appendResult(WGACore.getReleaseString()).appendResult("\">\n");
if (metaOutput == true ) {