org.olat.core.gui.render
Class ValidationResult
java.lang.Object
org.olat.core.gui.render.ValidationResult
public class ValidationResult
- extends java.lang.Object
- Author:
- Felix Jost
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationResult
public ValidationResult(GlobalSettings globalSettings,
JSAndCSSAdder jsAndCSSAdder)
getNewModuleURI
public java.lang.String getNewModuleURI()
- Returns:
- the new module uri, e.g. infos/tech/index.html
setNewModuleURI
public void setNewModuleURI(java.lang.String newModuleURI)
- Parameters:
newModuleURI -
getGlobalSettings
public GlobalSettings getGlobalSettings()
- Returns:
- Returns the globalSetting.
getJsAndCSSAdder
public JSAndCSSAdder getJsAndCSSAdder()
- Returns:
- Returns the jsAndCSSAdder.