Package | Description |
---|---|
com.caucho.j2ee |
Modifier and Type | Method and Description |
---|---|
static J2EEVersion |
J2EEVersion.getJ2EEVersion(org.w3c.dom.Element top)
Return a J2EEVersion based on the namespace, the version attribute,
and the doctype.
|
static J2EEVersion |
J2EEVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static J2EEVersion[] |
J2EEVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
J2EEVersion.hasFeaturesOf(J2EEVersion version)
Returns true if this version is equal to or more recent than the
passed version.
|