@Path(value="/plugin") public class PluginResource extends Object
| Constructor and Description |
|---|
PluginResource(Map<String,Set<PluginRestResource>> pluginRestResources) |
@Inject public PluginResource(Map<String,Set<PluginRestResource>> pluginRestResources)
@Path(value="{plugin}/{resource}")
public PluginRestResource getResource(@PathParam(value="plugin")
String pluginId,
@PathParam(value="resource")
String resource)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.