src.groovy.de.andreasschmitt.richui.taglib.renderer
Class AbstractRenderer

 
Constructor Summary
AbstractRenderer()
           
 
Method Summary
String renderResources(Map attrs, String contextPath)
          
void renderResourcesContent(Map attrs, MarkupBuilder builder, String resourcePath)
          
String renderTag(Map attrs)
          
String renderTag(Map attrs, GroovyPageTagBody body)
          
void renderTagContent(Map attrs, MarkupBuilder builder)
          
void renderTagContent(Map attrs, GroovyPageTagBody body, MarkupBuilder builder)
          
 

Constructor Detail

AbstractRenderer

AbstractRenderer()


Method Detail

renderResources

public String renderResources(Map attrs, String contextPath)


renderResourcesContent

void renderResourcesContent(Map attrs, MarkupBuilder builder, String resourcePath)


renderTag

public String renderTag(Map attrs)


renderTag

public String renderTag(Map attrs, GroovyPageTagBody body)


renderTagContent

void renderTagContent(Map attrs, MarkupBuilder builder)


renderTagContent

void renderTagContent(Map attrs, GroovyPageTagBody body, MarkupBuilder builder)