1 package org.exoplatform.services.wsrp.consumer; 2 3 9 public interface Consumer { 10 11 16 public PortletRegistry getPortletRegistry(); 17 18 23 public PortletDriverRegistry getPortletDriverRegistry(); 24 25 30 public ProducerRegistry getProducerRegistry(); 31 32 37 public UserRegistry getUserRegistry(); 38 39 44 public URLTemplateComposer getTemplateComposer(); 45 46 51 public URLRewriter getURLRewriter(); 52 53 } 54 55 | Popular Tags |