Package com.ecyrd.jspwiki.util

Examples of com.ecyrd.jspwiki.util.CommentedProperties


       
        // Get the servlet context, and file for properties
        ServletContext context = config.getServletContext();
        String path = context.getRealPath("/");
        m_propertyFile = new File( path, PropertyReader.DEFAULT_PROPERTYFILE );
        m_props = new CommentedProperties();
       
        // Stash the request
        m_request = request;
        m_validated = false;
    }
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.util.CommentedProperties

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.