public interface JspVersion
Modifier and Type | Field and Description |
---|---|
static JspVersion |
JSP_2_0 |
static JspVersion |
JSP_2_1 |
static JspVersion |
JSP_2_2 |
static JspVersion |
JSP_2_3 |
static JspVersion |
MAX_VERSION |
Modifier and Type | Method and Description |
---|---|
boolean |
betterThan(JspVersion other) |
java.lang.String |
getNumber() |
static final JspVersion JSP_2_0
static final JspVersion JSP_2_1
static final JspVersion JSP_2_2
static final JspVersion JSP_2_3
static final JspVersion MAX_VERSION
java.lang.String getNumber()
boolean betterThan(JspVersion other)