com.arsdigita.forum
Class ForumConfig

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameterContext
      extended bycom.arsdigita.runtime.AbstractConfig
          extended bycom.arsdigita.forum.ForumConfig
All Implemented Interfaces:
com.arsdigita.util.parameter.ParameterContext

public class ForumConfig
extends com.arsdigita.runtime.AbstractConfig

A set of configuration parameters for forums.

Version:
$Id: //apps/forum/dev/src/com/arsdigita/forum/ForumConfig.java#6 $
Author:
Justin Ross <jross@redhat.com>

Field Summary
static String versionId
           
 
Constructor Summary
ForumConfig()
           
 
Method Summary
 boolean canAdminEditPosts()
           
 boolean canAuthorEditPosts()
           
 com.arsdigita.kernel.User getDigestUser()
           
 String getDigestUserEmail()
           
 String getReplyHostName()
           
 
Methods inherited from class com.arsdigita.runtime.AbstractConfig
load, load, load, require
 
Methods inherited from class com.arsdigita.util.parameter.AbstractParameterContext
get, get, getParameters, load, load, loadInfo, register, save, set, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ForumConfig

public ForumConfig()
Method Detail

canAdminEditPosts

public boolean canAdminEditPosts()

canAuthorEditPosts

public boolean canAuthorEditPosts()

getDigestUserEmail

public String getDigestUserEmail()

getReplyHostName

public String getReplyHostName()

getDigestUser

public com.arsdigita.kernel.User getDigestUser()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2348 UTC