1 5 package com.opensymphony.webwork; 6 7 8 24 public interface WebWorkStatics { 25 27 30 public static final String HTTP_REQUEST = "com.opensymphony.xwork.dispatcher.HttpServletRequest"; 31 32 35 public static final String HTTP_RESPONSE = "com.opensymphony.xwork.dispatcher.HttpServletResponse"; 36 37 40 public static final String SERVLET_DISPATCHER = "com.opensymphony.xwork.dispatcher.ServletDispatcher"; 41 42 45 public static final String SERVLET_CONTEXT = "com.opensymphony.xwork.dispatcher.ServletContext"; 46 47 50 public static final String PAGE_CONTEXT = "com.opensymphony.xwork.dispatcher.PageContext"; 51 } 52 | Popular Tags |