Package org.ametys.plugins.ugc
Interface UGCConstants
- 
public interface UGCConstants
UGC constants 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_PATH_UGC_AUTHORPath of attribute holding the author's namestatic StringATTRIBUTE_PATH_UGC_MAILPath of attribute holding the author's mailstatic StringUGC_MIXIN_TYPEId 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
 
 
 - 
 
 -