Uses of Enum
org.apache.tapestry5.internal.services.ComponentDependencyRegistry.DependencyType
Packages that use ComponentDependencyRegistry.DependencyType
Package
Description
[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.DependencyTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.DependencyTypeModifier and TypeMethodDescriptionComponentDependencyRegistry.getDependencies
(String className, ComponentDependencyRegistry.DependencyType type) Returns the fully qualified names of the direct dependencies of a given component and a given dependency type.ComponentDependencyRegistryImpl.getDependencies
(String className, ComponentDependencyRegistry.DependencyType type)