com.liferay.maven.plugins.theme
Class Theme

java.lang.Object
  extended by com.liferay.maven.plugins.theme.Theme

public class Theme
extends Object

Author:
Mika Koivisto

Constructor Summary
Theme(String id)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theme

public Theme(String id)
Method Detail

getCssPath

public String getCssPath()

getImagesPath

public String getImagesPath()

getJavaScriptPath

public String getJavaScriptPath()

getRootPath

public String getRootPath()

getTemplateExtension

public String getTemplateExtension()

getTemplatesPath

public String getTemplatesPath()

setCssPath

public void setCssPath(String cssPath)

setImagesPath

public void setImagesPath(String imagesPath)

setJavaScriptPath

public void setJavaScriptPath(String javaScriptPath)

setRootPath

public void setRootPath(String rootPath)

setTemplateExtension

public void setTemplateExtension(String templateExtension)

setTemplatesPath

public void setTemplatesPath(String templatesPath)


Copyright © 2013. All Rights Reserved.