|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.RelaxedExternalResourceSecurity
public class RelaxedExternalResourceSecurity
This implementation of ExternalResourceSecurity allows any external references.
Constructor Summary | |
---|---|
RelaxedExternalResourceSecurity(ParsedURL externalResourceURL,
ParsedURL docURL)
|
Method Summary | |
---|---|
void |
checkLoadExternalResource()
Controls whether the externalResource should be loaded or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelaxedExternalResourceSecurity(ParsedURL externalResourceURL, ParsedURL docURL)
externalResourceURL
- url for the externalResource, as defined in
the externalResource's xlink:href attribute. If that
attribute was empty, then this parameter should
be nulldocURL
- url for the document into which the
externalResource was found.Method Detail |
---|
public void checkLoadExternalResource()
checkLoadExternalResource
in interface ExternalResourceSecurity
java.lang.SecurityException
- if the externalResource should not be loaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |