Class XMLGroovyScript2Rest
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.script.groovy.XMLGroovyScript2Rest
-
public class XMLGroovyScript2Rest extends Object
- Version:
- $Id: XMLGroovyScript2Rest.java 34445 2009-07-24 07:51:18Z dkatayev $
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description XMLGroovyScript2Rest()XMLGroovyScript2Rest(String name, String path, boolean autoload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetPath()booleanisAutoload()voidsetAutoload(boolean autoload)voidsetName(String name)voidsetPath(String path)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getPath
public String getPath()
- Returns:
- the path
-
setPath
public void setPath(String path)
- Parameters:
path- the path to set
-
isAutoload
public boolean isAutoload()
- Returns:
- the autoload
-
setAutoload
public void setAutoload(boolean autoload)
- Parameters:
autoload- the autoload to set
-
-