|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedURL | |
org.apache.batik.apps.svgbrowser | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.css.engine | |
org.apache.batik.ext.awt.image | Contains extensions to the java.awt.image package. |
org.apache.batik.ext.awt.image.spi | |
org.apache.batik.extension.svg.renderable | |
org.apache.batik.swing.svg | |
org.apache.batik.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
org.apache.batik.util | Provides some useful classes. |
Uses of ParsedURL in org.apache.batik.apps.svgbrowser |
Methods in org.apache.batik.apps.svgbrowser with parameters of type ParsedURL | |
boolean |
SquiggleInputHandler.accept(ParsedURL purl)
Returns true if the input URI can be handled by the handler |
void |
SquiggleInputHandler.handle(ParsedURL purl,
JSVGViewerFrame svgFrame)
Handles the given input for the given JSVGViewerFrame |
SquiggleInputHandler |
JSVGViewerFrame.getInputHandler(ParsedURL purl)
Returns the input handler for the given URI |
ScriptSecurity |
JSVGViewerFrame.UserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
void |
JSVGViewerFrame.UserAgent.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
JSVGViewerFrame.UserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
void |
JSVGViewerFrame.UserAgent.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
void |
SVGInputHandler.handle(ParsedURL purl,
JSVGViewerFrame svgViewerFrame)
Handles the given input for the given JSVGViewerFrame |
boolean |
SVGInputHandler.accept(ParsedURL purl)
Returns true if the input URI can be handled by the handler |
boolean |
XMLInputHandler.accept(ParsedURL purl)
Returns true if the input URI can be handled by the handler |
void |
XMLInputHandler.handle(ParsedURL purl,
JSVGViewerFrame svgViewerFrame)
Handles the given input for the given JSVGViewerFrame |
Uses of ParsedURL in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as ParsedURL | |
protected ParsedURL |
BaseScriptingEnvironment.docPURL
The URL of the document ot manage |
Methods in org.apache.batik.bridge with parameters of type ParsedURL | |
protected static GraphicsNode |
SVGImageElementBridge.createRasterImageNode(BridgeContext ctx,
Element e,
ParsedURL purl)
Returns a GraphicsNode that represents an raster image in JPEG or PNG format. |
ScriptSecurity |
UserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
void |
UserAgent.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
UserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
void |
UserAgent.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
protected static Filter |
SVGFeImageElementBridge.createRasterFeImage(BridgeContext ctx,
java.awt.geom.Rectangle2D primitiveRegion,
ParsedURL purl)
Returns a Filter that represents an raster image (JPG or PNG). |
ScriptSecurity |
UserAgentAdapter.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
Returns the security settings for the given script type, script url and document url |
void |
UserAgentAdapter.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
UserAgentAdapter.getExternalResourceSecurity(ParsedURL resourcePURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
void |
UserAgentAdapter.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
protected void |
BaseScriptingEnvironment.checkCompatibleScriptURL(java.lang.String scriptType,
ParsedURL scriptPURL)
Checks that the script URLs and the document url are compatible. |
void |
BridgeContext.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
Constructors in org.apache.batik.bridge with parameters of type ParsedURL | |
DefaultScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
|
|
RelaxedExternalResourceSecurity(ParsedURL externalResourceURL,
ParsedURL docURL)
|
|
EmbededScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
|
|
DefaultExternalResourceSecurity(ParsedURL externalResourceURL,
ParsedURL docURL)
|
|
EmbededExternalResourceSecurity(ParsedURL externalResourceURL)
|
|
RelaxedScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
|
Uses of ParsedURL in org.apache.batik.css.engine |
Methods in org.apache.batik.css.engine with parameters of type ParsedURL | |
void |
CSSContext.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method should throw a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
Uses of ParsedURL in org.apache.batik.ext.awt.image |
Methods in org.apache.batik.ext.awt.image with parameters of type ParsedURL | |
boolean |
URLImageCache.isPresent(ParsedURL purl)
Check if request(url) will return with a Filter (not putting you on the hook for it). |
boolean |
URLImageCache.isDone(ParsedURL purl)
Check if request(url) will return immediately with the Filter. |
Filter |
URLImageCache.request(ParsedURL purl)
If this returns null then you are now 'on the hook'. |
void |
URLImageCache.clear(ParsedURL purl)
Clear the entry for ParsedURL. |
void |
URLImageCache.put(ParsedURL purl,
Filter filt)
Associate bi with purl. |
Uses of ParsedURL in org.apache.batik.ext.awt.image.spi |
Methods in org.apache.batik.ext.awt.image.spi with parameters of type ParsedURL | |
boolean |
JDKRegistryEntry.isCompatibleURL(ParsedURL purl)
Check if the Stream references an image that can be handled by this format handler. |
Filter |
JDKRegistryEntry.handleURL(ParsedURL purl,
boolean needRawData)
Decode the URL into a RenderableImage |
Filter |
PNGRegistryEntry.handleStream(java.io.InputStream inIS,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a RenderableImage |
Filter |
ImageTagRegistry.readURL(ParsedURL purl)
|
Filter |
ImageTagRegistry.readURL(ParsedURL purl,
ICCColorSpaceExt colorSpace)
|
Filter |
JPEGRegistryEntry.handleStream(java.io.InputStream inIS,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a RenderableImage |
Filter |
StreamRegistryEntry.handleStream(java.io.InputStream is,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a Filter. |
Filter |
TIFFRegistryEntry.handleStream(java.io.InputStream inIS,
ParsedURL origURL,
boolean needRawData)
Decode the Stream into a RenderableImage |
boolean |
URLRegistryEntry.isCompatibleURL(ParsedURL url)
Check if the URL references an image that can be handled by this format handler. |
Filter |
URLRegistryEntry.handleURL(ParsedURL url,
boolean needRawData)
Decode the URL into a RenderableImage, here you should feel free to open the URL yourself. |
Uses of ParsedURL in org.apache.batik.extension.svg.renderable |
Constructors in org.apache.batik.extension.svg.renderable with parameters of type ParsedURL | |
MultiResRable(ParsedURL[] srcURLs,
java.awt.Dimension[] sizes)
|
Uses of ParsedURL in org.apache.batik.swing.svg |
Methods in org.apache.batik.swing.svg with parameters of type ParsedURL | |
ScriptSecurity |
JSVGComponent.BridgeUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
void |
JSVGComponent.BridgeUserAgent.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
JSVGComponent.BridgeUserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
void |
JSVGComponent.BridgeUserAgent.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
ScriptSecurity |
SVGUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
void |
SVGUserAgent.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
SVGUserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
void |
SVGUserAgent.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
ScriptSecurity |
JSVGComponent.BridgeUserAgentWrapper.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
Returns the security settings for the given script type, script url and document url |
void |
JSVGComponent.BridgeUserAgentWrapper.checkLoadScript(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded. |
ExternalResourceSecurity |
JSVGComponent.BridgeUserAgentWrapper.getExternalResourceSecurity(ParsedURL resourcePURL,
ParsedURL docPURL)
Returns the security settings for the given resource url and document url |
void |
JSVGComponent.BridgeUserAgentWrapper.checkLoadExternalResource(ParsedURL resourceURL,
ParsedURL docURL)
This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded. |
Uses of ParsedURL in org.apache.batik.transcoder |
Methods in org.apache.batik.transcoder with parameters of type ParsedURL | |
ScriptSecurity |
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
Returns the security settings for the given script type, script url and document url |
Uses of ParsedURL in org.apache.batik.util |
Methods in org.apache.batik.util with parameters of type ParsedURL | |
ParsedURLData |
ParsedURLDefaultProtocolHandler.parseURL(ParsedURL baseURL,
java.lang.String urlStr)
Parses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object. |
ParsedURLData |
ParsedURLProtocolHandler.parseURL(ParsedURL basepurl,
java.lang.String urlStr)
Parse a relative url string of this protocol. |
boolean |
ParsedURL.sameFile(ParsedURL other)
|
static ParsedURLData |
ParsedURL.parseURL(ParsedURL baseURL,
java.lang.String urlStr)
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url. |
ParsedURLData |
ParsedURLJarProtocolHandler.parseURL(ParsedURL baseURL,
java.lang.String urlStr)
|
ParsedURLData |
ParsedURLDataProtocolHandler.parseURL(ParsedURL baseURL,
java.lang.String urlStr)
|
Constructors in org.apache.batik.util with parameters of type ParsedURL | |
ParsedURL(ParsedURL baseURL,
java.lang.String urlStr)
Construct a sub URL from a base ParsedURL and a string for the sub url. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |