@Deprecated public class BlogUtil extends Object
BlogUtil
provides various tool methods revolving around Blog
s.Constructor and Description |
---|
BlogUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
mayCreateEntry(ResourceResolver resolver,
Blog blog)
Deprecated.
Indicates whether the user within the given resource resolver has enough permissions to post to the given blog.
|
static boolean |
mayEditEntry(Session session,
Profile authorizable,
BlogEntry entry)
Deprecated.
Indicates whether the user within the given session and profile has enough permissions to post to the given
blog.
|
public static boolean mayCreateEntry(ResourceResolver resolver, Blog blog)
CommentSystem
path are checked instead.resolver
- The ResourceResolver
blog
- The Blog
true
if the user may post."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"