Package org.alfresco.repo.blog.wordpress
Class WordPressIntegration
- java.lang.Object
-
- org.alfresco.repo.blog.BaseBlogIntegrationImplementation
-
- org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
-
- org.alfresco.repo.blog.wordpress.WordPressIntegration
-
- All Implemented Interfaces:
BlogIntegrationImplementation
public class WordPressIntegration extends DefaultBlogIntegrationImplementation
- Author:
- Roy Wetherall
-
-
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
Constructors Constructor Description WordPressIntegration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetEndpointURL(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
-
-
-
-
Method Detail
-
getEndpointURL
protected String getEndpointURL(BlogDetails blogDetails)
Description copied from class:DefaultBlogIntegrationImplementationGets the XML RPC end point URL for the given blog details.- Specified by:
getEndpointURLin classDefaultBlogIntegrationImplementation- Parameters:
blogDetails- blog details- Returns:
- String the end point URL
- See Also:
DefaultBlogIntegrationImplementation.getEndpointURL(BlogDetails)
-
-