org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.unsatisfied
Class TestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.unsatisfied.TestServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@WebServlet(value="/test")
public class TestServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
TestServlet()
           
 
Method Summary
 void initialize(File file)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServlet

public TestServlet()
Method Detail

initialize

@Inject
public void initialize(File file)


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