Name

JspEngineInfo

Synopsis

JspEngineInfo is an abstract class that provides information about the JSP container. Each specific JSP container provides a concrete subclass.

Synopsis

Class Name:

javax.servlet.jsp.JspEngineInfo

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 JspEngineInfo( )

Creates a new JspEngineInfo instance.

Methods

public abstract String getSpecificationVersion( )

Returns the version of the JSP specification implemented by the container, for instance “1.2” for a JSP 1.2-compliant container.

Get JavaServer Pages, Second 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.