org.cyberneko.dtd
Class SecuritySupport12

java.lang.Object
  extended by org.cyberneko.dtd.SecuritySupport
      extended by org.cyberneko.dtd.SecuritySupport12

 class SecuritySupport12
extends SecuritySupport

This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API. Security related methods that only work on J2SE 1.2 and newer.


Constructor Summary
SecuritySupport12()
           
 
Method Summary
(package private)  java.lang.ClassLoader getContextClassLoader()
           
(package private)  boolean getFileExists(java.io.File f)
           
(package private)  java.io.FileInputStream getFileInputStream(java.io.File file)
           
(package private)  long getLastModified(java.io.File f)
           
(package private)  java.lang.ClassLoader getParentClassLoader(java.lang.ClassLoader cl)
           
(package private)  java.io.InputStream getResourceAsStream(java.lang.ClassLoader cl, java.lang.String name)
           
(package private)  java.lang.ClassLoader getSystemClassLoader()
           
(package private)  java.lang.String getSystemProperty(java.lang.String propName)
           
 
Methods inherited from class org.cyberneko.dtd.SecuritySupport
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuritySupport12

SecuritySupport12()
Method Detail

getContextClassLoader

java.lang.ClassLoader getContextClassLoader()
Overrides:
getContextClassLoader in class SecuritySupport

getSystemClassLoader

java.lang.ClassLoader getSystemClassLoader()
Overrides:
getSystemClassLoader in class SecuritySupport

getParentClassLoader

java.lang.ClassLoader getParentClassLoader(java.lang.ClassLoader cl)
Overrides:
getParentClassLoader in class SecuritySupport

getSystemProperty

java.lang.String getSystemProperty(java.lang.String propName)
Overrides:
getSystemProperty in class SecuritySupport

getFileInputStream

java.io.FileInputStream getFileInputStream(java.io.File file)
                                     throws java.io.FileNotFoundException
Overrides:
getFileInputStream in class SecuritySupport
Throws:
java.io.FileNotFoundException

getResourceAsStream

java.io.InputStream getResourceAsStream(java.lang.ClassLoader cl,
                                        java.lang.String name)
Overrides:
getResourceAsStream in class SecuritySupport

getFileExists

boolean getFileExists(java.io.File f)
Overrides:
getFileExists in class SecuritySupport

getLastModified

long getLastModified(java.io.File f)
Overrides:
getLastModified in class SecuritySupport


Copyright 2006 null. All Rights Reserved.