Package javax.servlet.jsp
Class JspEngineInfo
- java.lang.Object
-
- javax.servlet.jsp.JspEngineInfo
-
public abstract class JspEngineInfo extends java.lang.Object
The JspEngineInfo is an abstract class that provides information on the current JSP engine
-
-
Constructor Summary
Constructors Constructor Description JspEngineInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getSpecificationVersion()
Specification version numbers use a "Dewey Decimal" syntax that consists of positive decimal integers separated by periods ".", for example, "2.0" or "1.2.3.4.5.6.7".
-
-
-
Method Detail
-
getSpecificationVersion
public abstract java.lang.String getSpecificationVersion()
Specification version numbers use a "Dewey Decimal" syntax 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.
- Returns:
- the specification version, nullis returned if it is not known
-
-