Package com.gentics.cr.rest

Examples of com.gentics.cr.rest.RESTBinaryContainer


  public void init(ServletConfig config) throws ServletException {

    super.init(config);
    this.log = Logger.getLogger("com.gentics.cr");
    CRServletConfig crConf = new CRServletConfig(config);
    container = new RESTBinaryContainer(crConf);

  }
View Full Code Here

TOP

Related Classes of com.gentics.cr.rest.RESTBinaryContainer

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.