Package ontopoly.models
Class TopicMapModel
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<TopicMap>
-
- ontopoly.models.TopicMapModel
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IClusterable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<TopicMap>
public class TopicMapModel extends org.apache.wicket.model.LoadableDetachableModel<TopicMap>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicMapModel(String topicMapId)
TopicMapModel(TopicMap topicMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicMap
getTopicMap()
String
getTopicMapId()
protected TopicMap
load()
-