com.jcorporate.expresso.core.misc
Class SystemMacros
java.lang.Object
com.jcorporate.expresso.core.misc.SystemMacros
- public class SystemMacros
- extends Object
- Author:
- Michael Rimov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemMacros
protected SystemMacros()
getInstance
public static SystemMacros getInstance()
setWebAppDir
public void setWebAppDir(String newDir)
getWebAppDir
public String getWebAppDir()
setContextPath
public void setContextPath(String newContextPath)
getContextPath
public String getContextPath()
setExpressoDir
public void setExpressoDir(String expressoDir)
getExpressoDir
public String getExpressoDir()
setServerPrefix
public void setServerPrefix(String serverPrefix)
getServerPrefix
public String getServerPrefix()
expandValue
public String expandValue(String propValue)
- Expand the value with all the available system macros
- Parameters:
propValue - The value to check for macros and expand.
- Returns:
- java.lang.String.
Please see www.jcorporate.com for information about new Expresso releases.