com.acciente.induction.init.config
Class Config.Templating.TemplatingEngine
java.lang.Object
com.acciente.induction.init.config.Config.Templating.TemplatingEngine
- Enclosing class:
- Config.Templating
public static class Config.Templating.TemplatingEngine
- extends Object
Modular configuration container
Method Summary |
String |
getClassName()
Returns the name of the templating engine class configured or null if no value was provided |
void |
setClassName(String sClassName)
Used to set a fully qualified class name that implements the templating engine interface
(the templating engine interface is com.acciente.induction.template.TemplatingEngine) |
String |
toString()
|
String |
toXML()
|
Config.Templating.TemplatingEngine
public Config.Templating.TemplatingEngine()
setClassName
public void setClassName(String sClassName)
- Used to set a fully qualified class name that implements the templating engine interface
(the templating engine interface is com.acciente.induction.template.TemplatingEngine)
- Parameters:
sClassName
- a string representing fully qualified classname or null to use the default templating engine
getClassName
public String getClassName()
- Returns the name of the templating engine class configured or null if no value was provided
- Returns:
- a string representing a fully qualified class name
toString
public String toString()
- Overrides:
toString
in class Object
toXML
public String toXML()
Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.