|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.gen.NullGenerator<X>
com.caucho.config.gen.MethodTailGenerator<X>
com.caucho.config.gen.LifecycleMethodTailGenerator<X>
@Module public class LifecycleMethodTailGenerator<X>
Represents a lifecycle business method
| Field Summary |
|---|
| Fields inherited from class com.caucho.config.gen.MethodTailGenerator |
|---|
_factory, _method |
| Fields inherited from class com.caucho.config.gen.NullGenerator |
|---|
NULL |
| Constructor Summary | |
|---|---|
LifecycleMethodTailGenerator(LifecycleMethodTailFactory<X> factory,
AnnotatedMethod<? super X> method)
|
|
| Method Summary | |
|---|---|
void |
generateCall(JavaWriter out)
Generates the call to the implementation bean. |
void |
generateMethodPrologue(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
Generates the static class prologue |
| Methods inherited from class com.caucho.config.gen.MethodTailGenerator |
|---|
getMethod, isApplicationExceptionThrown |
| Methods inherited from class com.caucho.config.gen.NullGenerator |
|---|
generate, generateApplicationException, generateAsync, generateBeanConstructor, generateBeanPrologue, generateDestroy, generateEpilogue, generateFinally, generateInject, generatePostCall, generatePostConstruct, generatePostFinally, generatePreCall, generatePreDestroy, generatePreTry, generateProxyConstructor, generateSystemException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleMethodTailGenerator(LifecycleMethodTailFactory<X> factory,
AnnotatedMethod<? super X> method)
| Method Detail |
|---|
public void generateMethodPrologue(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
throws java.io.IOException
NullGenerator
generateMethodPrologue in interface AspectGenerator<X>generateMethodPrologue in class NullGenerator<X>java.io.IOException
public void generateCall(JavaWriter out)
throws java.io.IOException
MethodTailGenerator
generateCall in interface AspectGenerator<X>generateCall in class MethodTailGenerator<X>java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||