Class PermittedTaglibsTLV

java.lang.Object
jakarta.servlet.jsp.tagext.TagLibraryValidator
jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV

public class PermittedTaglibsTLV extends TagLibraryValidator

A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.

This TLV supports the following initialization parameter:

  • permittedTaglibs: A whitespace-separated list of URIs corresponding to tag libraries permitted to be imported on the page in addition to the tag library that references PermittedTaglibsTLV (which is allowed implicitly).