Package io.micronaut.controlpanel.ui
Interface ControlPanelApi
- All Known Implementing Classes:
 ControlPanelController
public interface ControlPanelApi
HTTP API for the control panel UI.
- Since:
 - 1.0.0
 - Author:
 - Álvaro Sánchez-Mariscal
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
PATH
- See Also:
 
 
 - 
 - 
Method Details
- 
index
Renders the index view.- Returns:
 - the model
 
 - 
byCategory
Renders the category view.- Parameters:
 categoryId- the category id.- Returns:
 - the model
 
 - 
detail
Renders the control panel detailed view.- Parameters:
 controlPanelName- the control panel name.- Returns:
 - the model
 
 
 -