org.apache.sling.scripting.jsp.jasper.runtime
Class AnnotationHelper
java.lang.Object
org.apache.sling.scripting.jsp.jasper.runtime.AnnotationHelper
public class AnnotationHelper
- extends Object
Verify the annotation and Process it.
- Version:
- $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Die, 24 Okt 2006) $
- 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,
Object instance)
throws IllegalAccessException,
InvocationTargetException,
NamingException
- Call postConstruct method on the specified instance. Note: In Jasper, this
calls naming resources injection as well.
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
preDestroy
public static void preDestroy(AnnotationProcessor processor,
Object instance)
throws IllegalAccessException,
InvocationTargetException
- Call preDestroy method on the specified instance.
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.