Class GuiProfileCompilerRegistryImpl
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.security.GuiProfileCompilerRegistryImpl
 
 
- 
- All Implemented Interfaces:
 GuiProfileCompilerRegistry
@Component public class GuiProfileCompilerRegistryImpl extends Object implements GuiProfileCompilerRegistry
 
- 
- 
Constructor Summary
Constructors Constructor Description GuiProfileCompilerRegistryImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvokeCompiler(CompiledGuiProfile compiledGuiProfile)voidregisterCompiler(GuiProfileCompilable compiler) 
 - 
 
- 
- 
Method Detail
- 
registerCompiler
public void registerCompiler(GuiProfileCompilable compiler)
- Specified by:
 registerCompilerin interfaceGuiProfileCompilerRegistry
 
- 
invokeCompiler
public void invokeCompiler(CompiledGuiProfile compiledGuiProfile)
- Specified by:
 invokeCompilerin interfaceGuiProfileCompilerRegistry
 
 - 
 
 -