public class Theme extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCssPath() |
String |
getImagesPath() |
String |
getJavaScriptPath() |
String |
getRootPath() |
String |
getTemplateExtension() |
String |
getTemplatesPath() |
void |
setCssPath(String cssPath) |
void |
setImagesPath(String imagesPath) |
void |
setJavaScriptPath(String javaScriptPath) |
void |
setRootPath(String rootPath) |
void |
setTemplateExtension(String templateExtension) |
void |
setTemplatesPath(String templatesPath) |
public Theme(String id)
public String getCssPath()
public String getImagesPath()
public String getJavaScriptPath()
public String getRootPath()
public String getTemplateExtension()
public String getTemplatesPath()
public void setCssPath(String cssPath)
public void setImagesPath(String imagesPath)
public void setJavaScriptPath(String javaScriptPath)
public void setRootPath(String rootPath)
public void setTemplateExtension(String templateExtension)
public void setTemplatesPath(String templatesPath)
Copyright © 2015. All Rights Reserved.