org.jboss.weld.environment.tomcat
Class WeldAnnotationProcessor

java.lang.Object
  extended by org.jboss.weld.environment.servlet.inject.AbstractInjector
      extended by org.jboss.weld.environment.tomcat.WeldAnnotationProcessor
All Implemented Interfaces:
org.apache.AnnotationProcessor

public class WeldAnnotationProcessor
extends AbstractInjector
implements org.apache.AnnotationProcessor


Constructor Summary
WeldAnnotationProcessor(org.jboss.weld.manager.api.WeldManager manager)
           
 
Method Summary
 void postConstruct(Object arg0)
           
 void preDestroy(Object arg0)
           
 void processAnnotations(Object instance)
           
 
Methods inherited from class org.jboss.weld.environment.servlet.inject.AbstractInjector
destroy, inject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldAnnotationProcessor

public WeldAnnotationProcessor(org.jboss.weld.manager.api.WeldManager manager)
Method Detail

processAnnotations

public void processAnnotations(Object instance)
                        throws IllegalAccessException,
                               InvocationTargetException,
                               NamingException
Specified by:
processAnnotations in interface org.apache.AnnotationProcessor
Throws:
IllegalAccessException
InvocationTargetException
NamingException

postConstruct

public void postConstruct(Object arg0)
                   throws IllegalAccessException,
                          InvocationTargetException
Specified by:
postConstruct in interface org.apache.AnnotationProcessor
Throws:
IllegalAccessException
InvocationTargetException

preDestroy

public void preDestroy(Object arg0)
                throws IllegalAccessException,
                       InvocationTargetException
Specified by:
preDestroy in interface org.apache.AnnotationProcessor
Throws:
IllegalAccessException
InvocationTargetException


Copyright © 2013 Seam Framework. All Rights Reserved.