|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blojsom.plugin.admin.BaseAdminPlugin
org.blojsom.plugin.admin.EditBlogsPlugin
EditBlogsPlugin
Field Summary |
Constructor Summary | |
EditBlogsPlugin()
Default constructor. |
Method Summary | |
Entry[] |
process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
setBlojsomProperties(java.util.Properties blojsomProperties)
Set the default blojsom properties |
void |
setDefaultBlogProperties(java.util.Map defaultBlogProperties)
Set the default blog properties |
void |
setDefaultPluginProperties(java.util.Map defaultPluginProperties)
Set the default plugin properties |
void |
setDefaultTemplateProperties(java.util.Map defaultTemplateProperties)
Set the default template properties |
void |
setFetcher(Fetcher fetcher)
Set the Fetcher |
void |
setProtectedBlogs(java.util.Map protectedBlogs)
Set the protected blogs (cannot be deleted) |
Methods inherited from class org.blojsom.plugin.admin.BaseAdminPlugin |
addOperationResultMessage, authenticateUser, checkPermission, cleanup, destroy, formatAdminResource, getAdminResource, getUsernameFromSession, init, setAuthorizationProvider, setResourceManager, setServletConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EditBlogsPlugin()
Method Detail |
public void setFetcher(Fetcher fetcher)
Fetcher
fetcher
- Fetcher
public void setDefaultBlogProperties(java.util.Map defaultBlogProperties)
defaultBlogProperties
- Default blog propertiespublic void setDefaultTemplateProperties(java.util.Map defaultTemplateProperties)
defaultTemplateProperties
- Default template propertiespublic void setDefaultPluginProperties(java.util.Map defaultPluginProperties)
defaultPluginProperties
- Default plugin propertiespublic void setBlojsomProperties(java.util.Properties blojsomProperties)
blojsomProperties
- Default blojsom propertiespublic void setProtectedBlogs(java.util.Map protectedBlogs)
protectedBlogs
- Map of protected blogspublic Entry[] process(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Blog blog, java.util.Map context, Entry[] entries) throws PluginException
process
in interface Plugin
process
in class BaseAdminPlugin
httpServletRequest
- RequesthttpServletResponse
- Responseblog
- Blog
instancecontext
- Contextentries
- Blog entries retrieved for the particular request
PluginException
- If there is an error processing the blog entries
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |