1 13 package org.jahia.bin; 14 15 16 22 23 public interface JahiaInterface { 24 25 public static final int BUILD_NUMBER = 7028; 28 29 public static final double RELEASE_NUMBER = 4.2; 30 31 32 public static final int SERVICE_PACK_NUMBER = 0; 33 34 35 public static final String PATCH_STRING = "01"; 36 37 38 public static final int CORE_MODE = 2; 39 40 41 public static final int ADMIN_MODE = 1; 42 43 52 public abstract void process(javax.servlet.http.HttpServletRequest request, 53 javax.servlet.http.HttpServletResponse response) 54 throws java.io.IOException ,javax.servlet.ServletException ; 55 56 } 57 58 | Popular Tags |