Uses of Class
net.n2oapp.framework.api.metadata.meta.BindLink
-
Packages that use BindLink Package Description net.n2oapp.framework.api.metadata.compile net.n2oapp.framework.api.metadata.meta -
-
Uses of BindLink in net.n2oapp.framework.api.metadata.compile
Methods in net.n2oapp.framework.api.metadata.compile with type parameters of type BindLink Modifier and Type Method Description <L extends BindLink>
voidBindProcessor. resolveLink(L link)Пытается превратить ссылку в константное значение.Method parameters in net.n2oapp.framework.api.metadata.compile with type arguments of type BindLink Modifier and Type Method Description StringBindProcessor. resolveUrl(String url, Map<String,? extends BindLink> pathMappings, Map<String,? extends BindLink> queryMappings)Заменить в адресе плейсхолдеры на значения -
Uses of BindLink in net.n2oapp.framework.api.metadata.meta
Subclasses of BindLink in net.n2oapp.framework.api.metadata.meta Modifier and Type Class Description classModelLinkСсылка на модель виджетаMethods in net.n2oapp.framework.api.metadata.meta with parameters of type BindLink Modifier and Type Method Description voidPageRoutes. addQueryMapping(String queryParam, ReduxAction onGet, BindLink onSet)Добавить параметр запроса
-