Package org.exoplatform.web.controller.router

Examples of org.exoplatform.web.controller.router.RenderContext


        this.request = request;
        this.response = response;
        this.parameters = parameters;
        this.contextName = request.getContextPath().substring(1);
        this.router = router;
        this.renderContext = new RenderContext();
    }
View Full Code Here


      this.request = request;
      this.response = response;
      this.parameters = parameters;
      this.contextName = request.getContextPath().substring(1);
      this.router = router;
      this.renderContext = new RenderContext();
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.web.controller.router.RenderContext

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.