Class GroovyScriptJarJarPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.script.groovy.GroovyScriptJarJarPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class GroovyScriptJarJarPlugin extends org.exoplatform.container.component.BaseComponentPlugin
A plugin that retrieves a mapping from the init param named mapping. The param is a multivalued string, each string has the format left->right where left and right are package full qualified names.
Version:
$Revision$
Author:
Julien Viet
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovyScriptJarJarPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroovyScriptJarJarPlugin

      public GroovyScriptJarJarPlugin(org.exoplatform.container.xml.InitParams params)
  • Method Details