| java.lang.Object com.mvnforum.common.kg.KGUtils
KGUtils | public class KGUtils (Code) | | NOTE for KG
When deploy mvnForum, below is the check list:
- Set the loginID Interceptor
- MVNForumConfig.ENABLE_AUTO_FORUM_OWNER = true
- Emoticon = false
- Attachment = false
- Rss = false
|
KG_FORUM_ADMIN_GROUP | final public static int KG_FORUM_ADMIN_GROUP(Code) | | |
addNewMember | public static void addNewMember(HttpServletRequest request, String memberName, String memberPassword, String memberEmail, Date memberBirthday) throws BadInputException, ObjectNotFoundException, CreateException, DatabaseException, DuplicateKeyException, ForeignKeyNotFoundException, InterceptorException(Code) | | |
|
|