Package org.ametys.plugins.blog
Interface BlogConstants
public interface BlogConstants
Blog constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The archives service ID.static final String
The blog site type.static final String
The blog template.static final String
The blog-specific workflow name.static final int
The default post count per page.static final int
The default post total count.static final String
The post per page count site configuration.static final String
The post content type.static final String
The posts service ID.static final String
The profile content type.static final String
The remote content service ID.static final String
The tags service ID.
-
Field Details
-
BLOG_SITE_TYPE
The blog site type.- See Also:
-
BLOG_TEMPLATE
The blog template.- See Also:
-
BLOG_WORKFLOW_NAME
The blog-specific workflow name.- See Also:
-
POST_CONTENT_TYPE
The post content type.- See Also:
-
PROFILE_CONTENT_TYPE
The profile content type.- See Also:
-
ARCHIVES_SERVICE_ID
The archives service ID.- See Also:
-
TAGS_SERVICE_ID
The tags service ID.- See Also:
-
POSTS_SERVICE_ID
The posts service ID.- See Also:
-
REMOTE_CONTENT_SERVICE_ID
The remote content service ID.- See Also:
-
MAX_COUNT_PARAM_ID
The post per page count site configuration.- See Also:
-
DEFAULT_POST_COUNT_PER_PAGE
The default post count per page.- See Also:
-
DEFAULT_POST_TOTAL_COUNT
The default post total count.- See Also:
-