|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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 |
|---|
protected final java.util.Map params
protected java.lang.Object server
| Constructor Detail |
|---|
RunnerBase(java.util.Map params)
| Method Detail |
|---|
protected void configureConnectors()
protected void configureRealm(java.lang.Object context)
protected java.lang.Object createServer()
protected java.lang.Object createWebAppContext(java.lang.ClassLoader classLoader)
final void run()
final void startServer()
final void stopServer()
Groovy Documentation