Uses of Interface
org.radeox.macro.Repository
-
Packages that use Repository Package Description 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 Modifier and Type Method Description protected RepositoryMacroFilter. getMacroRepository() -
Uses of Repository in org.radeox.macro
Classes in org.radeox.macro that implement Repository Modifier and Type Class Description classMacroRepositoryRepository for pluginsclassPluginRepositoryRepository for pluginsFields in org.radeox.macro declared as Repository Modifier and Type Field Description protected static RepositoryPluginRepository. instanceprotected RepositoryPluginLoader. repositoryMethods in org.radeox.macro that return Repository Modifier and Type Method Description RepositoryPluginLoader. loadPlugins(Repository repository)RepositoryPluginLoader. loadPlugins(Repository repository, Class klass)Methods in org.radeox.macro with parameters of type Repository Modifier and Type Method Description voidMacroLoader. add(Repository repository, Object plugin)Add a plugin to the known plugin mapabstract voidPluginLoader. add(Repository repository, Object plugin)Add a plugin to the known plugin mapRepositoryPluginLoader. loadPlugins(Repository repository)RepositoryPluginLoader. loadPlugins(Repository repository, Class klass)voidPluginLoader. setRepository(Repository repository) -
Uses of Repository in org.radeox.macro.table
Classes in org.radeox.macro.table that implement Repository Modifier and Type Class Description classFunctionRepositoryRepository for functionsFields in org.radeox.macro.table declared as Repository Modifier and Type Field Description protected static RepositoryFunctionRepository. instanceMethods in org.radeox.macro.table that return Repository Modifier and Type Method Description static RepositoryFunctionRepository. getInstance()Methods in org.radeox.macro.table with parameters of type Repository Modifier and Type Method Description voidFunctionLoader. add(Repository repository, Object plugin)Add a plugin to the known plugin map
-