org.jboss.jsr299.tck.tests.lookup.injection.non.contextual
Class TagLibraryListener

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.TagLibraryListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class TagLibraryListener
extends Object
implements javax.servlet.ServletContextListener


Constructor Summary
TagLibraryListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 void initialize(Sheep sheep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagLibraryListener

public TagLibraryListener()
Method Detail

initialize

@Inject
public void initialize(Sheep sheep)

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener


Copyright © 2008-2012 Seam Framework. All Rights Reserved.