|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceInjector
Interface for injecting injectable resources into tag handler instances.
| Method Summary | ||
|---|---|---|
|
createTagHandlerInstance(java.lang.Class<T> clazz)
Instantiates and injects the given tag handler class. |
|
void |
preDestroy(javax.servlet.jsp.tagext.JspTag handler)
Invokes any @PreDestroy methods defined on the instance's class (and super-classes). |
|
| Method Detail |
|---|
<T extends javax.servlet.jsp.tagext.JspTag> T createTagHandlerInstance(java.lang.Class<T> clazz)
throws java.lang.Exception
clazz - the tag handler class to be instantiated and injected
java.lang.Exception - if an error has occurred during instantiation or
injectionvoid preDestroy(javax.servlet.jsp.tagext.JspTag handler)
handler - The tag handler instance whose @PreDestroy methods
to call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||