java.lang.ObjectThe JspEngineInfo is an abstract class that provides information on the current JSP engine.javax.servlet.jsp.JspEngineInfo
Constructor: |
---|
|
Method from javax.servlet.jsp.JspEngineInfo Summary: |
---|
getSpecificationVersion |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.servlet.jsp.JspEngineInfo Detail: |
---|
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. |