eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.script.groovy
Class XMLGroovyScript2Rest

java.lang.Object
  extended by 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
XMLGroovyScript2Rest()
           
XMLGroovyScript2Rest(String name, String path, boolean autoload)
           
 
Method Summary
 String getName()
           
 String getPath()
           
 boolean isAutoload()
           
 void setAutoload(boolean autoload)
           
 void setName(String name)
           
 void setPath(String path)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLGroovyScript2Rest

public XMLGroovyScript2Rest(String name,
                            String path,
                            boolean autoload)

XMLGroovyScript2Rest

public XMLGroovyScript2Rest()
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

toString

public String toString()

Overrides:
toString in class Object

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.