|
||||||||||
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 | |
---|---|
void |
inject(JspTag handler)
Injects the injectable resources from the component environment associated with this ResourceInjector into the given tag handler instance. |
void |
setContext(ServletContext servletContext)
Associates this ResourceInjector with the component environment of the given servlet context. |
Method Detail |
---|
void setContext(ServletContext servletContext)
servletContext
- The servlet contextvoid inject(JspTag handler) throws Exception
handler
- The tag handler instance to be injected
Exception
- if an error occurs during injection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |