1 26 package org.objectweb.util.explorer.core.common.lib; 27 28 import org.objectweb.util.explorer.api.Tree; 29 import org.objectweb.util.explorer.context.api.ContextContainerFactory; 30 import org.objectweb.util.explorer.core.common.api.Synchronization; 31 import org.objectweb.util.explorer.core.common.api.TextComponent; 32 import org.objectweb.util.explorer.core.role.api.RoleManager; 33 import org.objectweb.util.explorer.core.role.api.RoleProvider; 34 import org.objectweb.util.explorer.interpreter.api.DescriptionInterpreter; 35 import org.objectweb.util.explorer.resolver.api.PropertyResolver; 36 37 45 public class TreeBindingFeature 46 extends BindingFeature 47 { 48 49 55 61 67 73 76 public String [] clientFc() { 77 return new String []{PropertyResolver.PROPERTY_RESOLVER,DescriptionInterpreter.DESCRIPTION_INTERPRETER,TextComponent.TEXT_COMPONENT,RoleManager.ROLE_MANAGER, RoleProvider.ROLE_PROVIDER, Synchronization.SYNCHRONIZATION, Tree.TREE_TMPL, Tree.TREE_ITSELF, ContextContainerFactory.CONTEXT_CONTAINER_FACTORY}; 78 } 79 80 } 81 82 | Popular Tags |