Classes

The javax.servlet.jsp package has four classes: JspEngineInfo, JspFactory, JspWriter, and PageContext.

JspEngineInfo Class

public abstract class JspEngineInfo

The JspEngineInfo class is an abstract class that provides information on the current JSP engine. The class has two methods, described in the following sections.

JspEngineInfo() Method
public JspEngineInfo()

The JspEngineInfo() method is an empty default constructor. It has no parameters, returns no value, and throws no exceptions.

getImplementationVersion() Method
public java.lang.String getImplementationVersion()

The getImplementationVersion() method returns the current version of the JSP specification. The version number must begin with a number. If the version is not ...

Get Pure 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.