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