FileDocCategorySizeDatePackage
JspEngineInfo.javaAPI DocGlassfish v2 API2915Fri May 04 22:34:24 BST 2007javax.servlet.jsp

JspEngineInfo

public abstract class JspEngineInfo extends Object
The JspEngineInfo is an abstract class that provides information on the current JSP engine.

Fields Summary
Constructors Summary
public JspEngineInfo()
Sole constructor. (For invocation by subclass constructors, typically implicit.)

    
Methods Summary
public abstract java.lang.StringgetSpecificationVersion()
Return the version number of the JSP specification that is supported by this JSP engine.

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.

return
the specification version, null is returned if it is not known