MCPcopy Create free account
hub / github.com/apache/tomcat / toString

Method toString

java/org/apache/catalina/filters/ExpiresFilter.java:1691–1696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1689 }
1690
1691 @Override
1692 public String toString() {
1693 return getClass().getSimpleName() + "[excludedResponseStatusCode=[" +
1694 intsToCommaDelimitedString(this.excludedResponseStatusCodes) + "], default=" +
1695 this.defaultExpiresConfiguration + ", byType=" + this.expiresConfigurationByContentType + "]";
1696 }
1697}

Callers 1

initMethod · 0.95

Calls 1

Tested by

no test coverage detected