Package org.ametys.cms
Interface CmsConstants
-
public interface CmsConstants
Constants for the CMS plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIVE_LABEL
Label for the validated version of contents.static String
PATH_PREFIX_ATTRIBUTE
The request attribute name holding the current URL prefix
-
-
-
Field Detail
-
PATH_PREFIX_ATTRIBUTE
static final String PATH_PREFIX_ATTRIBUTE
The request attribute name holding the current URL prefix- See Also:
- Constant Field Values
-
LIVE_LABEL
static final String LIVE_LABEL
Label for the validated version of contents.- See Also:
- Constant Field Values
-
-