Class LayoutServicesImpl
- java.lang.Object
-
- org.uberfire.ext.layout.editor.impl.LayoutServicesImpl
-
- All Implemented Interfaces:
org.uberfire.ext.layout.editor.api.LayoutServices
@ApplicationScoped public class LayoutServicesImpl extends Object implements org.uberfire.ext.layout.editor.api.LayoutServices
-
-
Constructor Summary
Constructors Constructor Description LayoutServicesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.layout.editor.api.editor.LayoutTemplateconvertLayoutFromString(String layoutEditorModel)StringconvertLayoutToString(org.uberfire.ext.layout.editor.api.editor.LayoutTemplate layoutTemplate)voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
convertLayoutToString
public String convertLayoutToString(org.uberfire.ext.layout.editor.api.editor.LayoutTemplate layoutTemplate)
- Specified by:
convertLayoutToStringin interfaceorg.uberfire.ext.layout.editor.api.LayoutServices
-
convertLayoutFromString
public org.uberfire.ext.layout.editor.api.editor.LayoutTemplate convertLayoutFromString(String layoutEditorModel)
- Specified by:
convertLayoutFromStringin interfaceorg.uberfire.ext.layout.editor.api.LayoutServices
-
-