Package org.apache.wiki.xmlrpc
Class RPCHandler
java.lang.Object
org.apache.wiki.xmlrpc.AbstractRPCHandler
org.apache.wiki.xmlrpc.RPCHandler
- All Implemented Interfaces:
WikiRPCHandler
Provides handlers for all RPC routines.
- Since:
- 1.6.6
-
Field Summary
Fields inherited from class org.apache.wiki.xmlrpc.AbstractRPCHandler
ERR_NOPAGE, ERR_NOPERMISSION, LINK_EXTERNAL, LINK_INLINE, LINK_LOCAL, m_context, m_engine, RPC_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencodeWikiPage(Page page) Encodes a single wiki page info into a Hashtable.byte[]byte[]getPageHTML(String pagename) byte[]getPageHTMLVersion(String pagename, int version) getPageInfo(String pagename) getPageInfoVersion(String pagename, int version) byte[]getPageVersion(String pagename, int version) getRecentChanges(Date since) Methods inherited from class org.apache.wiki.xmlrpc.AbstractRPCHandler
checkPermission, getRPCVersionSupported, initialize
-
Constructor Details
-
RPCHandler
public RPCHandler()
-
-
Method Details
-
getApplicationName
-
getAllPages
-
encodeWikiPage
Encodes a single wiki page info into a Hashtable.- Specified by:
encodeWikiPagein classAbstractRPCHandler
-
getRecentChanges
- Overrides:
getRecentChangesin classAbstractRPCHandler
-
getPageInfo
public Hashtable<String,Object> getPageInfo(String pagename) throws org.apache.xmlrpc.XmlRpcException - Throws:
org.apache.xmlrpc.XmlRpcException
-
getPageInfoVersion
public Hashtable<String,Object> getPageInfoVersion(String pagename, int version) throws org.apache.xmlrpc.XmlRpcException - Throws:
org.apache.xmlrpc.XmlRpcException
-
getPage
- Throws:
org.apache.xmlrpc.XmlRpcException
-
getPageVersion
- Throws:
org.apache.xmlrpc.XmlRpcException
-
getPageHTML
- Throws:
org.apache.xmlrpc.XmlRpcException
-
getPageHTMLVersion
public byte[] getPageHTMLVersion(String pagename, int version) throws org.apache.xmlrpc.XmlRpcException - Throws:
org.apache.xmlrpc.XmlRpcException
-
listLinks
public Vector<Hashtable<String,String>> listLinks(String pagename) throws org.apache.xmlrpc.XmlRpcException - Throws:
org.apache.xmlrpc.XmlRpcException
-