Recycle this mapping data for reuse.
()
| 87 | * Recycle this mapping data for reuse. |
| 88 | */ |
| 89 | public void recycle() { |
| 90 | host = null; |
| 91 | context = null; |
| 92 | contextSlashCount = 0; |
| 93 | contexts = null; |
| 94 | wrapper = null; |
| 95 | jspWildCard = false; |
| 96 | requestPath.recycle(); |
| 97 | wrapperPath.recycle(); |
| 98 | pathInfo.recycle(); |
| 99 | redirectPath.recycle(); |
| 100 | matchType = null; |
| 101 | } |
| 102 | |
| 103 | @Override |
| 104 | public final String toString() { |