| java.lang.Object com.Yasna.forum.IteratorProxy com.Yasna.forum.ForumIteratorProxy
ForumIteratorProxy | class ForumIteratorProxy extends IteratorProxy (Code) | | Protection proxy for Forum iterators. This is a special case iterator proxy
because users might not have read access to some of the forums that we
need to proxy. The expected behavior is that only forums that users do
have read access for will be returned. Therefore, we need to read in the
results and only return an iterator for forums that the user can read.
|
|
|