org.apache.commons.el.ImplicitObjects <p>This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext. It also returns the correct implicit object for a given implicit object name. @author Nathan Abramson - Art Technology Group @version $Change: 181177 $$DateTime: 2001/06/26 0 ...
org.apache.struts.util.RequestUtils <p>General purpose utility methods related to processing a servlet request in the Struts controller framework.</p> @version $Rev: 76098 $ $Date: 2004-11-17 07:07:32 +0000 (Wed, 17 Nov 2004) $
org.apache.struts.taglib.tiles.util.TagUtils Collection of utilities. This class also serves as an interface between Components and Struts. If you want to rip away Struts, simply reimplement some methods in this class. You can copy them from Struts.
org.apache.taglibs.cache.CacheUtil <p>Contains static methods that can be used to save and retrieve information used to retrieve appropriate caches and to configure the runtime behavior of the Cache Taglib.</p> @author Shawn Bayern
org.springframework.web.servlet.support.JspAwareRequestContext JSP-aware subclass of RequestContext, allowing population of the context from a JSP PageContext. <p>This context will also detect a JSTL locale attribute in page scope, in addition to the fallback locale strategy provided by the base class. @author Juergen Hoeller @since 1.1.4 @see #getFal ...