public interface ResourceInjector
| Modifier and Type | Method and Description |
|---|---|
<T extends jakarta.servlet.jsp.tagext.JspTag> |
createTagHandlerInstance(Class<T> clazz)
Instantiates and injects the given tag handler class.
|
void |
preDestroy(jakarta.servlet.jsp.tagext.JspTag handler)
Invokes any @PreDestroy methods defined on the instance's class
(and super-classes).
|
<T extends jakarta.servlet.jsp.tagext.JspTag> T createTagHandlerInstance(Class<T> clazz) throws Exception
clazz - the tag handler class to be instantiated and injectedException - if an error has occurred during instantiation or
injectionvoid preDestroy(jakarta.servlet.jsp.tagext.JspTag handler)
handler - The tag handler instance whose @PreDestroy methods
to callComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.