Uses of Interface
org.radeox.macro.Repository

Packages that use Repository
org.radeox.filter   
org.radeox.macro   
org.radeox.macro.table   
 

Uses of Repository in org.radeox.filter
 

Methods in org.radeox.filter that return Repository
protected  Repository MacroFilter.getMacroRepository()
           
 

Uses of Repository in org.radeox.macro
 

Classes in org.radeox.macro that implement Repository
 class MacroRepository
          Repository for plugins
 class PluginRepository
          Repository for plugins
 

Fields in org.radeox.macro declared as Repository
protected static Repository PluginRepository.instance
           
protected  Repository PluginLoader.repository
           
 

Methods in org.radeox.macro that return Repository
 Repository PluginLoader.loadPlugins(Repository repository)
           
 Repository PluginLoader.loadPlugins(Repository repository, java.lang.Class klass)
           
 

Methods in org.radeox.macro with parameters of type Repository
 Repository PluginLoader.loadPlugins(Repository repository)
           
 void PluginLoader.setRepository(Repository repository)
           
 Repository PluginLoader.loadPlugins(Repository repository, java.lang.Class klass)
           
abstract  void PluginLoader.add(Repository repository, java.lang.Object plugin)
          Add a plugin to the known plugin map
 void MacroLoader.add(Repository repository, java.lang.Object plugin)
          Add a plugin to the known plugin map
 

Uses of Repository in org.radeox.macro.table
 

Classes in org.radeox.macro.table that implement Repository
 class FunctionRepository
          Repository for functions
 

Fields in org.radeox.macro.table declared as Repository
protected static Repository FunctionRepository.instance
           
 

Methods in org.radeox.macro.table that return Repository
static Repository FunctionRepository.getInstance()
           
 

Methods in org.radeox.macro.table with parameters of type Repository
 void FunctionLoader.add(Repository repository, java.lang.Object plugin)
          Add a plugin to the known plugin map
 



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