|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.clerezza.platform.dashboard.webinterface.DashBoard
@Services(value={@Service(value=java.lang.Object.class),@Service(value=org.apache.clerezza.platform.dashboard.GlobalMenuItemsProvider.class)})
@Property(name="javax.ws.rs",
boolValue=true)
public class DashBoard
| Constructor Summary | |
|---|---|
DashBoard()
|
|
| Method Summary | |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext cCtx)
|
org.apache.clerezza.rdf.utils.GraphNode |
getHomePage(javax.ws.rs.core.UriInfo uriInfo)
Returns the overview page of the dashboard. |
java.util.Set<GlobalMenuItem> |
getMenuItems()
|
javax.ws.rs.core.Response |
redirectToHomePage(javax.ws.rs.core.UriInfo uriInfo)
Redirects to the overview page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DashBoard()
| Method Detail |
|---|
protected void activate(org.osgi.service.component.ComponentContext cCtx)
throws java.lang.Exception
java.lang.Exception
public javax.ws.rs.core.Response redirectToHomePage(@Context
javax.ws.rs.core.UriInfo uriInfo)
Response
public org.apache.clerezza.rdf.utils.GraphNode getHomePage(@Context
javax.ws.rs.core.UriInfo uriInfo)
GraphNodepublic java.util.Set<GlobalMenuItem> getMenuItems()
getMenuItems in interface GlobalMenuItemsProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||