public class IdentityWikifier extends Object implements Wikifier
Modifier and Type | Class and Description |
---|---|
static class |
IdentityWikifier.Provider |
Constructor and Description |
---|
IdentityWikifier(Language language,
RawPageDao pageDao,
LocalLinkDao linkDao) |
public IdentityWikifier(Language language, RawPageDao pageDao, LocalLinkDao linkDao)
public List<LocalLink> wikify(int wpId) throws DaoException
wikify
in interface Wikifier
DaoException
public List<LocalLink> wikify(int wpId, String text) throws DaoException
wikify
in interface Wikifier
DaoException
public List<LocalLink> wikify(String text) throws DaoException
wikify
in interface Wikifier
DaoException
Copyright © 2014. All rights reserved.