Package de.innovationgate.wgpublisher.modules

Examples of de.innovationgate.wgpublisher.modules.PluginsOptionType


    public OptionDefinitionsMap getOptionDefinitions() {

        OptionDefinitionsMap options = new OptionDefinitionsMap();
       
        LocalizedOptionDefinition dbKey = new LocalizedOptionDefinition(CSAuthModule.COPTION_DBKEY, new PluginsOptionType(_registry, PluginsOptionType.USAGE_AUTHSOURCE), _bundleLoader);
        options.addOption(dbKey);
       
        return options;
       
    }
View Full Code Here

TOP

Related Classes of de.innovationgate.wgpublisher.modules.PluginsOptionType

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.