Examples of convertToWikiProtocol()


Examples of org.jboss.seam.wiki.core.wikitext.engine.WikiLinkResolver.convertToWikiProtocol()

    public String getValueAndConvertLinks(Long areaNumber) {
        log.debug("setting value and resolving clear text to wiki://links");
        WikiLinkResolver wikiLinkResolver = (WikiLinkResolver)Component.getInstance("wikiLinkResolver");
        linkTargets = new HashSet<WikiFile>();
        return wikiLinkResolver.convertToWikiProtocol(linkTargets, areaNumber, getValue());
    }

    public int getRemainingCharacters() {
        return getValue() != null ? getValueMaxLength() - getValue().length() : getValueMaxLength();
    }
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.