Uses of Class
org.apache.wicket.util.resource.ResourceStreamNotFoundException
-
Packages that use ResourceStreamNotFoundException Package Description org.apache.wicket.core.util.resource org.apache.wicket.markup Base package for markup.org.apache.wicket.markup.loader org.apache.wicket.resource.bundles org.apache.wicket.util.image org.apache.wicket.util.resource Base support for resources.org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. -
-
Uses of ResourceStreamNotFoundException in org.apache.wicket.core.util.resource
Methods in org.apache.wicket.core.util.resource that throw ResourceStreamNotFoundException Modifier and Type Method Description InputStream
PackageResourceStream. getInputStream()
InputStream
UrlResourceStream. getInputStream()
InputStream
WebExternalResourceStream. getInputStream()
-
Uses of ResourceStreamNotFoundException in org.apache.wicket.markup
Methods in org.apache.wicket.markup that throw ResourceStreamNotFoundException Modifier and Type Method Description InputStream
MarkupResourceStream. getInputStream()
Markup
AbstractMarkupParser. parse()
Reads and parses markup from a file. -
Uses of ResourceStreamNotFoundException in org.apache.wicket.markup.loader
Methods in org.apache.wicket.markup.loader that throw ResourceStreamNotFoundException Modifier and Type Method Description Markup
DefaultMarkupLoader. loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
UsesSimpleMarkupLoader
to load the resource(s), read it and check if markup inheritance applies.Markup
IMarkupLoader. loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
Loads markup from a resource stream.Markup
InheritedMarkupMarkupLoader. loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
Load the markup from the resource stream with the base MarkupLoader provided, than check if markup inheritance must be applied.Markup
SimpleMarkupLoader. loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
UsesMarkupFactory.newMarkupParser(MarkupResourceStream)
andAbstractMarkupParser.parse()
to load the Markup. -
Uses of ResourceStreamNotFoundException in org.apache.wicket.resource.bundles
Methods in org.apache.wicket.resource.bundles that throw ResourceStreamNotFoundException Modifier and Type Method Description protected byte[]
ConcatBundleResource. readAllResources(List<IResourceStream> resources)
-
Uses of ResourceStreamNotFoundException in org.apache.wicket.util.image
Methods in org.apache.wicket.util.image that throw ResourceStreamNotFoundException Modifier and Type Method Description static CharSequence
ImageUtil. createBase64EncodedImage(PackageResourceReference imageReference, boolean removeWhitespaces)
Creates a base64 encoded image string based on the given image reference -
Uses of ResourceStreamNotFoundException in org.apache.wicket.util.resource
Methods in org.apache.wicket.util.resource that throw ResourceStreamNotFoundException Modifier and Type Method Description InputStream
AbstractStringResourceStream. getInputStream()
InputStream
FileResourceStream. getInputStream()
InputStream
FileSystemResourceStream. getInputStream()
InputStream
IResourceStream. getInputStream()
Gets the resource stream.InputStream
ResourceStreamWrapper. getInputStream()
InputStream
XSLTResourceStream. getInputStream()
InputStream
ZipResourceStream. getInputStream()
-
Uses of ResourceStreamNotFoundException in org.apache.wicket.util.template
Methods in org.apache.wicket.util.template that throw ResourceStreamNotFoundException Modifier and Type Method Description InputStream
TextTemplateDecorator. getInputStream()
-