1 29 30 package com.caucho.servlets; 31 32 import com.caucho.log.Log; 33 import com.caucho.util.L10N; 34 35 import java.util.logging.Logger ; 36 37 40 public class JspPrecompileListener 41 extends com.caucho.jsp.JspPrecompileListener { 42 private static final L10N L = new L10N(JspPrecompileListener.class); 43 private static final Logger log = Log.open(JspPrecompileListener.class); 44 45 public void init() 46 { 47 log.config(L.l("com.caucho.jsp.JspPrecompileListener is the preferred precompilation listener. Please change the configuration file.")); 48 } 49 } 50 | Popular Tags |