|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ResourceInjector
Interface for injecting injectable resources into tag handler instances.
| 方法摘要 | ||
|---|---|---|
|
createTagHandlerInstance(Class<T> clazz)
Instantiates and injects the given tag handler class. |
|
void |
preDestroy(JspTag handler)
Invokes any @PreDestroy methods defined on the instance's class (and super-classes). |
|
| 方法详细信息 |
|---|
<T extends JspTag> T createTagHandlerInstance(Class<T> clazz)
throws Exception
clazz - the tag handler class to be instantiated and injected
Exception - if an error has occurred during instantiation or
injectionvoid preDestroy(JspTag handler)
handler - The tag handler instance whose @PreDestroy methods
to call
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||