Specifies the name of a source code file that contains a class associated with the application class 指定源代码文件的名称,该文件包含与应用程序类相关联的类。
Inherits attribute to specify the name of a code - behind class from which the application class will inherit 属性指定该应用程序类将从其继承的代码隐藏类的名称。
This also allows you to store request - specific data in non - static members of the application class 这样还可以将特定于请求的数据存储在应用程序类的非静态成员中。
Class loader for loading classes from the general class path including your application classes 类装入器,并为装入一般类路径上的类(包括应用程序类)定义了一个
There are many class paths in a java application : the application classpath , the extensions classpath , and the bootstrap classpath 在java应用程序中有许多类路径:应用程序类路径、扩展类路径和启动类路径。
This policy allows an application classloader to override and provide its own version of a class that exists in the parent classloader 该方案允许应用程序类装载器优先于父类,并提供存于父类中的自身的类版本。
You can either use a simple gui interface or a console application to run the bytecode enhancements on your application class files 可以使用一个简单的gui界面或者控制台应用程序来在应用程序类文件上运行字节码增强。
The following code example instructs the asp . net application compiler to dynamically compile a new application class that extends the 下面的代码示例指示asp . net应用程序编译器动态编译新的应用程序类,该应用程序类扩展
If those settings are being read from a jndi . properties file , it will need to be in the application s classpath as well 如果是从jndi . properties文件里读取这些设置,那么,该jndi . properties文件必须保存在应用程序类路径中。
This simplifies application event handling because you do not need to lock non - static members in the application class when you access them 由于在访问应用程序类中的非静态成员时不需要将其锁定,这样可以简化应用程序的事件处理过程。