Issue 52: WebContext Generics
Status:  WontFix
Owner:
extremec...@gmail.com
Closed:  Mar 2008
Reported by extremec...@gmail.com, Nov 10, 2007
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
There were too many issue with trying to make this generic so I am just going to
close this issue.
Status: WontFix