|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.Context
org.restlet.engine.util.ChildContext
public class ChildContext
Context based on a parent component's context but dedicated to a child Restlet, typically to an application.
| Constructor Summary | |
|---|---|
ChildContext(Context parentContext)
Constructor. |
|
| Method Summary | |
|---|---|
Restlet |
getChild()
Returns the child. |
protected Context |
getParentContext()
Returns the parent context. |
void |
setChild(Restlet child)
Sets the child. |
| Methods inherited from class org.restlet.Context |
|---|
createChildContext, getAttributes, getClientDispatcher, getCurrent, getCurrentLogger, getDefaultEnroler, getDefaultVerifier, getExecutorService, getLogger, getParameters, getServerDispatcher, setAttributes, setClientDispatcher, setCurrent, setDefaultEnroler, setDefaultVerifier, setExecutorService, setLogger, setLogger, setParameters, setServerDispatcher |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildContext(Context parentContext)
parentContext - The parent context.| Method Detail |
|---|
public Restlet getChild()
protected Context getParentContext()
public void setChild(Restlet child)
child - The child.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||