getPostOfficeSecureSocketFactory() Returns a String representing the
fully qualified class name of the secure socket factory
to be used for secure connections to the postoffice.
setPostSecureFactory(String factory) Sets the fully qualified class name of the secure socket
factory to be used for secure connections to the postoffice.
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.
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.
Returns a String representing a JwmaKernel
view constant, denoting the view to be presented on
account creation.
the account creation view key as String.
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.
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.
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.
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)
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.