org.apache.jasper.runtime

Class AnnotationHelper

public class AnnotationHelper extends Object

Verify the annotation and Process it.

Version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Fabien Carrion Remy Maucherat

Method Summary
static voidpostConstruct(AnnotationProcessor processor, Object instance)
Call postConstruct method on the specified instance.
static voidpreDestroy(AnnotationProcessor processor, Object instance)
Call preDestroy method on the specified instance.

Method Detail

postConstruct

public static void postConstruct(AnnotationProcessor processor, Object instance)
Call postConstruct method on the specified instance. Note: In Jasper, this calls naming resources injection as well.

preDestroy

public static void preDestroy(AnnotationProcessor processor, Object instance)
Call preDestroy method on the specified instance.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.