KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > FilePermission > Top Examples

  • org.apache.jasper.compiler.JspRuntimeContext
    Class for tracking JSP compile time file dependencies when the &060;%@include file="..."%&062; directive is used. A background thread periodically checks the files a JSP page is dependent upon. If a dpendent file changes the JSP page which included it is recompiled. Only used if a web a ...
  • org.apache.catalina.loader.WebappClassLoader
    Specialized web application class loader. <p> This class loader is a full reimplementation of the <code>URLClassLoader</code> from the JDK. It is desinged to be fully compatible with a normal <code>URLClassLoader</code>, although its internal behavior may be completel ...
  • com.untrusted.script.UntrustedScriptHandler
    This class implements the ScriptHandler interface and represents an example of untrusted code. It creates a number of Java Permissions and checks that access is denied. the tests fail if the Permissions are granted. The only thing that the class should be allowed to make is a connection back to ...
  • org.jboss.net.protocol.file.FileURLConnection
    Provides local file access via URL semantics, correctly returning the last modified time of the underlying file. @version $Revision: 1.9.4.1 $ @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a> @author Scott.Stark@jboss.org
  • org.apache.catalina.loader.WebappLoader
    Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface). This class loader supports detection of modified Java classes, which can be used to implement a ...
  • org.apache.batik.test.svg.SVGOnLoadExceptionTest
    This test takes an SVG file as an input. It processes the input SVG (meaning it turns it into a GVT tree) and then dispatches the 'onload' event. In that process, the test checks for the occurence of a specific exception type and, for BridgeExceptions, for a given error code. If an exception of ...
  • org.apache.batik.bridge.ScriptSelfTest
    Helper class to simplify writing the unitTesting.xml file for the bridge. @author <a HREF="mailto:vhardy@apache.org">Vincent Hardy</a> @version $Id: ScriptSelfTest.java,v 1.8 2005/04/01 02:28:16 deweese Exp $
Popular Tags