Name

JspEngineInfo

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).

Description

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

Class Summary

public abstract class JspEngineInfo {
  // Constructor
  public JspEngineInfo( );

  // Methods
  public abstract String getSpecificationVersion( );
}

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.1” for a JSP 1.1-compliant container.

Get Java Server Pages 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.