Uses of Interface
org.apache.batik.bridge.Window.URLResponseHandler
Packages that use Window.URLResponseHandler
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Window.URLResponseHandler in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type Window.URLResponseHandlerModifier and TypeMethodDescriptionvoidBaseScriptingEnvironment.Window.getURL(String uri, Window.URLResponseHandler h) Gets data from the given URI.voidBaseScriptingEnvironment.Window.getURL(String uri, Window.URLResponseHandler h, String enc) Gets data from the given URI.voidScriptingEnvironment.Window.getURL(String uri, Window.URLResponseHandler h) voidScriptingEnvironment.Window.getURL(String uri, Window.URLResponseHandler h, String enc) voidWindow.getURL(String uri, Window.URLResponseHandler h) Gets data from the given URI.voidWindow.getURL(String uri, Window.URLResponseHandler h, String enc) Gets data from the given URI.voidBaseScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h) voidBaseScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType) voidBaseScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType, String fEnc) voidScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h) voidScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType) voidScriptingEnvironment.Window.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType, String fEnc) voidWindow.postURL(String uri, String content, Window.URLResponseHandler h) Posts data to the given URI.voidWindow.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType) Posts data to the given URI.voidWindow.postURL(String uri, String content, Window.URLResponseHandler h, String mimeType, String enc) Posts data to the given URI.