org.blojsom.extension.xmlrpc
Interface BlojsomXMLRPCConstants

All Known Implementing Classes:
AbstractBlojsomAPIHandler, BlojsomXMLRPCServlet

public interface BlojsomXMLRPCConstants

BlojsomXMLRPCConstants

Version:
$Id: BlojsomXMLRPCConstants.java,v 1.6 2006/01/04 16:24:24 czarneckid Exp $
Author:
David Czarnecki

Field Summary
static java.lang.String BLOG_XMLRPC_CONFIGURATION_IP
           
static java.lang.String BLOG_XMLRPC_ENTRY_EXTENSION_IP
           
static java.lang.String DEFAULT_BLOG_XMLRPC_ENTRY_EXTENSION
          Default file extension for blog entries written via XML-RPC
static java.lang.String DEFAULT_XMLRPC_HANDLER_KEY
          Default XML-RPC handler key for the Apache XML-RPC library
 

Field Detail

DEFAULT_BLOG_XMLRPC_ENTRY_EXTENSION

public static final java.lang.String DEFAULT_BLOG_XMLRPC_ENTRY_EXTENSION
Default file extension for blog entries written via XML-RPC

See Also:
Constant Field Values

DEFAULT_XMLRPC_HANDLER_KEY

public static final java.lang.String DEFAULT_XMLRPC_HANDLER_KEY
Default XML-RPC handler key for the Apache XML-RPC library

See Also:
Constant Field Values

BLOG_XMLRPC_CONFIGURATION_IP

public static final java.lang.String BLOG_XMLRPC_CONFIGURATION_IP
See Also:
Constant Field Values

BLOG_XMLRPC_ENTRY_EXTENSION_IP

public static final java.lang.String BLOG_XMLRPC_ENTRY_EXTENSION_IP
See Also:
Constant Field Values