gran.app
Class Config

java.lang.Object
  extended bygran.app.Config
All Implemented Interfaces:
java.io.Serializable

public class Config
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 java.lang.String getClusterName()
           
 java.lang.String getEncoding()
           
 java.lang.String getForwardEmail()
           
 java.lang.String getIndexDir()
           
static Config getInstance()
           
 java.lang.String getLogoutURL()
           
 int getMaxUploadSize()
           
 javax.mail.Session getSession()
           
 net.sf.hibernate.SessionFactory getSessionFactory()
           
 java.lang.String getSiteURL()
           
static java.lang.String getSkinPath()
           
 java.lang.String getUploadDir()
           
 boolean isCluster()
           
 boolean isFormMailNotification()
           
 boolean isForwardUnprocessed()
           
 boolean isHideSessionId()
           
 boolean isIndexMessages()
           
 boolean isLDAP()
           
 boolean isLogonAsAnotherUser()
           
 boolean isSendMail()
           
 boolean isSOAP()
           
protected  void setTrackstudioHome(java.lang.String trackstudioHome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Config getInstance()

setTrackstudioHome

protected void setTrackstudioHome(java.lang.String trackstudioHome)

getSession

public javax.mail.Session getSession()
                              throws GranException
Throws:
GranException

getEncoding

public java.lang.String getEncoding()

getMaxUploadSize

public int getMaxUploadSize()

isFormMailNotification

public boolean isFormMailNotification()

isSendMail

public boolean isSendMail()

isForwardUnprocessed

public boolean isForwardUnprocessed()

getForwardEmail

public java.lang.String getForwardEmail()

getUploadDir

public java.lang.String getUploadDir()

getIndexDir

public java.lang.String getIndexDir()

getSiteURL

public java.lang.String getSiteURL()

getClusterName

public java.lang.String getClusterName()

getLogoutURL

public java.lang.String getLogoutURL()

isCluster

public boolean isCluster()

isLDAP

public boolean isLDAP()

isSOAP

public boolean isSOAP()

isIndexMessages

public boolean isIndexMessages()

isLogonAsAnotherUser

public boolean isLogonAsAnotherUser()

getSkinPath

public static java.lang.String getSkinPath()

isHideSessionId

public boolean isHideSessionId()

getSessionFactory

public net.sf.hibernate.SessionFactory getSessionFactory()
                                                  throws GranException,
                                                         net.sf.hibernate.HibernateException
Throws:
GranException
net.sf.hibernate.HibernateException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.