Package | Description |
---|---|
org.richfaces |
RichFaces framework classes
|
Modifier and Type | Method and Description |
---|---|
static ServletVersion |
ServletVersion.getCurrent()
Detects current Servlet API version in use in a context of current VM/classloader.
|
static ServletVersion |
ServletVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServletVersion[] |
ServletVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServletVersion.isCompliantWith(ServletVersion version)
Checks whether this version of Servlet is compliant with the provided version.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.