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 SummaryFieldsModifier and TypeFieldDescriptionprotected ActionLoaderSupportprotected org.springframework.context.ApplicationContextprotected ComponentLoader.Contextprotected View<?>protected ViewDataXmlLoader
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ActionLoaderSupportprotected ComponentLoader.ComponentContextvoidloadActions(org.dom4j.Element element) voidloadData(org.dom4j.Element element) protected ActionloadDeclarativeAction(org.dom4j.Element element) voidloadFacets(org.dom4j.Element element) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetViewDataXmlLoader(ViewDataXmlLoader viewDataXmlLoader) 
- 
Field Details- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
- 
viewDataXmlLoader
- 
actionLoaderSupport
- 
view
- 
context
 
- 
- 
Constructor Details- 
ViewLoaderSupport
 
- 
- 
Method Details- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
- Throws:
- org.springframework.beans.BeansException
 
- 
setViewDataXmlLoader
- 
getActionLoaderSupport
- 
loadDatapublic void loadData(org.dom4j.Element element) 
- 
loadActionspublic void loadActions(org.dom4j.Element element) 
- 
loadFacetspublic void loadFacets(org.dom4j.Element element) 
- 
loadDeclarativeAction
- 
getComponentContext
 
-