This project has retired. For details please refer to its
Attic page.
GenericResourcePage (Clerezza - Reactor build (root) 0.3-SNAPSHOT API)
-
@Service(value=java.lang.Object.class)
@Property(name="javax.ws.rs",
boolValue=true)
public class GenericResourcePage
extends FileServer
This JAX-RS resource can be used to show selected concepts of a resource.
The URI path of this service is /concepts/generic-resource.
- Author:
- tio
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected void |
activate(org.osgi.service.component.ComponentContext context) |
GraphNode |
GenericResourcePage(UriRef uri,
javax.ws.rs.core.UriInfo uriInfo)
Retrieves a resource and its associated concepts to be rendered with a template
registered for CONCEPTS.GenericResourcePage.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
GenericResourcePage
public GraphNode GenericResourcePage(UriRef uri,
@Context
javax.ws.rs.core.UriInfo uriInfo)
Retrieves a resource and its associated concepts to be rendered with a template
registered for CONCEPTS.GenericResourcePage.
- Parameters:
uri
- specifies the uri of a resource
- Returns:
- GraphNode
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.