Package com.ecyrd.jspwiki.ui

Examples of com.ecyrd.jspwiki.ui.CommandResolver


        }

        log.debug("Configuring WikiEngine...");

        //  Initializes the CommandResolver
        m_commandResolver  = new CommandResolver( this, props );

        //
        //  Create and find the default working directory.
        //
        m_workDir        = TextUtil.getStringProperty( props, PROP_WORKDIR, null );
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.ui.CommandResolver

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.