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

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.TestTagHandler
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

@Any
public class TestTagHandler
extends javax.servlet.jsp.tagext.SimpleTagSupport


Field Summary
static String INITIALIZER_SUCCESS
           
static String INJECTION_SUCCESS
           
 
Constructor Summary
TestTagHandler()
           
 
Method Summary
 void doTag()
           
 void initialize(Sheep sheep)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INJECTION_SUCCESS

public static final String INJECTION_SUCCESS
See Also:
Constant Field Values

INITIALIZER_SUCCESS

public static final String INITIALIZER_SUCCESS
See Also:
Constant Field Values
Constructor Detail

TestTagHandler

public TestTagHandler()
Method Detail

initialize

@Inject
public void initialize(Sheep sheep)

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException


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