public interface CommentListProviderManager
CommentListProviderManager
service manages registered CommentListProvider
.Modifier and Type | Method and Description |
---|---|
CommentListProvider<? extends Comment> |
getCommentListProvider(Resource resource)
Get the listing provider for the specified resource.
|
CommentListProvider<? extends Comment> |
getCommentListProvider(java.lang.String resourceType)
Get the
CommentListProvider for the specify resource type. |
CommentListProvider<? extends Comment> getCommentListProvider(Resource resource)
resource
- the resource for which comment list manager is needed.CommentListProvider<? extends Comment> getCommentListProvider(java.lang.String resourceType)
CommentListProvider
for the specify resource type.resourceType
- the specified resource typeCommentListProvider
that handles the specified resource type, or null if there is no
registered CommentListProvider
Copyright © 2010 - 2020 Adobe. All Rights Reserved