Package javax.servlet.jsp.tagext
Interface JspIdConsumer
- 
 public interface JspIdConsumerInterface that allows tag handlers to be provided with a unique (within the scope of the web application) ID.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetJspId(java.lang.String jspId)Set the unique ID for the tag handler.
 
-