net.ontopia.topicmaps.utils.tmrap
Class TopicPage

java.lang.Object
  extended by 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).


Constructor Summary
TopicPage(String editUrl, String viewUrl, String title, String linktext, TopicIF topic)
           
 
Method Summary
 String getEditURL()
           
 String getLinkText()
           
static String getReifierName(TopicMapIF topicmap)
           
 String getTitle()
           
 TopicIF getTopic()
           
 String getURL()
           
 String getViewURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicPage

public TopicPage(String editUrl,
                 String viewUrl,
                 String title,
                 String linktext,
                 TopicIF topic)
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)


Copyright © 2000-2012 Ontopia.