Class TopicPage
- java.lang.Object
-
- net.ontopia.topicmaps.utils.tmrap.TopicPage
-
public class TopicPage extends Object
EXPERIMENTAL: Represents a topic page (that is, the primary page for a topic in a web interface to a topic map).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEditURL()
String
getLinkText()
static String
getReifierName(TopicMapIF topicmap)
String
getTitle()
TopicIF
getTopic()
String
getURL()
String
getViewURL()
-
-
-
Method Detail
-
getEditURL
public String getEditURL()
-
getViewURL
public String getViewURL()
-
getURL
public String getURL()
-
getTitle
public String getTitle()
-
getLinkText
public String getLinkText()
-
getTopic
public TopicIF getTopic()
-
getReifierName
public static String getReifierName(TopicMapIF topicmap)
-
-