public class DefaultHomeLocator extends Object implements HomeLocator
| Constructor and Description |
|---|
DefaultHomeLocator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigFileName() |
String |
getHomePath()
Use this method to try to get the home variable.
|
String |
getPropertiesFile() |
void |
lookupServletHomeProperty(javax.servlet.ServletContext context) |
void |
setConfigFileName(String configFileName) |
void |
setInitPropertyName(String initPropertyName) |
void |
setPropertiesFile(String propertiesFile) |
public String getHomePath()
This method looks for the variable in the following places (in order):
getHomePath in interface HomeLocatorpublic String getConfigFileName()
getConfigFileName in interface HomeLocatorpublic void setConfigFileName(String configFileName)
public String getPropertiesFile()
public void setPropertiesFile(String propertiesFile)
public void setInitPropertyName(String initPropertyName)
public void lookupServletHomeProperty(javax.servlet.ServletContext context)
lookupServletHomeProperty in interface HomeLocatorCopyright © 2006–2024 Atlassian. All rights reserved.