| This is a dummy class representing a real Weblogic class. It actually is being
used as a dummy for both the Weblogic 8 AND 9 versions, which have different
methods and fields.
This class also has a bunch of methods that will be generated by ASM into the
actual WL 8/9 class. All of these methods start with "__tc_". These methods
are here so we can use the bytecode plugin to generate and maintain the
necessary ASM code in WebAppServletContextAdapter.
|