org.radeox.macro.table
Class FunctionRepository

java.lang.Object
  |
  +--org.radeox.macro.PluginRepository
        |
        +--org.radeox.macro.table.FunctionRepository
All Implemented Interfaces:
Repository

public class FunctionRepository
extends PluginRepository

Repository for functions

Version:
$Id: FunctionRepository.java,v 1.2 2003/05/23 10:47:25 stephan Exp $
Author:
Stephan J. Schmidt

Field Summary
protected static Repository instance
           
protected  java.util.List loaders
           
 
Fields inherited from class org.radeox.macro.PluginRepository
list, plugins
 
Method Summary
static Repository getInstance()
           
 
Methods inherited from class org.radeox.macro.PluginRepository
containsKey, get, getPlugins, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static Repository instance

loaders

protected java.util.List loaders
Method Detail

getInstance

public static Repository getInstance()


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.