org.jboss.cdi.tck.tests.lookup.injection.non.contextual
Class TestTagHandler
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
org.jboss.cdi.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
| 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 |
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
TestTagHandler
public TestTagHandler()
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.