org.alfresco.repo.blog.wordpress
Class WordPressIntegration

java.lang.Object
  extended by org.alfresco.repo.blog.BaseBlogIntegrationImplementation
      extended by org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
          extended by org.alfresco.repo.blog.wordpress.WordPressIntegration
All Implemented Interfaces:
BlogIntegrationImplementation

public class WordPressIntegration
extends DefaultBlogIntegrationImplementation


Field Summary
 
Fields inherited from class org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
ACTION_DELETE_POST, ACTION_EDIT_POST, ACTION_GET_POST, ACTION_NEW_POST
 
Constructor Summary
WordPressIntegration()
           
 
Method Summary
protected  java.lang.String getEndpointURL(BlogDetails blogDetails)
          Gets the XML RPC end point URL for the given blog details.
 
Methods inherited from class org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
checkForProtocol, checkForTrainlingSlash, deletePost, execute, getPost, newPost, updatePost
 
Methods inherited from class org.alfresco.repo.blog.BaseBlogIntegrationImplementation
getDisplayName, getName, register, setBlogIntegrationService, setDisplayName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordPressIntegration

public WordPressIntegration()
Method Detail

getEndpointURL

protected java.lang.String getEndpointURL(BlogDetails blogDetails)
Description copied from class: DefaultBlogIntegrationImplementation
Gets the XML RPC end point URL for the given blog details.

Specified by:
getEndpointURL in class DefaultBlogIntegrationImplementation
Parameters:
blogDetails - blog details
Returns:
String the end point URL
See Also:
org.alfresco.module.blogIntegration.DefaultBlogIntegrationImplementation#getEndpointURL(org.alfresco.module.blogIntegration.BlogDetails)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.