| java.lang.Object org.jamwiki.utils.PseudoTopicHandler
PseudoTopicHandler | public class PseudoTopicHandler (Code) | | Class for controlling "pseudotopics". A pseudotopic is a topic name that maps to
an internal Wikk page, such as Special:RecentChanges and Special:Edit. The
mappings of topic names to redirect URLs are persisted in
/WEB-INF/classes/jamwiki-configuration.xml .
See Also: org.jamwiki.WikiConfiguration |
Method Summary | |
public static boolean | isPseudoTopic(String pseudotopicName) Return true if there is a mapping for the given topic
Parameters: pseudotopicName - The name of the pseudo-topic that is being testedfor existence. |
isPseudoTopic | public static boolean isPseudoTopic(String pseudotopicName)(Code) | | Return true if there is a mapping for the given topic
Parameters: pseudotopicName - The name of the pseudo-topic that is being testedfor existence. true if a pseudo-topic with the specified nameexists, false otherwise. |
|
|