Java Doc for JwmaSettings.java in  » Web-Mail » Jwma » dtw » webmail » util » 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 » Web Mail » Jwma » dtw.webmail.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   dtw.webmail.util.JwmaSettings

JwmaSettings
public class JwmaSettings (Code)
Class implementing a wrapper for jwma's settings.
author:
   Dieter Wimberger
version:
   0.9.7 07/02/2003


Field Summary
final public static  StringDATA_DIR
    
final public static  StringERROR_DESCRIPTION_FILE
     Defines the name of jwma's user visible error messages file.
final public static  StringETC_DIR
    
final public static  StringI18N_DIR
    
final public static  StringLOG_DIR
     Defines a name of the static jwma direcory architecture.

Constructor Summary
protected  JwmaSettings(String path)
     Constructs a new JwmaSettings instance.

Method Summary
public static  JwmaSettingscreateJwmaSettings(String path)
     Creates a JwmaSettings instance.

Requires the path to the directory where jwma's files and folders reside.

public  StringgetAccountCreationView()
     Returns a String representing a JwmaKernel view constant, denoting the view to be presented on account creation.
public  StringgetAdminControllerAlias()
     Returns a String representing the admin controller alias.
public  StringgetAdminErrorView()
     Returns a String representing the admin error view filename/URL ending.
public  StringgetAdminLoginView()
     Returns a String representing the admin login view filename/URL ending.
public  StringgetAdminMenuView()
     Returns a String representing the admin menu view filename/URL ending.
public  StringgetAdminPreferencesView()
     Returns a String representing the admin preferences view filename/URL ending.
public  StringgetAdminSettingsView()
     Returns a String representing the admin settings view filename/URL ending.
public  StringgetAdminStatusView()
     Returns a String representing the admin status view filename/URL ending.
public  String[]getAdminUsernames()
     Returns a String representing a list of usernames that have administrative rights.
public  String[]getCategories()
    
public  StringgetComposeView()
     Returns a String representing the compose view filename/URL ending.
public  StringgetContactEditView()
     Returns a String representing the contact edit view filename/URL ending.
public  StringgetContactGroupEditView()
     Returns a String representing the contact group edit view filename/URL ending.
public  StringgetContactGroupView()
     Returns a String representing the contact group view filename/URL ending.
public  StringgetContactManagementPluginClassName()
    
public  StringgetContactView()
     Returns a String representing the contact view filename/URL ending.
public  StringgetContactsControllerAlias()
     Returns a String representing the contacts controller alias.
public  StringgetContactsView()
     Returns a String representing the contacts view filename/URL ending.
public  StringgetControllerPrefix()
     Returns a String representing the prefix for the controllers.
public  StringgetDefaultMessageProcessingPipe()
     Returns a String representing the name of the default message processing pipe.
public  StringgetDump()
     Returns a String representing the settings file's path.
public  StringgetErrorView()
     Returns a String representing the error view filename/URL ending.
public  StringgetFirsttimeView()
     Returns a String representing the firsttime view filename/URL ending.
public  StringgetFolderView()
     Returns a String representing the folder view filename/URL ending.
public  String[]getLanguageList()
    
public  StringgetLogPropertiesFilename()
     Returns a String representing filename of the log4j properties file.
public  StringgetLoginView()
     Returns a String representing the login view filename/URL ending.
public  StringgetLogoutView()
     Returns a String representing the logout view filename/URL ending.
public  StringgetMailTransportHost()
     Returns a String representing the MTA's hostname.
public  intgetMailTransportLimit()
     Returns an int representing the maximum size in kB's allowed for a message to be transported.
public  intgetMailTransportPort()
     Returns an int representing the port the MTA is running on.
public  StringgetMailTransportProtocol()
     Returns a String representing the mail transport protocol name.
public  StringgetMailboxView()
     Returns a String representing the mailbox view filename/URL ending.
public  StringgetMailingControllerAlias()
     Returns a String representing the mailing controller alias.
public  StringgetMainControllerAlias()
     Returns a String representing the main controller alias.
public  StringgetMappingFilename()
     Returns a String representing filename of the mapping file used for XML serialization.
public  StringgetMessageView()
     Returns a String representing the message view filename/URL ending.
public  StringgetPath()
     Returns a String representing the settings file's path.
public  booleangetPostOfficeAllowOverride()
     Tests if overriding the system's set postoffice is allowed.
public  StringgetPostOfficeHost()
     Returns a String representing the postoffice's hostname.
public  intgetPostOfficePort()
     Returns an int representing the port the postoffice is running on.
public  StringgetPostOfficeProtocol()
     Returns a String representing the post office protocol name.
public  StringgetPostOfficeSecureSocketFactory()
     Returns a String representing the fully qualified class name of the secure socket factory to be used for secure connections to the postoffice.
public  StringgetPostOfficeType()
     Returns a String representing the postoffice's type.
public  StringgetPrefPersistencePluginClassName()
    
public  StringgetPreferencesView()
     Returns a String representing the preferences view filename/URL ending.
public  StringgetRandomAppendPluginClassName()
    
public  StringgetSystemLanguage()
    
public  StringgetTemplateFilename()
     Returns a String representing filename of the site's settings template file.
public  StringgetTextProcFilename()
     Returns a String representing filename of the text processing properties.
public  StringgetViewPrefix()
     Returns a String representing the prefix for the views.
public  booleanisAccountCreationEnabled()
     Tests if creation of accounts is enabled.
public  booleanisAdminEnabled()
     Tests if accessing the system's administration is enabled.
public  booleanisMailTransportAuthenticated()
     Tests if the connection to the MTA should be authenticated.
public  booleanisPostOfficeSecure()
     Tests if the connection to the postoffice should be secure.
public  voidload()
     Loads the properties file containing jwma's settings.
public  voidsave()
     Saves the properties file containing jwma's settings.
public  voidsetAccountCreationEnabled(boolean enabled)
     Sets the flag that controls if the automatic creation of accounts is enabled.
public  voidsetAccountCreationView(String view)
     Sets the view key constant of the view to be presented to the user on account creation.
public  voidsetAdminControllerAlias(String alias)
     Sets the alias for the admin controller.
public  voidsetAdminEnabled(boolean enabled)
     Sets the flag that controls if the system's adminstration is enabled.
public  voidsetAdminErrorView(String name)
     Sets the filename/URL ending for the admin error view.
public  voidsetAdminLoginView(String name)
     Sets the filename/URL ending for the admin login view.
public  voidsetAdminMenuView(String name)
     Sets the filename/URL ending for the admin menu view.
public  voidsetAdminPreferencesView(String name)
     Sets the filename/URL ending for the admin preferences view.
public  voidsetAdminSettingsView(String name)
     Sets the filename/URL ending for the admin settings view.
public  voidsetAdminStatusView(String name)
     Sets the filename/URL ending for the admin status view.
public  voidsetAdminUsernames(String[] admins)
     Sets the admin's usernames.
public  voidsetCategories(String[] cats)
    
public  voidsetComposeView(String name)
     Sets the filename/URL ending for the compose view.
public  voidsetContactEditView(String name)
     Sets the filename/URL ending for the contact edit view.
public  voidsetContactGroupEditView(String name)
     Sets the filename/URL ending for the contact group edit view.
public  voidsetContactGroupView(String name)
     Sets the filename/URL ending for the contact group view.
public  voidsetContactManagementPluginClassName(String classname)
    
public  voidsetContactView(String name)
     Sets the filename/URL ending for the contact view.
public  voidsetContactsControllerAlias(String alias)
     Sets the alias for the contacts controller.
public  voidsetContactsView(String name)
     Sets the filename/URL ending for the contacts view.
public  voidsetControllerPrefix(String prefix)
     Sets the prefix for the controllers.
public  voidsetDefaultMessageProcessingPipe(String name)
     Returns a String representing the name of the default message processing pipe.
public  voidsetErrorView(String name)
     Sets the filename/URL ending for the error view.
public  voidsetFirsttimeView(String name)
     Sets the filename/URL ending for the firsttime view.
public  voidsetFolderView(String name)
     Sets the filename/URL ending for the folder view.
public  voidsetLanguageList(String[] languages)
    
public  voidsetLogPropertiesFilename(String name)
     Sets the the filename of the log4j properties file.
public  voidsetLoginView(String name)
     Sets the filename/URL ending for the login view.
public  voidsetLogoutView(String name)
     Sets the filename/URL ending for the logout view.
public  voidsetMailTransportAuthenticated(boolean auth)
     Sets the flag that controls if connections to the MTA should be authenticated.
public  voidsetMailTransportHost(String host)
     Sets the host name of the MTA.
public  voidsetMailTransportLimit(int size)
     Sets the transport size limitation.
public  voidsetMailTransportPort(int num)
     Sets the port the MTA is running on.
public  voidsetMailTransportProtocol(String protocol)
     Sets the name of the mail transport protocol.
public  voidsetMailboxView(String name)
     Sets the filename/URL ending for the mailbox view.
public  voidsetMailingControllerAlias(String alias)
     Sets the alias for the mailing controller.
public  voidsetMainControllerAlias(String alias)
     Sets the alias for the main controller.
public  voidsetMappingFilename(String name)
     Sets the the filename of the mapping file used for XML serialization.

There should not be any path appended to this filename, because the path is constructed from different settings.

public  voidsetMessageView(String name)
     Sets the filename/URL ending for the message view.
public  voidsetPostOfficeAllowOverride(boolean allowoverride)
     Sets the flag that controls if overriding the system's set postoffice is allowed or not.
public  voidsetPostOfficeHost(String host)
     Sets the host name of the postoffice.
public  voidsetPostOfficePort(int num)
     Sets the port the postoffice is running on.
public  voidsetPostOfficeProtocol(String protocol)
     Sets the name of the postoffice protocol.
public  voidsetPostOfficeSecure(boolean b)
     Sets the flag that controls if connections to the MTA should be secure.
public  voidsetPostOfficeType(String type)
     Sets the type of the postoffice.
public  voidsetPostSecureFactory(String factory)
     Sets the fully qualified class name of the secure socket factory to be used for secure connections to the postoffice.
public  voidsetPrefPersistencePluginClassName(String classname)
    
public  voidsetPreferencesView(String name)
     Sets the filename/URL ending for the preferences view.
public  voidsetRandomAppendPluginClassName(String classname)
    
public  voidsetSystemLanguage(String language)
    
public  voidsetTemplateFilename(String name)
     Sets the the filename of the site's settings template file.
public  voidsetTextProcFilename(String name)
     Sets the filename of the text processing properties.
public  voidsetViewPrefix(String prefix)
     Sets the prefix for the views.

Field Detail
DATA_DIR
final public static String DATA_DIR(Code)



ERROR_DESCRIPTION_FILE
final public static String ERROR_DESCRIPTION_FILE(Code)
Defines the name of jwma's user visible error messages file.



ETC_DIR
final public static String ETC_DIR(Code)



I18N_DIR
final public static String I18N_DIR(Code)



LOG_DIR
final public static String LOG_DIR(Code)
Defines a name of the static jwma direcory architecture.




Constructor Detail
JwmaSettings
protected JwmaSettings(String path)(Code)
Constructs a new JwmaSettings instance. The given path should point to the persistent settings file. At the moment the file is a standard properties file.
Parameters:
  path - the full path of the persistent settings file.




Method Detail
createJwmaSettings
public static JwmaSettings createJwmaSettings(String path) throws JwmaException(Code)
Creates a JwmaSettings instance.

Requires the path to the directory where jwma's files and folders reside. For the WAR the path should represent the "WEB-INF" directory.
Parameters:
  path - the path to the directory where jwma's filesand folders reside.




getAccountCreationView
public String getAccountCreationView()(Code)
Returns a String representing a JwmaKernel view constant, denoting the view to be presented on account creation. the account creation view key as String.



getAdminControllerAlias
public String getAdminControllerAlias()(Code)
Returns a String representing the admin controller alias. the alias of the admin controller as String.



getAdminErrorView
public String getAdminErrorView()(Code)
Returns a String representing the admin error view filename/URL ending. the admin error view filename/URL ending as String.



getAdminLoginView
public String getAdminLoginView()(Code)
Returns a String representing the admin login view filename/URL ending. the admin login view filename/URL ending as String.



getAdminMenuView
public String getAdminMenuView()(Code)
Returns a String representing the admin menu view filename/URL ending. the admin menu view filename/URL ending as String.



getAdminPreferencesView
public String getAdminPreferencesView()(Code)
Returns a String representing the admin preferences view filename/URL ending. the admin preferences view filename/URL ending as String.



getAdminSettingsView
public String getAdminSettingsView()(Code)
Returns a String representing the admin settings view filename/URL ending. the admin settings view filename/URL ending as String.



getAdminStatusView
public String getAdminStatusView()(Code)
Returns a String representing the admin status view filename/URL ending. the admin status view filename/URL ending as String.



getAdminUsernames
public String[] getAdminUsernames()(Code)
Returns a String representing a list of usernames that have administrative rights. the list of admin's usernames as String.



getCategories
public String[] getCategories()(Code)



getComposeView
public String getComposeView()(Code)
Returns a String representing the compose view filename/URL ending. the compose view filename/URL ending as String.



getContactEditView
public String getContactEditView()(Code)
Returns a String representing the contact edit view filename/URL ending. the contact edit view filename/URL ending as String.



getContactGroupEditView
public String getContactGroupEditView()(Code)
Returns a String representing the contact group edit view filename/URL ending. the contact group edit view filename/URL ending as String.



getContactGroupView
public String getContactGroupView()(Code)
Returns a String representing the contact group view filename/URL ending. the contact group view filename/URL ending as String.



getContactManagementPluginClassName
public String getContactManagementPluginClassName()(Code)



getContactView
public String getContactView()(Code)
Returns a String representing the contact view filename/URL ending. the contact view filename/URL ending as String.



getContactsControllerAlias
public String getContactsControllerAlias()(Code)
Returns a String representing the contacts controller alias. the alias of the contacts controller as String.



getContactsView
public String getContactsView()(Code)
Returns a String representing the contacts view filename/URL ending. the contacts view filename/URL ending as String.



getControllerPrefix
public String getControllerPrefix()(Code)
Returns a String representing the prefix for the controllers. the prefix for the controllers as String.



getDefaultMessageProcessingPipe
public String getDefaultMessageProcessingPipe()(Code)
Returns a String representing the name of the default message processing pipe. the name of the default message processing pipe asString.



getDump
public String getDump()(Code)
Returns a String representing the settings file's path. the settings file path as String.



getErrorView
public String getErrorView()(Code)
Returns a String representing the error view filename/URL ending. the error view filename/URL ending as String.



getFirsttimeView
public String getFirsttimeView()(Code)
Returns a String representing the firsttime view filename/URL ending. the firsttime view filename/URL ending as String.



getFolderView
public String getFolderView()(Code)
Returns a String representing the folder view filename/URL ending. the folder view filename/URL ending as String.



getLanguageList
public String[] getLanguageList()(Code)



getLogPropertiesFilename
public String getLogPropertiesFilename()(Code)
Returns a String representing filename of the log4j properties file. the filename of the log4j properties as String.



getLoginView
public String getLoginView()(Code)
Returns a String representing the login view filename/URL ending. the login view filename/URL ending as String.



getLogoutView
public String getLogoutView()(Code)
Returns a String representing the logout view filename/URL ending. the logout view filename/URL ending as String.



getMailTransportHost
public String getMailTransportHost()(Code)
Returns a String representing the MTA's hostname. the MTA's hostname as String.



getMailTransportLimit
public int getMailTransportLimit()(Code)
Returns an int representing the maximum size in kB's allowed for a message to be transported. maximum size of a message in kB's as int.



getMailTransportPort
public int getMailTransportPort()(Code)
Returns an int representing the port the MTA is running on. the port number as int.



getMailTransportProtocol
public String getMailTransportProtocol()(Code)
Returns a String representing the mail transport protocol name. the mail transport protocol name as String.



getMailboxView
public String getMailboxView()(Code)
Returns a String representing the mailbox view filename/URL ending. the mailbox view filename/URL ending as String.



getMailingControllerAlias
public String getMailingControllerAlias()(Code)
Returns a String representing the mailing controller alias. the alias of the mailing controller as String.



getMainControllerAlias
public String getMainControllerAlias()(Code)
Returns a String representing the main controller alias. the alias of the main controller as String.



getMappingFilename
public String getMappingFilename()(Code)
Returns a String representing filename of the mapping file used for XML serialization. the filename of the mapping file as String.



getMessageView
public String getMessageView()(Code)
Returns a String representing the message view filename/URL ending. the message view filename/URL ending as String.



getPath
public String getPath()(Code)
Returns a String representing the settings file's path. the settings file path as String.



getPostOfficeAllowOverride
public boolean getPostOfficeAllowOverride()(Code)
Tests if overriding the system's set postoffice is allowed. true if overriding is allowed, false otherwise.



getPostOfficeHost
public String getPostOfficeHost()(Code)
Returns a String representing the postoffice's hostname. the postoffice hostname as String.



getPostOfficePort
public int getPostOfficePort()(Code)
Returns an int representing the port the postoffice is running on. the port number as int.



getPostOfficeProtocol
public String getPostOfficeProtocol()(Code)
Returns a String representing the post office protocol name. the postoffice protocol name as String.



getPostOfficeSecureSocketFactory
public String getPostOfficeSecureSocketFactory()(Code)
Returns a String representing the fully qualified class name of the secure socket factory to be used for secure connections to the postoffice. the secure socket factory classname as String.



getPostOfficeType
public String getPostOfficeType()(Code)
Returns a String representing the postoffice's type.
  • mixed: folders in the store can hold folders and files.
  • plain: folders in the store can hold only folders or messages.
  • auto: folder types are checked by jwma
    • Note that in jwma terminology the folder that can only hold messages is called a mailbox the postoffice type as String.



getPrefPersistencePluginClassName
public String getPrefPersistencePluginClassName()(Code)
END i18n related ***********************************************



getPreferencesView
public String getPreferencesView()(Code)
Returns a String representing the preferences view filename/URL ending. the preferences view filename/URL ending as String.



getRandomAppendPluginClassName
public String getRandomAppendPluginClassName()(Code)



getSystemLanguage
public String getSystemLanguage()(Code)
i18n related ***************************************************



getTemplateFilename
public String getTemplateFilename()(Code)
Returns a String representing filename of the site's settings template file.

This file represents a serialized JwmaPreferences instance that is used for cloning new user's settings. the filename of the site's settings template fileas String.




getTextProcFilename
public String getTextProcFilename()(Code)
Returns a String representing filename of the text processing properties. the filename of the text processing propertiesas String.



getViewPrefix
public String getViewPrefix()(Code)
Returns a String representing the prefix for the views. the prefix for the views as String.



isAccountCreationEnabled
public boolean isAccountCreationEnabled()(Code)
Tests if creation of accounts is enabled. true if account creation is enabled, false otherwise.



isAdminEnabled
public boolean isAdminEnabled()(Code)
Tests if accessing the system's administration is enabled. true if administration is enabled, false otherwise.



isMailTransportAuthenticated
public boolean isMailTransportAuthenticated()(Code)
Tests if the connection to the MTA should be authenticated. true if authentication required, false otherwise.



isPostOfficeSecure
public boolean isPostOfficeSecure()(Code)
Tests if the connection to the postoffice should be secure. true if secure, false otherwise.



load
public void load() throws JwmaException(Code)
Loads the properties file containing jwma's settings.



save
public void save() throws JwmaException(Code)
Saves the properties file containing jwma's settings.



setAccountCreationEnabled
public void setAccountCreationEnabled(boolean enabled)(Code)
Sets the flag that controls if the automatic creation of accounts is enabled. true if account creation is enabled, false otherwise.



setAccountCreationView
public void setAccountCreationView(String view)(Code)
Sets the view key constant of the view to be presented to the user on account creation.
Parameters:
  view - the view key as String.



setAdminControllerAlias
public void setAdminControllerAlias(String alias)(Code)
Sets the alias for the admin controller.
Parameters:
  alias - the alias for the admin controller as String.



setAdminEnabled
public void setAdminEnabled(boolean enabled)(Code)
Sets the flag that controls if the system's adminstration is enabled. true if administration is enabled, false otherwise.



setAdminErrorView
public void setAdminErrorView(String name)(Code)
Sets the filename/URL ending for the admin error view.
Parameters:
  name - the admin error view filename/URL ending as String.



setAdminLoginView
public void setAdminLoginView(String name)(Code)
Sets the filename/URL ending for the admin login view.
Parameters:
  name - the admin login view filename/URL ending as String.



setAdminMenuView
public void setAdminMenuView(String name)(Code)
Sets the filename/URL ending for the admin menu view.
Parameters:
  name - the admin menu view filename/URL ending as String.



setAdminPreferencesView
public void setAdminPreferencesView(String name)(Code)
Sets the filename/URL ending for the admin preferences view.
Parameters:
  name - the preferences view filename/URL ending as String.



setAdminSettingsView
public void setAdminSettingsView(String name)(Code)
Sets the filename/URL ending for the admin settings view.
Parameters:
  name - the admin settings view filename/URL ending as String.



setAdminStatusView
public void setAdminStatusView(String name)(Code)
Sets the filename/URL ending for the admin status view.
Parameters:
  name - the admin status view filename/URL ending as String.



setAdminUsernames
public void setAdminUsernames(String[] admins)(Code)
Sets the admin's usernames.
Parameters:
  admins - the admin's usernames as String[].



setCategories
public void setCategories(String[] cats)(Code)



setComposeView
public void setComposeView(String name)(Code)
Sets the filename/URL ending for the compose view.
Parameters:
  name - the compose view filename/URL ending as String.



setContactEditView
public void setContactEditView(String name)(Code)
Sets the filename/URL ending for the contact edit view.
Parameters:
  name - the contact edit view filename/URL ending as String.



setContactGroupEditView
public void setContactGroupEditView(String name)(Code)
Sets the filename/URL ending for the contact group edit view.
Parameters:
  name - the contact group edit view filename/URL ending as String.



setContactGroupView
public void setContactGroupView(String name)(Code)
Sets the filename/URL ending for the contact group view.
Parameters:
  name - the contact group view filename/URL ending as String.



setContactManagementPluginClassName
public void setContactManagementPluginClassName(String classname)(Code)



setContactView
public void setContactView(String name)(Code)
Sets the filename/URL ending for the contact view.
Parameters:
  name - the contact view filename/URL ending as String.



setContactsControllerAlias
public void setContactsControllerAlias(String alias)(Code)
Sets the alias for the contacts controller.
Parameters:
  alias - the alias for the contacts controller as String.



setContactsView
public void setContactsView(String name)(Code)
Sets the filename/URL ending for the contacts view.
Parameters:
  name - the contacts view filename/URL ending as String.



setControllerPrefix
public void setControllerPrefix(String prefix)(Code)
Sets the prefix for the controllers.
Parameters:
  prefix - the prefix for the controllers as String.



setDefaultMessageProcessingPipe
public void setDefaultMessageProcessingPipe(String name)(Code)
Returns a String representing the name of the default message processing pipe. the name of the default message processing pipe asString.



setErrorView
public void setErrorView(String name)(Code)
Sets the filename/URL ending for the error view.
Parameters:
  name - the error view filename/URL ending as String.



setFirsttimeView
public void setFirsttimeView(String name)(Code)
Sets the filename/URL ending for the firsttime view.
Parameters:
  name - the firsttime view filename/URL ending as String.



setFolderView
public void setFolderView(String name)(Code)
Sets the filename/URL ending for the folder view.
Parameters:
  name - the folder view filename/URL ending as String.



setLanguageList
public void setLanguageList(String[] languages)(Code)



setLogPropertiesFilename
public void setLogPropertiesFilename(String name)(Code)
Sets the the filename of the log4j properties file.
Parameters:
  name - the filename of the log4j properties as String.



setLoginView
public void setLoginView(String name)(Code)
Sets the filename/URL ending for the login view.
Parameters:
  name - the login view filename/URL ending as String.



setLogoutView
public void setLogoutView(String name)(Code)
Sets the filename/URL ending for the logout view.
Parameters:
  name - the logout view filename/URL ending as String.



setMailTransportAuthenticated
public void setMailTransportAuthenticated(boolean auth)(Code)
Sets the flag that controls if connections to the MTA should be authenticated. true if authentication required, false otherwise.



setMailTransportHost
public void setMailTransportHost(String host)(Code)
Sets the host name of the MTA.
Parameters:
  host - the hostname of the MTA as String.



setMailTransportLimit
public void setMailTransportLimit(int size)(Code)
Sets the transport size limitation.
Parameters:
  size - the number of kB's a message can reach at maximumas int.



setMailTransportPort
public void setMailTransportPort(int num)(Code)
Sets the port the MTA is running on.
Parameters:
  the - port number as int.



setMailTransportProtocol
public void setMailTransportProtocol(String protocol)(Code)
Sets the name of the mail transport protocol.
Parameters:
  protocol - the name of the mail transport protocolas String.



setMailboxView
public void setMailboxView(String name)(Code)
Sets the filename/URL ending for the mailbox view.
Parameters:
  name - the mailbox view filename/URL ending as String.



setMailingControllerAlias
public void setMailingControllerAlias(String alias)(Code)
Sets the alias for the mailing controller.
Parameters:
  alias - the alias for the mailing controller as String.



setMainControllerAlias
public void setMainControllerAlias(String alias)(Code)
Sets the alias for the main controller.
Parameters:
  alias - the alias for the main controller as String.



setMappingFilename
public void setMappingFilename(String name)(Code)
Sets the the filename of the mapping file used for XML serialization.

There should not be any path appended to this filename, because the path is constructed from different settings.
Parameters:
  name - the filename of the mapping file as String.




setMessageView
public void setMessageView(String name)(Code)
Sets the filename/URL ending for the message view.
Parameters:
  name - the message view filename/URL ending as String.



setPostOfficeAllowOverride
public void setPostOfficeAllowOverride(boolean allowoverride)(Code)
Sets the flag that controls if overriding the system's set postoffice is allowed or not. true if the overriding is to be allowed, false otherwise.



setPostOfficeHost
public void setPostOfficeHost(String host)(Code)
Sets the host name of the postoffice.
Parameters:
  host - the hostname of the postoffice as String.



setPostOfficePort
public void setPostOfficePort(int num)(Code)
Sets the port the postoffice is running on.
Parameters:
  the - port number as int.



setPostOfficeProtocol
public void setPostOfficeProtocol(String protocol)(Code)
Sets the name of the postoffice protocol.
Parameters:
  protocol - the name of the postoffice protocol as String.



setPostOfficeSecure
public void setPostOfficeSecure(boolean b)(Code)
Sets the flag that controls if connections to the MTA should be secure. true if secure, false otherwise.



setPostOfficeType
public void setPostOfficeType(String type)(Code)
Sets the type of the postoffice.
Parameters:
  type - the type of the postoffice as String.



setPostSecureFactory
public void setPostSecureFactory(String factory)(Code)
Sets the fully qualified class name of the secure socket factory to be used for secure connections to the postoffice.
Parameters:
  classname - of the factory as String.



setPrefPersistencePluginClassName
public void setPrefPersistencePluginClassName(String classname)(Code)



setPreferencesView
public void setPreferencesView(String name)(Code)
Sets the filename/URL ending for the preferences view.
Parameters:
  name - the preferences view filename/URL ending as String.



setRandomAppendPluginClassName
public void setRandomAppendPluginClassName(String classname)(Code)



setSystemLanguage
public void setSystemLanguage(String language)(Code)



setTemplateFilename
public void setTemplateFilename(String name)(Code)
Sets the the filename of the site's settings template file.

This file represents a serialized JwmaPreferences instance that is used for cloning new user's settings. There should not be any path appended to this filename, because the path is constructed from different settings.
Parameters:
  name - the filename of the site's settings template fileas String.




setTextProcFilename
public void setTextProcFilename(String name)(Code)
Sets the filename of the text processing properties.
Parameters:
  the - filename of the text processing propertiesas String.



setViewPrefix
public void setViewPrefix(String prefix)(Code)
Sets the prefix for the views.
Parameters:
  prefix - the prefix for the views as String.



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.