Class ApplicationBean
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.ApplicationBean
-
public class ApplicationBean extends Object
This object is intended to represent the single row of data in the table application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationBean.ThemeInfoHold the names of the available themes, the name of the default theme, and the base directory that contains the theme directories.
-
Field Summary
Fields Modifier and Type Field Description static intCALS_SEARCHBOX_SIZEstatic ApplicationBean.ThemeInfothemeInfostatic intVIVO_SEARCHBOX_SIZE
-
Constructor Summary
Constructors Constructor Description ApplicationBean()
-
Method Summary
-
-
-
Field Detail
-
CALS_SEARCHBOX_SIZE
public static final int CALS_SEARCHBOX_SIZE
- See Also:
- Constant Field Values
-
VIVO_SEARCHBOX_SIZE
public static final int VIVO_SEARCHBOX_SIZE
- See Also:
- Constant Field Values
-
themeInfo
public static ApplicationBean.ThemeInfo themeInfo
-
-
Method Detail
-
setSessionIdStr
public void setSessionIdStr(String string_val)
SET functions
-
setApplicationName
public void setApplicationName(String string_val)
-
setRootLogotypeImage
public void setRootLogotypeImage(String string_val)
-
setRootLogotypeWidth
public void setRootLogotypeWidth(int int_val)
-
setRootLogotypeHeight
public void setRootLogotypeHeight(int int_val)
-
setRootLogotypeTitle
public void setRootLogotypeTitle(String string_val)
-
setAboutText
public void setAboutText(String string_val)
-
setAcknowledgeText
public void setAcknowledgeText(String string_val)
-
setContactMail
public void setContactMail(String string_val)
-
setCorrectionMail
public void setCorrectionMail(String string_val)
-
setCopyrightURL
public void setCopyrightURL(String string_val)
-
setCopyrightAnchor
public void setCopyrightAnchor(String string_val)
-
setThemeDir
public void setThemeDir(String string_val)
-
getSessionIdStr
public String getSessionIdStr()
GET functions
-
getApplicationName
public String getApplicationName()
-
getRootLogotypeImage
public String getRootLogotypeImage()
-
getRootLogotypeWidth
public int getRootLogotypeWidth()
-
getRootLogotypeHeight
public int getRootLogotypeHeight()
-
getRootLogotypeTitle
public String getRootLogotypeTitle()
-
getAboutText
public String getAboutText()
-
getAcknowledgeText
public String getAcknowledgeText()
-
getContactMail
public String getContactMail()
-
getCorrectionMail
public String getCorrectionMail()
-
getCopyrightURL
public String getCopyrightURL()
-
getCopyrightAnchor
public String getCopyrightAnchor()
-
getRootBreadCrumbURL
public String getRootBreadCrumbURL()
-
getRootBreadCrumbAnchor
public String getRootBreadCrumbAnchor()
-
getShortHand
public String getShortHand()
-
getAvailableLangsFile
public String getAvailableLangsFile()
-
getThemeDir
public String getThemeDir()
Directory to find the images. Subdirectories include css, jsp and site_icons. Example: "themes/enhanced/"
-
-