org.radeox.macro.table
Class FunctionLoader

java.lang.Object
  extended by org.radeox.macro.PluginLoader
      extended by org.radeox.macro.table.FunctionLoader

public class FunctionLoader
extends PluginLoader

Plugin loader for table functions


Field Summary
protected static FunctionLoader instance
           
 
Fields inherited from class org.radeox.macro.PluginLoader
repository
 
Constructor Summary
FunctionLoader()
           
 
Method Summary
 void add(Repository repository, java.lang.Object plugin)
          Add a plugin to the known plugin map
static PluginLoader getInstance()
           
 java.lang.Class getLoadClass()
           
 
Methods inherited from class org.radeox.macro.PluginLoader
getPlugins, loadPlugins, loadPlugins, setRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static FunctionLoader instance
Constructor Detail

FunctionLoader

public FunctionLoader()
Method Detail

getInstance

public static PluginLoader getInstance()

getLoadClass

public java.lang.Class getLoadClass()
Specified by:
getLoadClass in class PluginLoader

add

public void add(Repository repository,
                java.lang.Object plugin)
Add a plugin to the known plugin map

Specified by:
add in class PluginLoader
Parameters:
plugin - Function to add