Groovy Documentation

org.codehaus.griffon.runtime.slideware
[Java] Class AbstractGriffonSlideScript

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Script
          org.codehaus.griffon.runtime.core.AbstractGriffonArtifactScript
              org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifactScript
                  org.codehaus.griffon.runtime.slideware.AbstractGriffonSlideScript
All Implemented Interfaces:
GriffonSlide

public abstract class AbstractGriffonSlideScript
extends AbstractGriffonMvcArtifactScript

Base implementation of the GriffonSlide interface for Script based slides

Authors:
Andres Almiray


Field Summary
private FactoryBuilderSupport builder

 
Constructor Summary
AbstractGriffonSlideScript()

 
Method Summary
FactoryBuilderSupport getBuilder()

void setBuilder(FactoryBuilderSupport builder)

 
Methods inherited from class AbstractGriffonMvcArtifactScript
mvcGroupInit, mvcGroupDestroy, getResourceAsStream, newInstance, getResources, getMetaClass, setMetaClass, getLog, 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, getResourceAsURL, getGriffonClass, getApp, setApp, println, println, run, run, setProperty, getProperty, print, printf, printf, invokeMethod, setBinding, getBinding, evaluate, evaluate, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonArtifactScript
getResourceAsStream, newInstance, getResources, getMetaClass, setMetaClass, getLog, 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, getResourceAsURL, getGriffonClass, getApp, setApp, println, println, run, run, setProperty, getProperty, print, printf, printf, invokeMethod, setBinding, getBinding, evaluate, evaluate, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

builder

private FactoryBuilderSupport builder


 
Constructor Detail

AbstractGriffonSlideScript

public AbstractGriffonSlideScript()


 
Method Detail

getBuilder

public FactoryBuilderSupport getBuilder()


setBuilder

public void setBuilder(FactoryBuilderSupport builder)


 

Groovy Documentation