|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.restlet.gwt | Port of the core classes of the Restlet API on GWT. |
Uses of Context in org.restlet.gwt |
---|
Methods in org.restlet.gwt that return Context | |
---|---|
Context |
Restlet.getContext()
Returns the context. |
Methods in org.restlet.gwt with parameters of type Context | |
---|---|
void |
Restlet.setContext(Context context)
Sets the context. |
Constructors in org.restlet.gwt with parameters of type Context | |
---|---|
Client(Context context,
java.util.List<Protocol> protocols)
Constructor. |
|
Client(Context context,
Protocol protocol)
Constructor. |
|
Connector(Context context)
Constructor. |
|
Connector(Context context,
java.util.List<Protocol> protocols)
Constructor. |
|
Restlet(Context context)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |