Class ViewLoaderSupport
java.lang.Object
io.jmix.flowui.xml.layout.support.ViewLoaderSupport
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Component("flowui_ViewLoaderSupport")
@Scope("prototype")
public class ViewLoaderSupport
extends Object
implements org.springframework.context.ApplicationContextAware
-
Field Summary
Modifier and TypeFieldDescriptionprotected ActionLoaderSupport
protected org.springframework.context.ApplicationContext
protected ComponentLoader.Context
protected View<?>
protected ViewDataXmlLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ActionLoaderSupport
protected ComponentLoader.ComponentContext
void
loadActions
(org.dom4j.Element element) void
loadData
(org.dom4j.Element element) protected Action
loadDeclarativeAction
(org.dom4j.Element element) void
loadFacets
(org.dom4j.Element element) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setViewDataXmlLoader
(ViewDataXmlLoader viewDataXmlLoader)
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
viewDataXmlLoader
-
actionLoaderSupport
-
view
-
context
-
-
Constructor Details
-
ViewLoaderSupport
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
setViewDataXmlLoader
-
getActionLoaderSupport
-
loadData
public void loadData(org.dom4j.Element element) -
loadActions
public void loadActions(org.dom4j.Element element) -
loadFacets
public void loadFacets(org.dom4j.Element element) -
loadDeclarativeAction
-
getComponentContext
-