org.apache.catalina.connector.Request Wrapper object for the Coyote request. @author Remy Maucherat @author Craig R. McClanahan @version $Revision: 1.19 $ $Date: 2005/02/07 21:56:32 $
com.lutris.http.HttpCookieManager This object manages cookies defined in http request and response headers. @author Kyle Clark @version $Revision: 1.2 $ @since Harmony2.0
org.apache.myfaces.context.servlet.CookieMap HttpServletRequest Cookies as Map. @author Dimitry D'hondt @author Anton Koinov @version $Revision: 1.10 $ $Date: 2004/11/24 13:40:11 $ $Log: CookieMap.java,v $ Revision 1.10 2004/11/24 13:40:11 manolito additional null cookies fixes Revision 1.9 2004/11/24 13:36:11 manolito SF-Bug #1072442 ...
servletunit.HttpServletRequestSimulator StrutsTestCase - a JUnit extension for testing Struts actions within the context of the ActionServlet. Copyright (C) 2002 Deryl Seale This library is free software; you can redistribute it and/or modify it under the terms of the Apache Software License as published by the Apache Software Foundatio ...
com.inversoft.junit.Response This is a basic response that the local client returns. @author Brian Pontarelli @since 2.0 @version 2.0
org.enhydra.barracuda.plankton.l10n.Locales Simple locale utilities. This class makes it easy to determine the target locale from an event context or a servlet request. You can also set the locale and ask the class to save the information for you (in a cookie and/or the session) so that the locale info will persist across muliple requests
com.jcorporate.expresso.ext.struts.taglib.logic.ExPresentTag Evalute the nested body content of this tag if the specified value is present for this request. <p/> THIS TAG ASSUMES A 'CONTROLLER CONTEXT' AND DOES NOT WORK IF CALLED IN A 'NAKED' JSP @author Craig R. McClanahan
org.apache.taglibs.request.CookieTag JSP Tag <b>cookie</b>, used to output the value of a single HttpServletRequest cookie with name <b>name</b>. <p> JSP Tag Lib Descriptor <p><pre> <name>cookie</name> <tagclass>org.apache.taglibs.request.CookieTag&am ...