|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.resource | Common resource and representation data elements. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Context in org.restlet |
---|
Methods in org.restlet that return Context | |
---|---|
Context |
Restlet.getContext()
Returns the context. |
Methods in org.restlet with parameters of type Context | |
---|---|
void |
Restlet.setContext(Context context)
Sets the context. |
Constructors in org.restlet with parameters of type Context | |
---|---|
Application(Context parentContext)
Constructor. |
|
Client(Context context,
List<Protocol> protocols)
Constructor. |
|
Client(Context context,
Protocol protocol)
Constructor. |
|
Connector(Context context)
Constructor. |
|
Connector(Context context,
List<Protocol> protocols)
Constructor. |
|
Directory(Context context,
LocalReference rootLocalReference)
Constructor. |
|
Directory(Context context,
String rootUri)
Constructor. |
|
Filter(Context context)
Constructor. |
|
Filter(Context context,
Restlet next)
Constructor. |
|
Finder(Context context)
Constructor. |
|
Finder(Context context,
Class<? extends Resource> targetClass)
Constructor. |
|
Guard(Context context,
ChallengeScheme scheme,
String realm)
Constructor. |
|
Redirector(Context context,
String targetTemplate)
Constructor for the connector mode. |
|
Redirector(Context context,
String targetPattern,
int mode)
Constructor. |
|
Restlet(Context context)
Constructor. |
|
Router(Context context)
Constructor. |
|
Server(Context context,
List<Protocol> protocols,
int port,
Restlet target)
Constructor. |
|
Server(Context context,
List<Protocol> protocols,
String address,
int port,
Restlet target)
Constructor. |
|
Server(Context context,
Protocol protocol,
int port,
Restlet target)
Constructor. |
|
Server(Context context,
Protocol protocol,
Restlet target)
Constructor using the protocol's default port. |
|
Server(Context context,
Protocol protocol,
String address,
int port,
Restlet target)
Constructor. |
|
VirtualHost(Context context)
Constructor. |
|
VirtualHost(Context context,
String hostDomain,
String hostPort,
String hostScheme,
String resourceDomain,
String resourcePort,
String resourceScheme,
String serverAddress,
String serverPort)
Constructor. |
Uses of Context in org.restlet.resource |
---|
Methods in org.restlet.resource that return Context | |
---|---|
Context |
Resource.getContext()
Returns the context. |
Methods in org.restlet.resource with parameters of type Context | |
---|---|
void |
Resource.init(Context context,
Request request,
Response response)
Initialize the resource with its context. |
void |
Resource.setContext(Context context)
Sets the parent context. |
Constructors in org.restlet.resource with parameters of type Context | |
---|---|
Resource(Context context,
Request request,
Response response)
Constructor. |
|
TransformRepresentation(Context context,
Representation source,
Representation transformSheet)
Constructor. |
Uses of Context in org.restlet.util |
---|
Methods in org.restlet.util that return Context | |
---|---|
abstract Context |
Helper.createContext(String loggerName)
Creates a new context. |
Context |
ServerList.getContext()
Returns the context. |
Methods in org.restlet.util with parameters of type Context | |
---|---|
abstract Helper |
Engine.createHelper(Application application,
Context parentContext)
Creates a new helper for a given component. |
Constructors in org.restlet.util with parameters of type Context | |
---|---|
ClientList(Context context)
Constructor. |
|
ServerList(Context context,
Restlet target)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |