Package org.openbravo.base

Examples of org.openbravo.base.VariablesBase


public class Log extends HttpBaseServlet {
  private static final long serialVersionUID = 1L;

  public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException,
      ServletException {
    VariablesBase vars = new VariablesBase(request);
    printPage(response, vars);
  }
View Full Code Here

TOP

Related Classes of org.openbravo.base.VariablesBase

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.