Groovy Documentation

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

java.lang.Object
  src.groovy.de.andreasschmitt.richui.taglib.renderer.AbstractRenderer
      src.groovy.de.andreasschmitt.richui.taglib.renderer.MicrosoftVirtualEarthRenderer

class MicrosoftVirtualEarthRenderer
extends AbstractRenderer


Constructor Summary
MicrosoftVirtualEarthRenderer()

 
Method Summary
protected java.util.List getComponentResources(java.util.Map attrs, java.lang.String resourcePath)

protected void renderResourcesContent(java.util.Map attrs, MarkupBuilder builder, java.lang.String resourcePath)

protected void renderTagContent(java.util.Map attrs, MarkupBuilder builder)

protected void renderTagContent(java.util.Map attrs, groovy.lang.Closure body, MarkupBuilder builder)

 
Methods inherited from class AbstractRenderer
getComponentResources, getResources, renderResources, renderResourcesContent, renderTag, renderTag, renderTagContent, renderTagContent
 

Constructor Detail

MicrosoftVirtualEarthRenderer

MicrosoftVirtualEarthRenderer()


 
Method Detail

getComponentResources

protected java.util.List getComponentResources(java.util.Map attrs, java.lang.String resourcePath)


renderResourcesContent

protected void renderResourcesContent(java.util.Map attrs, MarkupBuilder builder, java.lang.String resourcePath)


renderTagContent

protected void renderTagContent(java.util.Map attrs, MarkupBuilder builder)


renderTagContent

protected void renderTagContent(java.util.Map attrs, groovy.lang.Closure body, MarkupBuilder builder)


 

Groovy Documentation