public class ApplicationBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationBean.ThemeInfo
Hold the names of the available themes, the name of the default theme,
and the base directory that contains the theme directories.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CALS_SEARCHBOX_SIZE |
static ApplicationBean.ThemeInfo |
themeInfo |
static int |
VIVO_SEARCHBOX_SIZE |
| Constructor and Description |
|---|
ApplicationBean() |
public static final int CALS_SEARCHBOX_SIZE
public static final int VIVO_SEARCHBOX_SIZE
public static ApplicationBean.ThemeInfo themeInfo
public void setSessionIdStr(String string_val)
public void setApplicationName(String string_val)
public void setRootLogotypeImage(String string_val)
public void setRootLogotypeWidth(int int_val)
public void setRootLogotypeHeight(int int_val)
public void setRootLogotypeTitle(String string_val)
public void setAboutText(String string_val)
public void setAcknowledgeText(String string_val)
public void setContactMail(String string_val)
public void setCorrectionMail(String string_val)
public void setCopyrightURL(String string_val)
public void setCopyrightAnchor(String string_val)
public void setThemeDir(String string_val)
public String getSessionIdStr()
public String getApplicationName()
public String getRootLogotypeImage()
public int getRootLogotypeWidth()
public int getRootLogotypeHeight()
public String getRootLogotypeTitle()
public String getAboutText()
public String getAcknowledgeText()
public String getContactMail()
public String getCorrectionMail()
public String getCopyrightURL()
public String getCopyrightAnchor()
public String getRootBreadCrumbURL()
public String getRootBreadCrumbAnchor()
public String getShortHand()
public String getAvailableLangsFile()
public String getThemeDir()
Copyright © 2022. All rights reserved.