Package | Description |
---|---|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.t5internal.modules | |
org.apache.tapestry5.kaptcha.modules | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.upload.modules |
Modifier and Type | Method and Description |
---|---|
List<LibraryMapping> |
ComponentLibraries.getLibraryMappings() |
Modifier and Type | Method and Description |
---|---|
Collection<LibraryMapping> |
ComponentClassResolverImpl.getLibraryMappings() |
Modifier and Type | Method and Description |
---|---|
ComponentLibraryInfo |
MavenComponentLibraryInfoSource.find(LibraryMapping libraryMapping) |
Constructor and Description |
---|
ComponentClassResolverImpl(org.slf4j.Logger logger,
ClassNameLocator classNameLocator,
String startPageName,
Collection<LibraryMapping> mappings) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalTestModule.provideT5InternalLibrary(Configuration<LibraryMapping> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
KaptchaModule.provideLibraryMapping(Configuration<LibraryMapping> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.provideCoreAndAppLibraries(Configuration<LibraryMapping> configuration,
String appRootPackage) |
Modifier and Type | Method and Description |
---|---|
Collection<LibraryMapping> |
ComponentClassResolver.getLibraryMappings()
Returns the library mappings.
|
Modifier and Type | Method and Description |
---|---|
ComponentLibraryInfo |
ComponentLibraryInfoSource.find(LibraryMapping libraryMapping)
Finds information about a component library.
|
void |
ComponentLibraryInfo.setLibraryMapping(LibraryMapping libraryMapping) |
Modifier and Type | Method and Description |
---|---|
static void |
UploadModule.contributeComponentClassResolver(Configuration<LibraryMapping> configuration) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.