public class RPCHandlerUTF8 extends AbstractRPCHandler
ERR_NOPAGE, ERR_NOPERMISSION, LINK_EXTERNAL, LINK_INLINE, LINK_LOCAL, m_context, m_engine, RPC_VERSION
Constructor and Description |
---|
RPCHandlerUTF8() |
Modifier and Type | Method and Description |
---|---|
protected Hashtable<String,Object> |
encodeWikiPage(WikiPage page)
Encodes a single wiki page info into a Hashtable.
|
Vector |
getAllPages() |
String |
getApplicationName() |
String |
getPage(String pagename) |
String |
getPageHTML(String pagename) |
String |
getPageHTMLVersion(String pagename,
int version) |
Hashtable |
getPageInfo(String pagename) |
Hashtable |
getPageInfoVersion(String pagename,
int version) |
String |
getPageVersion(String pagename,
int version) |
Vector |
getRecentChanges(Date since) |
Vector |
listLinks(String pagename) |
checkPermission, getRPCVersionSupported, initialize
public RPCHandlerUTF8()
public String getApplicationName()
public Vector getAllPages()
protected Hashtable<String,Object> encodeWikiPage(WikiPage page)
encodeWikiPage
in class AbstractRPCHandler
public Vector getRecentChanges(Date since)
getRecentChanges
in class AbstractRPCHandler
public Hashtable getPageInfo(String pagename) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
public Hashtable getPageInfoVersion(String pagename, int version) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
public String getPage(String pagename) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
public String getPageVersion(String pagename, int version) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
public String getPageHTML(String pagename) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
public String getPageHTMLVersion(String pagename, int version) throws org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcException
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.