Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.bridge
Class ScriptSelfTest.TestUserAgent  view ScriptSelfTest.TestUserAgent download ScriptSelfTest.TestUserAgent.java

java.lang.Object
  extended byorg.apache.batik.bridge.UserAgentAdapter
      extended byorg.apache.batik.bridge.ScriptSelfTest.TestUserAgent
All Implemented Interfaces:
UserAgent
Enclosing class:
ScriptSelfTest

class ScriptSelfTest.TestUserAgent
extends UserAgentAdapter


Field Summary
 
Fields inherited from class org.apache.batik.bridge.UserAgentAdapter
extensions, FEATURES
 
Constructor Summary
(package private) ScriptSelfTest.TestUserAgent()
           
 
Method Summary
 ScriptSecurity getScriptSecurity(java.lang.String scriptType, org.apache.batik.util.ParsedURL scriptPURL, org.apache.batik.util.ParsedURL docPURL)
          Returns the security settings for the given script type, script url and document url
 
Methods inherited from class org.apache.batik.bridge.UserAgentAdapter
addStdFeatures, checkLoadExternalResource, checkLoadScript, deselectAll, displayError, displayError, displayMessage, getAlternateStyleSheet, getBolderFontWeight, getClientAreaLocationOnScreen, getDefaultFontFamily, getEventDispatcher, getExternalResourceSecurity, getLanguages, getLighterFontWeight, getMedia, getMediumFontSize, getPixelToMM, getPixelUnitToMillimeter, getStandardBolderFontWeight, getStandardLighterFontWeight, getTransform, getUserStyleSheetURI, getViewportSize, getXMLParserClassName, handleElement, hasFeature, isXMLParserValidating, openLink, registerExtension, runThread, setSVGCursor, setTextSelection, setTransform, showAlert, showConfirm, showPrompt, showPrompt, supportExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptSelfTest.TestUserAgent

ScriptSelfTest.TestUserAgent()
Method Detail

getScriptSecurity

public ScriptSecurity getScriptSecurity(java.lang.String scriptType,
                                        org.apache.batik.util.ParsedURL scriptPURL,
                                        org.apache.batik.util.ParsedURL docPURL)
Description copied from class: UserAgentAdapter
Returns the security settings for the given script type, script url and document url

Specified by:
getScriptSecurity in interface UserAgent
Overrides:
getScriptSecurity in class UserAgentAdapter