Expresso 5-6

com.jcorporate.expresso.core.misc
Class SystemMacros

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.SystemMacros

public class SystemMacros
extends Object

Author:
Michael Rimov

Constructor Summary
protected SystemMacros()
           
 
Method Summary
 String expandValue(String propValue)
          Expand the value with all the available system macros
 String getContextPath()
           
 String getExpressoDir()
           
static SystemMacros getInstance()
           
 String getServerPrefix()
           
 String getWebAppDir()
           
 void setContextPath(String newContextPath)
           
 void setExpressoDir(String expressoDir)
           
 void setServerPrefix(String serverPrefix)
           
 void setWebAppDir(String newDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMacros

protected SystemMacros()
Method Detail

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.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.