|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExternalResourceSecurity | |
|---|---|
| org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
| Uses of ExternalResourceSecurity in org.apache.batik.bridge |
|---|
| Classes in org.apache.batik.bridge that implement ExternalResourceSecurity | |
|---|---|
class |
DefaultExternalResourceSecurity
Default implementation for the ExternalResourceSecurity interface. |
class |
EmbededExternalResourceSecurity
This implementation of the ExternalResourceSecurity interface only
allows external resources embeded in the document, i.e., externalResources
embeded with the data protocol. |
class |
NoLoadExternalResourceSecurity
This implementation does not allow any external resources to be referenced from an SVG document. |
class |
RelaxedExternalResourceSecurity
This implementation of ExternalResourceSecurity allows any
external references. |
| Methods in org.apache.batik.bridge that return ExternalResourceSecurity | |
|---|---|
ExternalResourceSecurity |
UserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
ExternalResourceSecurity |
UserAgentAdapter.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||