Searched defs:implementationVendor (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.java136 private String implementationVendor = null; field in class:Extension
139 return (this.implementationVendor);
142 public void setImplementationVendor(String implementationVendor) { argument
143 this.implementationVendor = implementationVendor;
272 if (implementationVendor != null) {
273 sb.append(", implementationVendor=");
274 sb.append(implementationVendor);

Completed in 17 milliseconds