Package org.javlo.service
Class DynamicComponentService
- java.lang.Object
-
- org.javlo.service.DynamicComponentService
-
public class DynamicComponentService extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAllType(ContentContext ctx, MenuElement page)
List<IFieldContainer>
getFieldContainers(ContentContext ctx, MenuElement page, String fieldType)
static DynamicComponentService
getInstance(GlobalContext globalContext)
-
-
-
Method Detail
-
getInstance
public static DynamicComponentService getInstance(GlobalContext globalContext)
-
getFieldContainers
public List<IFieldContainer> getFieldContainers(ContentContext ctx, MenuElement page, String fieldType) throws Exception
- Throws:
Exception
-
getAllType
public List<String> getAllType(ContentContext ctx, MenuElement page) throws Exception
- Throws:
Exception
-
-