org.apache.jasper.runtime
Class AnnotationHelper
java.lang.Object
org.apache.jasper.runtime.AnnotationHelper
public class AnnotationHelper
- extends java.lang.Object
Verify the annotation and Process it.
- Author:
- Fabien Carrion, Remy Maucherat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationHelper
public AnnotationHelper()
postConstruct
public static void postConstruct(AnnotationProcessor processor,
java.lang.Object instance)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
javax.naming.NamingException
- Call postConstruct method on the specified instance. Note: In Jasper, this
calls naming resources injection as well.
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
javax.naming.NamingException
preDestroy
public static void preDestroy(AnnotationProcessor processor,
java.lang.Object instance)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Call preDestroy method on the specified instance.
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.