| Issue 52: | WebContext Generics | |
| 1 person starred this issue and may be notified of changes. | Back to list |
One good place to generify I spotted while browsing the API is the WebContext stuff What about WebContext<T extends WebContext<T>> { T getBackingObject(); } and HttpServletRequestWebContext implements WebContext<HttpServletRequestContext> { ... } Right now we have to do isAssignableFrom AND then a cast to get to the backing object.
Mar 10, 2008
#1
extremec...@gmail.com
Status:
WontFix
|