Name

TagFileInfo

Synopsis

The container creates instances of the TagFileInfo class to hold information found in the TLD about a custom action implemented as a tag file. It’s primarily intended to be used by the JSP container itself during the translation phase.

Synopsis

Class name:

javax.servlet.jsp.tagext.TagFileInfo

Extends:

None

Implements:

None

Implemented by:

Internal container-dependent class; most containers use the reference implementation of the class (developed in the Apache Jakarta project)

Constructor

public TagFileInfo(String name, String path, TagInfo tagInfo)

Creates a new instance with the specified values, based on the information available in the TLD.

Methods

public String getName( )

Returns the custom action name.

public String getPath( )

Returns the path for the tag file.

public String getTagInfo( )

Returns tag file information based on the directives in the tag file.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.