|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.jspengine.appserv.server.util.PreprocessorUtil
public class PreprocessorUtil
PreprocessorUtil is a utility class for managing the bytecode preprocessor(s). The list of preprocessors are passed in as a string array to the initialize method. If there is a problem initialize any of the preprocessors, all preprocessing is disabled.
| 构造方法摘要 | |
|---|---|
PreprocessorUtil()
|
|
| 方法摘要 | |
|---|---|
static boolean |
init(String[] ppClassNames)
Initializes the preprocessor utility with the associated class names array arugment. |
static boolean |
isPreprocessorEnabled()
Indicates whether or not the preprocessor is enabled |
static byte[] |
processClass(String className,
byte[] classBytes)
Processes a class through the preprocessor. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public PreprocessorUtil()
| 方法详细信息 |
|---|
public static boolean init(String[] ppClassNames)
ppClassNames - - the String array of preprocessor class names.
public static byte[] processClass(String className,
byte[] classBytes)
className - - the class name.classBytes - - the class byte array.
public static boolean isPreprocessorEnabled()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||