Uses of Interface
org.bedework.jsforj.model.values.JSLink
-
Packages that use JSLink Package Description org.bedework.jsforj.impl.values org.bedework.jsforj.impl.values.collections org.bedework.jsforj.model.values.collections -
-
Uses of JSLink in org.bedework.jsforj.impl.values
Classes in org.bedework.jsforj.impl.values that implement JSLink Modifier and Type Class Description classJSLinkImplUser: mike Date: 10/25/19 Time: 12:45 -
Uses of JSLink in org.bedework.jsforj.impl.values.collections
Methods in org.bedework.jsforj.impl.values.collections that return types with arguments of type JSLink Modifier and Type Method Description JSProperty<JSLink>JSLinksImpl. findLink(String href)List<JSProperty<JSLink>>JSLinksImpl. getAll(String rel)JSProperty<JSLink>JSLinksImpl. makeLink() -
Uses of JSLink in org.bedework.jsforj.model.values.collections
Methods in org.bedework.jsforj.model.values.collections that return types with arguments of type JSLink Modifier and Type Method Description JSProperty<JSLink>JSLinks. findLink(String href)Try to find the link object with the given hrefList<JSProperty<JSLink>>JSLinks. getAll(String rel)JSProperty<JSLink>JSLinks. makeLink()Create and add a new link object with a random uuid as key
-