|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorManager | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
Uses of InterceptorManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return InterceptorManager | |
---|---|
InterceptorManager |
Forum.getInterceptorManager()
Returns an interceptor manager that can be used to manage the interceptors for this forum. |
InterceptorManager |
ForumCategory.getInterceptorManager()
Returns a message interceptor manager that can be used to manage interceptors for this category. |
abstract InterceptorManager |
ForumFactory.getInterceptorManager()
Returns a message interceptor manager that can be used to manage global interceptors. |
Uses of InterceptorManager in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement InterceptorManager | |
---|---|
class |
DbInterceptorManager
Implementation of the InterceptorManager interface. |
Methods in com.jivesoftware.forum.database that return InterceptorManager | |
---|---|
InterceptorManager |
DbForum.getInterceptorManager()
|
InterceptorManager |
DbForumCategory.getInterceptorManager()
|
InterceptorManager |
DbForumFactory.getInterceptorManager()
|
Uses of InterceptorManager in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement InterceptorManager | |
---|---|
class |
InterceptorManagerProxy
Protection proxy for InterceptorManager instances. |
Methods in com.jivesoftware.forum.proxy that return InterceptorManager | |
---|---|
InterceptorManager |
ForumCategoryProxy.getInterceptorManager()
|
InterceptorManager |
ForumFactoryProxy.getInterceptorManager()
|
InterceptorManager |
ForumProxy.getInterceptorManager()
|
Constructors in com.jivesoftware.forum.proxy with parameters of type InterceptorManager | |
---|---|
InterceptorManagerProxy(InterceptorManager interceptorManager,
Permissions permissions)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |