org.enhydra.xml.lazydom.html
Class SecuritySupport
java.lang.Object
|
+--org.enhydra.xml.lazydom.html.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 |
getContextClassLoader
static ClassLoader getContextClassLoader()
getSystemClassLoader
static ClassLoader getSystemClassLoader()
getParentClassLoader
static ClassLoader getParentClassLoader(ClassLoader cl)
getSystemProperty
static String getSystemProperty(String propName)
getFileInputStream
static FileInputStream getFileInputStream(File file)
throws FileNotFoundException
getResourceAsStream
static InputStream getResourceAsStream(ClassLoader cl,
String name)
getFileExists
static boolean getFileExists(File f)
getLastModified
static long getLastModified(File f)
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze, Jacob Kjome). All Rights reserved.