Groovy Documentation

griffon.plugins.markdown
[Groovy] Class MarkdownService

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonService
              griffon.plugins.markdown.MarkdownService

class MarkdownService
extends AbstractGriffonService

Authors:
Andres Almiray


Field Summary
private MarkdownProcessor markdownProcessor

 
Constructor Summary
MarkdownService()

 
Method Summary
 
Methods inherited from class AbstractGriffonService
serviceInit, serviceDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, getLog, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, isUIThread, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, getResourceAsURL, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getApp, metaClassOf, getGriffonClass, setApp, setProperty, getProperty, invokeMethod, notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 
Methods inherited from class AbstractGriffonArtifact
newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, getLog, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, isUIThread, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, getResourceAsURL, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getApp, metaClassOf, getGriffonClass, setApp, setProperty, getProperty, invokeMethod, notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

markdownProcessor

@Delegate
private final MarkdownProcessor markdownProcessor


 
Constructor Detail

MarkdownService

MarkdownService()


 

Groovy Documentation