Uses of Class
net.n2oapp.framework.config.metadata.compile.ParentRouteScope
Packages that use ParentRouteScope
Package
Description
-
Uses of ParentRouteScope in net.n2oapp.framework.config.metadata.compile
Constructors in net.n2oapp.framework.config.metadata.compile with parameters of type ParentRouteScopeModifierConstructorDescriptionParentRouteScope(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.action
Methods in net.n2oapp.framework.config.metadata.compile.action with parameters of type ParentRouteScopeModifier and TypeMethodDescriptionAbstractActionCompiler.initParentRoutePathMappings(ParentRouteScope routeScope, String url) Сборка родительских маппингов путейprotected voidAbstractOpenPageCompiler.validatePathAndRoute(String route, N2oParam[] pathParams, ParentRouteScope routeScope) -
Uses of ParentRouteScope in net.n2oapp.framework.config.util
Methods in net.n2oapp.framework.config.util with parameters of type ParentRouteScopeModifier and TypeMethodDescriptionstatic voidPageContextCompileUtil.validatePathAndRoute(String route, N2oParam[] pathParams, ParentRouteScope routeScope) Проверка соответствия маршрута и параметров путей