Groovy Documentation

griffon.plugins.ratpack
[Java] Interface GriffonRatpackApp

griffon.core.ThreadingHandler
  griffon.core.MVCHandler
      griffon.plugins.ratpack.GriffonRatpackApp
          griffon.core.ResourceHandler
              griffon.core.ApplicationHandler
All Superinterfaces:
ThreadingHandler, MVCHandler, ResourceHandler, ApplicationHandler

public interface GriffonRatpackApp
extends GriffonArtifact

Authors:
Andres Almiray


Method Summary
Closure getRoutes()

 
Methods inherited from interface GriffonArtifact
newInstance, getMetaClass, getLog, getGriffonClass, getApp, isUIThread, execAsync, execSync, execOutside, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsStream, getResources, getResourceAsURL
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getRoutes

public Closure getRoutes()


 

Groovy Documentation