Uses of Class
org.nuxeo.ecm.webengine.model.LinkDescriptor
-
Packages that use LinkDescriptor Package Description org.nuxeo.ecm.webengine.model org.nuxeo.ecm.webengine.model.impl -
-
Uses of LinkDescriptor in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return LinkDescriptor Modifier and Type Method Description LinkDescriptor
LinkDescriptor. clone()
Methods in org.nuxeo.ecm.webengine.model that return types with arguments of type LinkDescriptor Modifier and Type Method Description List<LinkDescriptor>
Module. getActiveLinks(Resource context, String category)
List<LinkDescriptor>
Module. getLinks(String category)
List<LinkDescriptor>
Resource. getLinks(String category)
Methods in org.nuxeo.ecm.webengine.model with parameters of type LinkDescriptor Modifier and Type Method Description void
LinkDescriptor. applyFragment(LinkDescriptor fragment)
String
LinkDescriptor. getCode(LinkDescriptor link, Resource resource)
String
LinkHandler. getCode(LinkDescriptor link, Resource resource)
LinkHandler
LinkHandlerFactory. getHandler(LinkDescriptor link, Resource resource)
-
Uses of LinkDescriptor in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl with type parameters of type LinkDescriptor Modifier and Type Field Description List<LinkDescriptor>
ModuleConfiguration. links
Methods in org.nuxeo.ecm.webengine.model.impl that return LinkDescriptor Modifier and Type Method Description protected LinkDescriptor
LinkRegistry. clone(LinkDescriptor object)
Methods in org.nuxeo.ecm.webengine.model.impl that return types with arguments of type LinkDescriptor Modifier and Type Method Description List<LinkDescriptor>
LinkRegistry. getActiveLinks(Resource context, String category)
List<LinkDescriptor>
ModuleImpl. getActiveLinks(Resource context, String category)
List<LinkDescriptor>
AbstractResource. getLinks(String category)
List<LinkDescriptor>
LinkRegistry. getLinks(String category)
List<LinkDescriptor>
ModuleConfiguration. getLinks()
List<LinkDescriptor>
ModuleImpl. getLinks(String category)
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type LinkDescriptor Modifier and Type Method Description protected void
LinkRegistry. applyFragment(LinkDescriptor object, LinkDescriptor fragment)
protected void
LinkRegistry. applySuperFragment(LinkDescriptor object, LinkDescriptor superFragment)
protected LinkDescriptor
LinkRegistry. clone(LinkDescriptor object)
protected void
LinkRegistry. installContribution(String key, LinkDescriptor object)
protected void
LinkRegistry. installLink(String category, LinkDescriptor link)
protected boolean
LinkRegistry. isMainFragment(LinkDescriptor object)
void
LinkRegistry. registerLink(LinkDescriptor td)
protected void
LinkRegistry. removeLink(String category, LinkDescriptor link)
protected void
LinkRegistry. removeLink(LinkDescriptor link)
protected void
LinkRegistry. uninstallContribution(String key, LinkDescriptor object)
void
LinkRegistry. unregisterLink(LinkDescriptor td)
protected void
LinkRegistry. updateContribution(String key, LinkDescriptor object, LinkDescriptor oldValue)
-