public interface ResourceFactory<K extends HasIdentity,T extends ServerResource<K>>
| Modifier and Type | Method and Description |
|---|---|
T |
create(Class<T> resourceType,
org.restlet.Request request,
org.restlet.Response response,
org.restlet.Context context) |