Package jweblite.web.page

Examples of jweblite.web.page.WebContext


      respWrapper = (JWebLiteResponseWrapper) resp;
    } else {
      respWrapper = new JWebLiteResponseWrapper(req, resp, encoding,
          filterConfig.isGZipEnabled());
    }
    WebContext context = new WebContext(req, respWrapper);
    // prepare default variables
    req.setAttribute(attrPrefix.concat("CP"), req.getContextPath());
    // session manager
    req.getSession(true).setAttribute(attrPrefix.concat("SessionManager"),
        JWebLiteSessionManager.get());
View Full Code Here

TOP

Related Classes of jweblite.web.page.WebContext

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.