Package org.apache.tapestry5.services
Interface ComponentLibraryInfoSource
- All Known Implementing Classes:
MavenComponentLibraryInfoSource
@UsesOrderedConfiguration(ComponentLibraryInfoSource.class)
public interface ComponentLibraryInfoSource
Service that provides information about component libraries.
- Since:
- 5.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfind
(LibraryMapping libraryMapping) Finds information about a component library.
-
Method Details
-
find
Finds information about a component library.- Parameters:
libraryMapping
- theLibraryMapping
that defined a component library.- Returns:
- a
ComponentLibraryInfo
ornull
.
-