jaxx.compiler
Class BoxedCompiledObjectDecorator

java.lang.Object
  extended by jaxx.compiler.CompiledObjectDecorator
      extended by jaxx.compiler.DefaultCompiledObjectDecorator
          extended by jaxx.compiler.BoxedCompiledObjectDecorator

public class BoxedCompiledObjectDecorator
extends DefaultCompiledObjectDecorator

A decorator to surround a compiled object (should be a component at least) with a JXLayer.

Since:
1.2
Author:
tony

Field Summary
 
Fields inherited from class jaxx.compiler.CompiledObjectDecorator
cache
 
Constructor Summary
BoxedCompiledObjectDecorator()
           
 
Method Summary
 void finalizeCompiler(JAXXCompiler compiler, CompiledObject root, CompiledObject object, JavaFile javaFile, java.lang.String packageName, java.lang.String className, java.lang.String fullClassName)
           
 
Methods inherited from class jaxx.compiler.DefaultCompiledObjectDecorator
createCompleteSetupMethod, createInitializer, getCreationCode
 
Methods inherited from class jaxx.compiler.CompiledObjectDecorator
getCache, getDecorator, getDecorator, registerDecorator, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxedCompiledObjectDecorator

public BoxedCompiledObjectDecorator()
Method Detail

finalizeCompiler

public void finalizeCompiler(JAXXCompiler compiler,
                             CompiledObject root,
                             CompiledObject object,
                             JavaFile javaFile,
                             java.lang.String packageName,
                             java.lang.String className,
                             java.lang.String fullClassName)
Overrides:
finalizeCompiler in class DefaultCompiledObjectDecorator


Copyright © 2008-2009 CodeLutin. All Rights Reserved.