Package org.ametys.plugins.blog
Interface BlogConstants
-
public interface BlogConstants
Blog constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringARCHIVES_SERVICE_IDThe archives service ID.static StringBLOG_SITE_TYPEThe blog site type.static StringBLOG_TEMPLATEThe blog template.static StringBLOG_WORKFLOW_NAMEThe blog-specific workflow name.static intDEFAULT_POST_COUNT_PER_PAGEThe default post count per page.static intDEFAULT_POST_TOTAL_COUNTThe default post total count.static StringMAX_COUNT_PARAM_IDThe post per page count site configuration.static StringPOST_CONTENT_TYPEThe post content type.static StringPOSTS_SERVICE_IDThe posts service ID.static StringPROFILE_CONTENT_TYPEThe profile content type.static StringREMOTE_CONTENT_SERVICE_IDThe remote content service ID.static StringTAGS_SERVICE_IDThe 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
-
-