Uses of Class
org.apache.tapestry5.internal.services.ComponentDependencyRegistry.DependencyType
-
Packages that use ComponentDependencyRegistry.DependencyType Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change -
-
Uses of ComponentDependencyRegistry.DependencyType in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return ComponentDependencyRegistry.DependencyType Modifier and Type Method Description static ComponentDependencyRegistry.DependencyType
ComponentDependencyRegistry.DependencyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ComponentDependencyRegistry.DependencyType[]
ComponentDependencyRegistry.DependencyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.internal.services with parameters of type ComponentDependencyRegistry.DependencyType Modifier and Type Method Description java.util.Set<java.lang.String>
ComponentDependencyRegistry. getDependencies(java.lang.String className, ComponentDependencyRegistry.DependencyType type)
Returns the fully qualified names of the direct dependencies of a given component and a given dependency type.java.util.Set<java.lang.String>
ComponentDependencyRegistryImpl. getDependencies(java.lang.String className, ComponentDependencyRegistry.DependencyType type)
-