Package | Description |
---|---|
org.restlet.engine | |
org.restlet.engine.util |
Modifier and Type | Method and Description |
---|---|
static Engine |
Engine.getInstance()
Returns the registered Restlet engine.
|
static Engine |
Engine.register()
Registers a new Restlet Engine.
|
static Engine |
Engine.register(boolean discoverPlugins)
Registers a new Restlet Engine.
|
Modifier and Type | Method and Description |
---|---|
static void |
Engine.setInstance(Engine engine)
Deprecated.
Use the
register() and register(boolean)
methods instead. |
Modifier and Type | Method and Description |
---|---|
protected Engine |
EngineClassLoader.getEngine()
Returns the parent Restlet engine.
|
Constructor and Description |
---|
EngineClassLoader(Engine engine)
Constructor.
|
Copyright © 2005–2015. All rights reserved.