December 2000
Intermediate to advanced
574 pages
17h 3m
English
JspEngineInfo
|
Class Name: |
javax.servlet.jsp.
JspEngineInfo
|
|
Extends: |
None |
|
Implements: |
None |
|
Implemented by: |
Internal container-dependent class. Most containers use the reference implementation of the class (developed in the Apache Jakarta project). |
JspEngineInfo is an abstract class that provides
information about the JSP container. Each specific JSP container
provides a concrete subclass.
public abstract class JspEngineInfo {
// Constructor
public JspEngineInfo( );
// Methods
public abstract String getSpecificationVersion( );
}public JspEngineInfo( )
Creates a new JspEngineInfo instance.
public abstract String getSpecificationVersion( )
Returns the version of the JSP specification implemented by the container, for instance, “1.1” for a JSP 1.1-compliant container.
Read now
Unlock full access