|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.storage.link.user.DefaultUserMentionsExtractor
public class DefaultUserMentionsExtractor
For historical reasons, this class impelements both UserMentionsExtractor
and InlineTaskUserExtractor
.
Constructor Summary | |
---|---|
DefaultUserMentionsExtractor(UserAccessor userAccessor,
XmlEventReaderFactory readerFactory,
java.util.List<? extends MentionsParser> delegates)
Deprecated. since 5.3. The MentionsParser mechanism is deprecated with no replacement. Use #DefaultUserMentionsExtractor(com.atlassian.confluence.user.UserAccessor, com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory) |
|
DefaultUserMentionsExtractor(UserAccessor userAccessor,
XmlEventReaderFactory readerFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
|
Method Summary | |
---|---|
java.util.List<ConfluenceUser> |
extractMentionedUsers(javax.xml.stream.XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'. |
java.util.List<java.lang.String> |
extractUserMentions(javax.xml.stream.XMLEventReader reader)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, java.util.List<? extends MentionsParser> delegates)
MentionsParser
mechanism is deprecated with no replacement. Use #DefaultUserMentionsExtractor(com.atlassian.confluence.user.UserAccessor, com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory)
public DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
Method Detail |
---|
@Deprecated public java.util.List<java.lang.String> extractUserMentions(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException
extractUserMentions
in interface UserMentionsExtractor
reader
- reader of a storage format.
javax.xml.stream.XMLStreamException
public java.util.List<ConfluenceUser> extractMentionedUsers(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException
extractMentionedUsers
in interface UserMentionsExtractor
reader
- reader of a storage format.
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |