Package com.volantis.mcs.themes.mappers

Examples of com.volantis.mcs.themes.mappers.KeywordMapper


    /**
     * Creates a text KeywordMapper instance
     * @return a KeywordMapper
     */
    private KeywordMapper createKeywordMapper() {
        KeywordMapper mapper = new KeywordMapper(2) {
        };
        mapper.addMapping(0, "keyword_1");
        mapper.addMapping(1, "keyword_2");
        return mapper;
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.themes.mappers.KeywordMapper

Copyright © 2018 www.massapicom. 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.