|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.myvietnam.mvnplugin.mvnforum.MVNForumConfig
Field Summary | |
static boolean |
DEFAULT_MEMBER_ENABLE
|
static boolean |
DEFAULT_MESSAGE_ENABLE
|
static boolean |
PRINT_STACK_TRACE
|
static int |
ROWS_IN_ADMINS
|
static int |
ROWS_IN_LAST_REPLIES
This is the number of reply rows returned when addpost (reply to a topic) /forum/addpost |
static int |
ROWS_IN_MEMBERS
This is the number of rows returned when list members in the Member table |
static int |
ROWS_IN_RECENT_MESSAGES
This is the number of rows returned when list recent messages in the Message table /admin/listdisablemessageprocess |
static int |
ROWS_IN_RECENT_THREADS
This is the number of rows returned when list recent topics of any Forum /forum/listrecentthreads |
static int |
ROWS_IN_REPLIES
This is the number of reply rows returned when viewthread /forum/viewthread |
static int |
ROWS_IN_THREADS
This is the number of rows returned when list topics in MessageWebHandler.listThreads() /forum/listthreads |
static int |
SESSION_DURATION
|
Method Summary | |
static java.lang.String |
getLogDir()
|
static java.lang.String |
getLogoUrl()
|
static java.lang.String |
getMVNForumHome()
|
static java.lang.String |
getReason()
|
static java.lang.String |
getSearchIndexDir()
|
static java.lang.String |
getTempDir()
|
static java.lang.String |
getWebMasterEmail()
|
static boolean |
isShouldRun()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean PRINT_STACK_TRACE
public static final int SESSION_DURATION
public static final boolean DEFAULT_MESSAGE_ENABLE
public static final boolean DEFAULT_MEMBER_ENABLE
public static final int ROWS_IN_ADMINS
public static final int ROWS_IN_THREADS
public static final int ROWS_IN_RECENT_THREADS
public static final int ROWS_IN_REPLIES
public static final int ROWS_IN_LAST_REPLIES
public static final int ROWS_IN_RECENT_MESSAGES
public static final int ROWS_IN_MEMBERS
Method Detail |
public static boolean isShouldRun()
public static java.lang.String getReason()
public static java.lang.String getMVNForumHome()
public static java.lang.String getTempDir()
public static java.lang.String getSearchIndexDir()
public static java.lang.String getLogDir()
public static java.lang.String getWebMasterEmail()
public static java.lang.String getLogoUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |