|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.forum.ForumContext
The entry point into all the global state parameters that the Forum application expects to have available to it when running, e.g. the current forum, thread, etc.
This is a request local object.
KernelContext
Method Summary | |
boolean |
canAdminister()
|
boolean |
canEdit()
|
boolean |
canModerate()
|
BigDecimal |
getCategorySelection()
|
static ForumContext |
getContext(com.arsdigita.bebop.PageState state)
|
Forum |
getForum()
Retrieves the current Forum. |
com.arsdigita.messaging.MessageThread |
getMessageThread()
Retrieves the current message thread. |
BigDecimal |
getThreadID()
Retrieves the thread ID. |
void |
setCategorySelection(BigDecimal categorySelection)
|
void |
setThreadID(BigDecimal threadID)
Sets the current thread ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ForumContext getContext(com.arsdigita.bebop.PageState state)
public BigDecimal getThreadID()
public void setThreadID(BigDecimal threadID)
public com.arsdigita.messaging.MessageThread getMessageThread()
public Forum getForum()
public boolean canEdit()
public boolean canAdminister()
public boolean canModerate()
public BigDecimal getCategorySelection()
public void setCategorySelection(BigDecimal categorySelection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |