Uses of Class
org.apache.tapestry5.services.LibraryMapping
-
Packages that use LibraryMapping Package Description org.apache.tapestry5.corelib.pages The set of core pages available in all Tapestry applicationsorg.apache.tapestry5.hibernate.web.modules org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.t5internal.modules org.apache.tapestry5.kaptcha.modules org.apache.tapestry5.modules org.apache.tapestry5.openapiviewer.modules org.apache.tapestry5.services Core servicesorg.apache.tapestry5.upload.modules -
-
Uses of LibraryMapping in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return types with arguments of type LibraryMapping Modifier and Type Method Description java.util.List<LibraryMapping>
ComponentLibraries. getLibraryMappings()
-
Uses of LibraryMapping in org.apache.tapestry5.hibernate.web.modules
Method parameters in org.apache.tapestry5.hibernate.web.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
HibernateModule. provideLibraryMapping(Configuration<LibraryMapping> configuration)
-
Uses of LibraryMapping in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return types with arguments of type LibraryMapping Modifier and Type Method Description java.util.Collection<LibraryMapping>
ComponentClassResolverImpl. getLibraryMappings()
Methods in org.apache.tapestry5.internal.services with parameters of type LibraryMapping Modifier and Type Method Description ComponentLibraryInfo
MavenComponentLibraryInfoSource. find(LibraryMapping libraryMapping)
Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type LibraryMapping Constructor Description ComponentClassResolverImpl(org.slf4j.Logger logger, ClassNameLocator classNameLocator, java.lang.String startPageName, java.util.Collection<LibraryMapping> mappings)
-
Uses of LibraryMapping in org.apache.tapestry5.internal.t5internal.modules
Method parameters in org.apache.tapestry5.internal.t5internal.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
InternalTestModule. provideT5InternalLibrary(Configuration<LibraryMapping> configuration)
-
Uses of LibraryMapping in org.apache.tapestry5.kaptcha.modules
Method parameters in org.apache.tapestry5.kaptcha.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
KaptchaModule. provideLibraryMapping(Configuration<LibraryMapping> configuration)
-
Uses of LibraryMapping in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
TapestryModule. provideCoreAndAppLibraries(Configuration<LibraryMapping> configuration, java.lang.String appRootPackage)
-
Uses of LibraryMapping in org.apache.tapestry5.openapiviewer.modules
Method parameters in org.apache.tapestry5.openapiviewer.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
TapestryOpenApiViewerModule. contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
-
Uses of LibraryMapping in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return types with arguments of type LibraryMapping Modifier and Type Method Description java.util.Collection<LibraryMapping>
ComponentClassResolver. getLibraryMappings()
Returns the library mappings.Methods in org.apache.tapestry5.services with parameters of type LibraryMapping Modifier and Type Method Description ComponentLibraryInfo
ComponentLibraryInfoSource. find(LibraryMapping libraryMapping)
Finds information about a component library.void
ComponentLibraryInfo. setLibraryMapping(LibraryMapping libraryMapping)
-
Uses of LibraryMapping in org.apache.tapestry5.upload.modules
Method parameters in org.apache.tapestry5.upload.modules with type arguments of type LibraryMapping Modifier and Type Method Description static void
UploadModule. contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
-