Uses of Class
net.n2oapp.framework.config.metadata.compile.ParentRouteScope
-
Packages that use ParentRouteScope Package Description net.n2oapp.framework.config.metadata.compile net.n2oapp.framework.config.metadata.compile.widget -
-
Uses of ParentRouteScope in net.n2oapp.framework.config.metadata.compile
Constructors in net.n2oapp.framework.config.metadata.compile with parameters of type ParentRouteScope Constructor Description ParentRouteScope(String route, Map<String,ModelLink> additionalPathMapping, Map<String,ModelLink> additionalQueryMapping, ParentRouteScope parent)ParentRouteScope(String route, ParentRouteScope parent) -
Uses of ParentRouteScope in net.n2oapp.framework.config.metadata.compile.widget
Methods in net.n2oapp.framework.config.metadata.compile.widget that return ParentRouteScope Modifier and Type Method Description protected ParentRouteScopeBaseWidgetCompiler. initWidgetRouteScope(D compiled, CompileContext<?,?> context, CompileProcessor p)Инициализация текущего маршрута виджета при сборкеMethods in net.n2oapp.framework.config.metadata.compile.widget with parameters of type ParentRouteScope Modifier and Type Method Description protected voidBaseWidgetCompiler. compileDataProviderAndRoutes(D compiled, S source, CompileProcessor p, ValidationList validationList, ParentRouteScope widgetRouteScope, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope)protected voidBaseWidgetCompiler. compileToolbarAndAction(D compiled, S source, CompileContext<?,?> context, CompileProcessor p, WidgetScope widgetScope, ParentRouteScope widgetRouteScope, MetaActions widgetActions, CompiledObject object, ValidationList validationList)
-