| vqwiki.Handler
All known Subclasses: vqwiki.db.DatabaseHandler, vqwiki.file.FileHandler,
Handler | public interface Handler (Code) | | Very Quick Wiki - WikiWikiWeb clone
Copyright (C) 2001-2002 Gareth Cronin
This program is free software; you can redistribute it and/or modify
it under the terms of the latest version of the GNU Lesser General
Public License as published by the Free Software Foundation;
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program (gpl.txt); if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Method Summary | |
public void | addReadOnlyTopic(String virtualWiki, String topicName) | public void | addVirtualWiki(String virtualWiki) | public boolean | exists(String virtualWiki, String topicName) | public List | getLockList(String virtualWiki) | public Collection | getReadOnlyTopics(String virtualWiki) | public String | getTemplate(String virtualWiki, String templateName) | public Collection | getTemplateNames(String virtualWiki) | public Collection | getVirtualWikiList() | public boolean | holdsLock(String virtualWiki, String topicName, String key) | public void | initialise(Locale locale) | public boolean | isTopicReadOnly(String virtualWiki, String topicName) | public boolean | lockTopic(String virtualWiki, String topicName, String key) | public Collection | purgeDeletes(String virtualWiki) | public void | purgeVersionsOlderThan(String virtualWiki, DBDate date) | public String | read(String virtualWiki, String topicName) | public void | removeReadOnlyTopic(String virtualWiki, String topicName) | public void | saveAsTemplate(String virtualWiki, String templateName, String contents) | public void | unlockTopic(String virtualWiki, String topicName) | public void | write(String virtualWiki, String contents, boolean convertTabs, String topicName) |
|
|