Java Doc for RollerConfigData.java in  » Blogger-System » apache-roller-3.1 » org » apache » roller » pojos » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Blogger System » apache roller 3.1 » org.apache.roller.pojos 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.roller.pojos.PersistentObject
      org.apache.roller.pojos.RollerConfigData

RollerConfigData
public class RollerConfigData extends org.apache.roller.pojos.PersistentObject implements java.io.Serializable(Code)
Configuration object for Roller. Reads and writes roller-config.xml. RollerConfig extends Struts ActionForm so that it can be extended by RollerConfigForm in the administrator pages.

This is where you set default Roller configuration values.



Field Summary
protected  java.lang.Stringid
    
protected  StringmAbsoluteURL
     Absolute URL for site, for cases where infered absolute URL doesn't work.
protected  StringmAdminUsers
    
protected  StringmAlgorithm
    
protected  BooleanmAutoformatComments
     Determines if the Comment page will "autoformat" comments.
protected  StringmDatabaseVersion
     Roller database version.
protected  StringmEditorPages
     List of "editor pages" for the Weblog entry editor seperated with commas.
protected  StringmEmailAddress
    
protected  BooleanmEmailComments
     Determines if e-mailing comments is enabled.
protected  BooleanmEnableAggregator
     Dis/enble RSS aggregation capabilities.
protected  BooleanmEnableLinkback
     Enable linkback extraction.
protected  BooleanmEncryptPasswords
    
protected  BooleanmEscapeCommentHtml
     Determines if the Comment page will escape html in comments.
protected  StringmIndexDir
    
protected  BooleanmMemDebug
    
protected  BooleanmNewUserAllowed
     Does Roller allow the creation of new users.
protected  StringmRefererSpamWords
     Comma-delimited list of "words" for filtering referrer spam.
protected  IntegermRssCacheTime
     Duration to cache RSS pages (in seconds).
protected  BooleanmRssUseCache
     Should Roller cache return RSS pages.
protected  StringmSiteDescription
    
protected  StringmSiteName
    
protected  StringmUploadAllow
     List of permitted file extensions (not including the "dot") seperated with commas.
protected  StringmUploadDir
     Directory where uploaded files will be stored. May end with a slash.
protected  BooleanmUploadEnabled
     Are file uploads enabled.
protected  StringmUploadForbid
     List of forbidden file extensions (not including the "dot") seperated with commas.
protected  BigDecimalmUploadMaxDirMB
     The maximum size of each user's upload directory.
protected  BigDecimalmUploadMaxFileMB
     The maximum size allowed per uploaded file.
protected  StringmUserThemes
     Where to get Themes presented to new users.
final static  longserialVersionUID
    
protected  StringuploadPath
     The path from which the webserver will serve upload files.


Method Summary
public  String[]adminUsersArray()
     Convenience method for getAdminUsers.
public  booleanequals(Object pOther)
    
public  StringgetAbsoluteURL()
    
public  StringgetAdminUsers()
    
public  StringgetAlgorithm()
    
public  BooleangetAutoformatComments()
    
public  StringgetDatabaseVersion()
    
public  StringgetEditorPages()
    
public  ListgetEditorPagesList()
     Convenience method for getEditorPages.
public  StringgetEmailAddress()
    
public  BooleangetEmailComments()
    
public  BooleangetEnableAggregator()
    
public  BooleangetEnableLinkback()
     Enable linkback.
public  BooleangetEncryptPasswords()
    
public  BooleangetEscapeCommentHtml()
    
public  StringgetId()
     Not remote since primary key may be extracted by other means.
public  StringgetIndexDir()
    
public  BooleangetMemDebug()
    
public  BooleangetNewUserAllowed()
    
public  StringgetRefererSpamWords()
    
public  IntegergetRssCacheTime()
    
public  BooleangetRssUseCache()
    
public  StringgetSiteDescription()
    
public  StringgetSiteName()
    
public  StringgetUploadAllow()
    
public  StringgetUploadDir()
    
public  BooleangetUploadEnabled()
    
public  StringgetUploadForbid()
    
public  BigDecimalgetUploadMaxDirMB()
    
public  BigDecimalgetUploadMaxFileMB()
    
public  StringgetUploadPath()
    
public  StringgetUserThemes()
    
public  inthashCode()
    
public  String[]refererSpamWordsArray()
     Convenience method for getRefererSpamWords.
public  voidsetAbsoluteURL(String string)
    
public  voidsetAdminUsers(String _adminUsers)
    
public  voidsetAlgorithm(String algorithm)
    
public  voidsetAutoformatComments(Boolean value)
    
public  voidsetData(PersistentObject vo)
    
public  voidsetDatabaseVersion(String databaseVersion)
    
public  voidsetEditorPages(String _editorPages)
    
public  voidsetEmailAddress(String emailAddress)
    
public  voidsetEmailComments(Boolean emailComments)
    
public  voidsetEnableAggregator(Boolean use)
    
public  voidsetEnableLinkback(Boolean b)
     Enable linkback.
public  voidsetEncryptPasswords(Boolean value)
    
public  voidsetEscapeCommentHtml(Boolean value)
    
public  voidsetId(String id)
    
public  voidsetIndexDir(String indexDir)
    
public  voidsetMemDebug(Boolean memDebug)
     Set memory debugging on or off.
public  voidsetNewUserAllowed(Boolean use)
    
public  voidsetRefererSpamWords(String refererSpamWords)
    
public  voidsetRssCacheTime(Integer cacheTime)
    
public  voidsetRssUseCache(Boolean use)
    
public  voidsetSiteDescription(String string)
    
public  voidsetSiteName(String string)
    
public  voidsetUploadAllow(String _uploadAllow)
    
public  voidsetUploadDir(String str)
    
public  voidsetUploadEnabled(Boolean use)
    
public  voidsetUploadForbid(String _uploadForbid)
    
public  voidsetUploadMaxDirMB(BigDecimal use)
    
public  voidsetUploadMaxFileMB(BigDecimal use)
    
public  voidsetUploadPath(String str)
    
public  voidsetUserThemes(String str)
    
public  StringtoString()
    
public  voidupdateValues(RollerConfigData child)
    
public  String[]uploadAllowArray()
     Convenience method for getUploadAllow.
public  String[]uploadForbidArray()
     Convenience method for getUploadForbid.

Field Detail
id
protected java.lang.String id(Code)



mAbsoluteURL
protected String mAbsoluteURL(Code)
Absolute URL for site, for cases where infered absolute URL doesn't work.



mAdminUsers
protected String mAdminUsers(Code)



mAlgorithm
protected String mAlgorithm(Code)



mAutoformatComments
protected Boolean mAutoformatComments(Code)
Determines if the Comment page will "autoformat" comments. That is, replace carriage-returns with
.



mDatabaseVersion
protected String mDatabaseVersion(Code)
Roller database version.



mEditorPages
protected String mEditorPages(Code)
List of "editor pages" for the Weblog entry editor seperated with commas.



mEmailAddress
protected String mEmailAddress(Code)
Site administrator's email address



mEmailComments
protected Boolean mEmailComments(Code)
Determines if e-mailing comments is enabled.



mEnableAggregator
protected Boolean mEnableAggregator(Code)
Dis/enble RSS aggregation capabilities.



mEnableLinkback
protected Boolean mEnableLinkback(Code)
Enable linkback extraction.



mEncryptPasswords
protected Boolean mEncryptPasswords(Code)
Flag for encrypting passwords



mEscapeCommentHtml
protected Boolean mEscapeCommentHtml(Code)
Determines if the Comment page will escape html in comments.



mIndexDir
protected String mIndexDir(Code)
Lucene index directory



mMemDebug
protected Boolean mMemDebug(Code)



mNewUserAllowed
protected Boolean mNewUserAllowed(Code)
Does Roller allow the creation of new users.



mRefererSpamWords
protected String mRefererSpamWords(Code)
Comma-delimited list of "words" for filtering referrer spam.



mRssCacheTime
protected Integer mRssCacheTime(Code)
Duration to cache RSS pages (in seconds).



mRssUseCache
protected Boolean mRssUseCache(Code)
Should Roller cache return RSS pages.



mSiteDescription
protected String mSiteDescription(Code)
Description of this site



mSiteName
protected String mSiteName(Code)
Name of this site



mUploadAllow
protected String mUploadAllow(Code)
List of permitted file extensions (not including the "dot") seperated with commas. This attribute is mutually exclusive with uploadForbid.



mUploadDir
protected String mUploadDir(Code)
Directory where uploaded files will be stored. May end with a slash. Optional, this value will default to RollerContext.USER_RESOURCES. If specified, should be a full path on the system harddrive or relative to the WebApp.



mUploadEnabled
protected Boolean mUploadEnabled(Code)
Are file uploads enabled.



mUploadForbid
protected String mUploadForbid(Code)
List of forbidden file extensions (not including the "dot") seperated with commas. This attribute is mutually exclusive with uploadAllow.



mUploadMaxDirMB
protected BigDecimal mUploadMaxDirMB(Code)
The maximum size of each user's upload directory.



mUploadMaxFileMB
protected BigDecimal mUploadMaxFileMB(Code)
The maximum size allowed per uploaded file.



mUserThemes
protected String mUserThemes(Code)
Where to get Themes presented to new users.



serialVersionUID
final static long serialVersionUID(Code)



uploadPath
protected String uploadPath(Code)
The path from which the webserver will serve upload files. This values must not end in a slash.





Method Detail
adminUsersArray
public String[] adminUsersArray()(Code)
Convenience method for getAdminUsers.



equals
public boolean equals(Object pOther)(Code)



getAbsoluteURL
public String getAbsoluteURL()(Code)



getAdminUsers
public String getAdminUsers()(Code)



getAlgorithm
public String getAlgorithm()(Code)



getAutoformatComments
public Boolean getAutoformatComments()(Code)



getDatabaseVersion
public String getDatabaseVersion()(Code)
Returns the mDatabaseVersion.



getEditorPages
public String getEditorPages()(Code)



getEditorPagesList
public List getEditorPagesList()(Code)
Convenience method for getEditorPages.



getEmailAddress
public String getEmailAddress()(Code)



getEmailComments
public Boolean getEmailComments()(Code)
Does website allow Should Comments be emailed to participants?



getEnableAggregator
public Boolean getEnableAggregator()(Code)



getEnableLinkback
public Boolean getEnableLinkback()(Code)
Enable linkback.



getEncryptPasswords
public Boolean getEncryptPasswords()(Code)



getEscapeCommentHtml
public Boolean getEscapeCommentHtml()(Code)



getId
public String getId()(Code)
Not remote since primary key may be extracted by other means.



getIndexDir
public String getIndexDir()(Code)



getMemDebug
public Boolean getMemDebug()(Code)



getNewUserAllowed
public Boolean getNewUserAllowed()(Code)



getRefererSpamWords
public String getRefererSpamWords()(Code)
Returns the mRefererSpamWords.



getRssCacheTime
public Integer getRssCacheTime()(Code)



getRssUseCache
public Boolean getRssUseCache()(Code)



getSiteDescription
public String getSiteDescription()(Code)



getSiteName
public String getSiteName()(Code)



getUploadAllow
public String getUploadAllow()(Code)



getUploadDir
public String getUploadDir()(Code)



getUploadEnabled
public Boolean getUploadEnabled()(Code)



getUploadForbid
public String getUploadForbid()(Code)



getUploadMaxDirMB
public BigDecimal getUploadMaxDirMB()(Code)



getUploadMaxFileMB
public BigDecimal getUploadMaxFileMB()(Code)



getUploadPath
public String getUploadPath()(Code)



getUserThemes
public String getUserThemes()(Code)



hashCode
public int hashCode()(Code)



refererSpamWordsArray
public String[] refererSpamWordsArray()(Code)
Convenience method for getRefererSpamWords.



setAbsoluteURL
public void setAbsoluteURL(String string)(Code)



setAdminUsers
public void setAdminUsers(String _adminUsers)(Code)



setAlgorithm
public void setAlgorithm(String algorithm)(Code)

Parameters:
  the - new algorithm for encrypting passwords



setAutoformatComments
public void setAutoformatComments(Boolean value)(Code)



setData
public void setData(PersistentObject vo)(Code)



setDatabaseVersion
public void setDatabaseVersion(String databaseVersion)(Code)

Parameters:
  databaseVersion - The mDatabaseVersion to set.



setEditorPages
public void setEditorPages(String _editorPages)(Code)



setEmailAddress
public void setEmailAddress(String emailAddress)(Code)

Parameters:
  string -



setEmailComments
public void setEmailComments(Boolean emailComments)(Code)



setEnableAggregator
public void setEnableAggregator(Boolean use)(Code)



setEnableLinkback
public void setEnableLinkback(Boolean b)(Code)
Enable linkback.



setEncryptPasswords
public void setEncryptPasswords(Boolean value)(Code)



setEscapeCommentHtml
public void setEscapeCommentHtml(Boolean value)(Code)



setId
public void setId(String id)(Code)



setIndexDir
public void setIndexDir(String indexDir)(Code)

Parameters:
  the - new index directory



setMemDebug
public void setMemDebug(Boolean memDebug)(Code)
Set memory debugging on or off.
Parameters:
  mMemDebug - The mMemDebug to set



setNewUserAllowed
public void setNewUserAllowed(Boolean use)(Code)



setRefererSpamWords
public void setRefererSpamWords(String refererSpamWords)(Code)

Parameters:
  refererSpamWords - The mRefererSpamWords to set.



setRssCacheTime
public void setRssCacheTime(Integer cacheTime)(Code)



setRssUseCache
public void setRssUseCache(Boolean use)(Code)



setSiteDescription
public void setSiteDescription(String string)(Code)

Parameters:
  string -



setSiteName
public void setSiteName(String string)(Code)

Parameters:
  string -



setUploadAllow
public void setUploadAllow(String _uploadAllow)(Code)



setUploadDir
public void setUploadDir(String str)(Code)



setUploadEnabled
public void setUploadEnabled(Boolean use)(Code)



setUploadForbid
public void setUploadForbid(String _uploadForbid)(Code)



setUploadMaxDirMB
public void setUploadMaxDirMB(BigDecimal use)(Code)



setUploadMaxFileMB
public void setUploadMaxFileMB(BigDecimal use)(Code)



setUploadPath
public void setUploadPath(String str)(Code)



setUserThemes
public void setUserThemes(String str)(Code)



toString
public String toString()(Code)
nice output for debugging



updateValues
public void updateValues(RollerConfigData child)(Code)



uploadAllowArray
public String[] uploadAllowArray()(Code)
Convenience method for getUploadAllow.



uploadForbidArray
public String[] uploadForbidArray()(Code)
Convenience method for getUploadForbid.



Methods inherited from org.apache.roller.pojos.PersistentObject
public boolean equals(Object o)(Code)(Java Doc)
abstract public String getId()(Code)(Java Doc)
abstract public void setData(PersistentObject obj)(Code)(Java Doc)
abstract public void setId(String id)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.