Uses of Class
org.apache.wicket.util.resource.ResourceStreamNotFoundException

Packages that use ResourceStreamNotFoundException
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.loader   
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
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. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of ResourceStreamNotFoundException in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that throw ResourceStreamNotFoundException
 java.io.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
 Markup SimpleMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
          Uses MarkupFactory.newMarkupParser(MarkupResourceStream) and AbstractMarkupParser.parse() to load the Markup.
 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 IMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
          Loads markup from a resource stream.
 Markup DefaultMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
          Uses SimpleMarkupLoader to load the resource(s), read it and check if markup inheritance applies.
 

Uses of ResourceStreamNotFoundException in org.apache.wicket.markup.parser
 

Methods in org.apache.wicket.markup.parser that throw ResourceStreamNotFoundException
 void XmlPullParser.parse(java.lang.CharSequence string)
          Parse the given string.
 void IXmlPullParser.parse(java.lang.CharSequence string)
          Parse the markup provided.
 void XmlPullParser.parse(java.io.InputStream in)
          Reads and parses markup from an input stream, using UTF-8 encoding by default when not specified in XML declaration.
 void IXmlPullParser.parse(java.io.InputStream inputStream)
          Reads and parses markup from an input stream, using UTF-8 encoding by default when not specified in XML declaration.
 

Uses of ResourceStreamNotFoundException in org.apache.wicket.util.resource
 

Methods in org.apache.wicket.util.resource that throw ResourceStreamNotFoundException
 java.io.InputStream WebExternalResourceStream.getInputStream()
           
 java.io.InputStream UrlResourceStream.getInputStream()
           
 java.io.InputStream PackageResourceStream.getInputStream()
           
 java.io.InputStream AbstractResourceStreamWriter.getInputStream()
          this method should not be used as it is not required for resource writers
 java.io.InputStream ZipResourceStream.getInputStream()
           
 java.io.InputStream XSLTResourceStream.getInputStream()
           
 java.io.InputStream IResourceStream.getInputStream()
          Gets the resource stream.
 java.io.InputStream FileResourceStream.getInputStream()
           
 java.io.InputStream AbstractStringResourceStream.getInputStream()
           
 

Uses of ResourceStreamNotFoundException in org.apache.wicket.util.template
 

Methods in org.apache.wicket.util.template that throw ResourceStreamNotFoundException
 java.io.InputStream TextTemplateDecorator.getInputStream()
           
 

Uses of ResourceStreamNotFoundException in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that throw ResourceStreamNotFoundException
 java.lang.String BaseWicketTester.getWicketAjaxBaseUrlEncodedInLastResponse()
          This method tries to parse the last response to return the encoded base URL and will throw an exception if there none was encoded.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.