FileDocCategorySizeDatePackage
ResourceInjector.javaAPI DocGlassfish v2 API2872Fri May 04 22:32:54 BST 2007org.apache.jasper.runtime

ResourceInjector

public interface ResourceInjector
Interface for injecting injectable resources into tag handler instances.
author
Jan Luehe

Fields Summary
Constructors Summary
Methods Summary
public voidinject(javax.servlet.jsp.tagext.JspTag handler)
Injects the injectable resources from the component environment associated with this ResourceInjector into the given tag handler instance.

param
handler The tag handler instance to be injected
throws
Exception if an error occurs during injection

public voidsetContext(javax.servlet.ServletContext servletContext)
Associates this ResourceInjector with the component environment of the given servlet context.

param
servletContext The servlet context