Package com.evolveum.midpoint.gui.api
Class DefaultGuiConfigurationCompiler
- java.lang.Object
 - 
- com.evolveum.midpoint.gui.api.DefaultGuiConfigurationCompiler
 
 
- 
- All Implemented Interfaces:
 GuiProfileCompilable
@Component public class DefaultGuiConfigurationCompiler extends Object implements GuiProfileCompilable
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultGuiConfigurationCompiler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleCounterfindCounter(String identifier)Class<? extends org.apache.wicket.markup.html.panel.Panel>findPanel(String identifier)voidinit()voidpostProcess(CompiledGuiProfile compiledGuiProfile) 
 - 
 
- 
- 
Method Detail
- 
init
@PostConstruct public void init()
 
- 
findPanel
public Class<? extends org.apache.wicket.markup.html.panel.Panel> findPanel(String identifier)
 
- 
findCounter
public SimpleCounter findCounter(String identifier)
 
- 
postProcess
public void postProcess(CompiledGuiProfile compiledGuiProfile)
- Specified by:
 postProcessin interfaceGuiProfileCompilable
 
 - 
 
 -