Package org.ametys.plugins.ugc
Interface UGCConstants
-
public interface UGCConstants
UGC constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_PATH_UGC_AUTHOR
Path of attribute holding the author's namestatic String
ATTRIBUTE_PATH_UGC_MAIL
Path of attribute holding the author's mailstatic String
UGC_MIXIN_TYPE
Id of the UGC mixin
-
-
-
Field Detail
-
UGC_MIXIN_TYPE
static final String UGC_MIXIN_TYPE
Id of the UGC mixin- See Also:
- Constant Field Values
-
ATTRIBUTE_PATH_UGC_AUTHOR
static final String ATTRIBUTE_PATH_UGC_AUTHOR
Path of attribute holding the author's name- See Also:
- Constant Field Values
-
ATTRIBUTE_PATH_UGC_MAIL
static final String ATTRIBUTE_PATH_UGC_MAIL
Path of attribute holding the author's mail- See Also:
- Constant Field Values
-
-