net.sourceforge.blogentis.utils
Class BlogProperties

java.lang.Object
  extended bynet.sourceforge.blogentis.utils.PresentationalProperties
      extended bynet.sourceforge.blogentis.utils.BlogProperties

public class BlogProperties
extends PresentationalProperties

Author:
abas

Field Summary
protected  java.util.Locale locale
           
protected  java.util.TimeZone timezone
           
 
Fields inherited from class net.sourceforge.blogentis.utils.PresentationalProperties
conf
 
Constructor Summary
BlogProperties(org.apache.commons.configuration.Configuration orig)
           
 
Method Summary
 boolean getCommentTimeLimit()
           
 int getCommentTimeLimitValue()
           
 java.lang.String getDefaultRSSVersion()
           
 java.util.Locale getLocale()
           
 java.lang.String getLocaleString()
           
 java.util.TimeZone getTimezone()
           
 java.lang.String getTimezoneString()
           
 boolean isAllowComments()
           
 boolean isConvertBreaks()
           
 
Methods inherited from class net.sourceforge.blogentis.utils.PresentationalProperties
getFeedSize, isDetailEnableAuthor, isDetailEnableBlog, isDetailEnableCommentCount, isDetailEnablePerma, isDetailEnableSections, isEnableDetails, isEnableFullText, isEnableShort, isShowComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected java.util.Locale locale

timezone

protected java.util.TimeZone timezone
Constructor Detail

BlogProperties

public BlogProperties(org.apache.commons.configuration.Configuration orig)
Method Detail

getLocale

public java.util.Locale getLocale()

getTimezone

public java.util.TimeZone getTimezone()

getLocaleString

public java.lang.String getLocaleString()

getTimezoneString

public java.lang.String getTimezoneString()

isAllowComments

public boolean isAllowComments()

getCommentTimeLimit

public boolean getCommentTimeLimit()

getCommentTimeLimitValue

public int getCommentTimeLimitValue()

getDefaultRSSVersion

public java.lang.String getDefaultRSSVersion()

isConvertBreaks

public boolean isConvertBreaks()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.