Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model.impl
Class LinkRegistry

java.lang.Object
  extended by org.nuxeo.runtime.contribution.impl.AbstractContributionRegistry<String,LinkDescriptor>
      extended by org.nuxeo.ecm.webengine.model.impl.LinkRegistry
All Implemented Interfaces:
ContributionRegistry<String,LinkDescriptor>

public class LinkRegistry
extends AbstractContributionRegistry<String,LinkDescriptor>

Author:
Bogdan Stefanescu

Constructor Summary
LinkRegistry()
           
 
Method Summary
 List<LinkDescriptor> getActiveLinks(Resource context, String category)
           
 List<LinkDescriptor> getLinks(String category)
           
 void registerLink(LinkDescriptor td)
           
 void unregisterLink(LinkDescriptor td)
           
 
Methods inherited from class org.nuxeo.runtime.contribution.impl.AbstractContributionRegistry
addFragment, dispose, fireResolved, fireUnresolved, fireUpdated, getContribution, getObject, getOrCreateDependency, getParent, removeContribution, removeFragment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkRegistry

public LinkRegistry()
Method Detail

getLinks

public List<LinkDescriptor> getLinks(String category)

getActiveLinks

public List<LinkDescriptor> getActiveLinks(Resource context,
                                           String category)

registerLink

public void registerLink(LinkDescriptor td)

unregisterLink

public void unregisterLink(LinkDescriptor td)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.