public abstract class JspEngineInfo extends Object
Constructor and Description |
---|
JspEngineInfo()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getSpecificationVersion()
Return the version number of the JSP specification that is supported by this JSP engine.
|
public JspEngineInfo()
public abstract String getSpecificationVersion()
Specification version numbers that consists of positive decimal integers separated by periods ".", for example, "2.0" or "1.2.3.4.5.6.7". This allows an extensible number to be used to represent major, minor, micro, etc versions. The version number must begin with a number.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.