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.


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

Method Detail

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.