Searched defs:implementationVersion (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DExtension.java114 return this.extensionName + this.implementationVersion;
166 private String implementationVersion = null; field in class:Extension
169 return (this.implementationVersion);
172 public void setImplementationVersion(String implementationVersion) { argument
173 if (implementationVersion != null) {
174 this.implementationVersion = implementationVersion.trim();
253 if (!isNewer(implementationVersion, required.getImplementationVersion()))
280 if (implementationVersion != null) {
281 sb.append(", implementationVersion
[all...]

Completed in 27 milliseconds