Uses of Interface
org.apache.wicket.markup.IMarkupResourceStreamProvider
-
Packages that use IMarkupResourceStreamProvider Package Description org.apache.wicket.markup Base package for markup. -
-
Uses of IMarkupResourceStreamProvider in org.apache.wicket.markup
Classes in org.apache.wicket.markup that implement IMarkupResourceStreamProvider Modifier and Type Class Description classDefaultMarkupResourceStreamProviderWicket default implementation for loading the markup resource stream associated with a MarkupContainer.Methods in org.apache.wicket.markup that return IMarkupResourceStreamProvider Modifier and Type Method Description protected IMarkupResourceStreamProviderMarkupFactory. getMarkupResourceStreamProvider(MarkupContainer container)Get the markup resource stream provider registered with the factory.
-