org.enhydra.apache.html.dom
Class SecuritySupport
java.lang.Object
|
+--org.enhydra.apache.html.dom.SecuritySupport
- final class SecuritySupport
- extends Object
This class is duplicated for each subpackage so keep it in sync.
It is package private and therefore is not exposed as part of any API.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
static SecuritySupport getInstance()
- Return an instance of this class.
getContextClassLoader
ClassLoader getContextClassLoader()
getSystemClassLoader
ClassLoader getSystemClassLoader()
getParentClassLoader
ClassLoader getParentClassLoader(ClassLoader cl)
getSystemProperty
String getSystemProperty(String propName)
getFileInputStream
FileInputStream getFileInputStream(File file)
throws FileNotFoundException
getResourceAsStream
InputStream getResourceAsStream(ClassLoader cl,
String name)
getFileExists
boolean getFileExists(File f)
getLastModified
long getLastModified(File f)
Copyright © 1999 The Apache Software Foundation. All Rights reserved.