Groovy Documentation

org.akhikhl.gretty
[Groovy] Class RunnerBase

java.lang.Object
  org.akhikhl.gretty.RunnerBase

abstract class RunnerBase

Field Summary
protected java.util.Map params

protected java.lang.Object server

 
Constructor Summary
RunnerBase(java.util.Map params)

 
Method Summary
protected void configureConnectors()

protected void configureRealm(java.lang.Object context)

protected java.lang.Object createServer()

protected java.lang.Object createWebAppContext(java.lang.ClassLoader classLoader)

void run()

void startServer()

void stopServer()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

params

protected final java.util.Map params


server

protected java.lang.Object server


 
Constructor Detail

RunnerBase

RunnerBase(java.util.Map params)


 
Method Detail

configureConnectors

protected void configureConnectors()


configureRealm

protected void configureRealm(java.lang.Object context)


createServer

protected java.lang.Object createServer()


createWebAppContext

protected java.lang.Object createWebAppContext(java.lang.ClassLoader classLoader)


run

final void run()


startServer

final void startServer()


stopServer

final void stopServer()


 

Groovy Documentation