Class TopicMapController
- java.lang.Object
-
- net.ontopia.topicmaps.rest.controller.AbstractController
-
- net.ontopia.topicmaps.rest.v1.topicmap.TopicMapController
-
public class TopicMapController extends AbstractController
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.rest.controller.AbstractController
ontopia
-
-
Constructor Summary
Constructors Constructor Description TopicMapController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap)
protected void
init()
void
remove(TopicMapReferenceIF reference)
-
Methods inherited from class net.ontopia.topicmaps.rest.controller.AbstractController
getController, getOntopia, requireNotNull, setOntopia
-
-
-
-
Method Detail
-
init
protected void init()
- Specified by:
init
in classAbstractController
-
change
public void change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap)
-
remove
public void remove(TopicMapReferenceIF reference)
-
-