Package com.plumtree.openfoundation.web

Wraps the underlying classes related to HTTP servlet request and response objects, implementation depending on the underlying servlet engine as well as the language platform.

See:
          Description

Interface Summary
IXPApplication Interface modeling.
IXPRequest Summary description for IXPRequest.
IXPResponse Summary description for IXPResponse.
IXPSession This interface provides basis for client Session and procides accessor methods for setting and getting various session attributes, when implemented.
 

Class Summary
XPApplication XPApplication wraps ServletContext interface.
XPCookie XPCookie wraps the Cookie object.
XPHttpUtility Contains static utility methods to encode strings for inclusion in HTML documents or URL strings, or decode such text.
XPRequest For Servlet 2.3 systems the class will use 2.3 methods and assume UTF-8 character set.
For Servlet 2.2 systems it is more complicated.
XPResponse An XPResponse is an implementation of IXPResponse and provides Similar functionality equivalent to HttpServletResponse.
XPSession XPSession wraps HttpSession.
 

Package com.plumtree.openfoundation.web Description

Wraps the underlying classes related to HTTP servlet request and response objects, implementation depending on the underlying servlet engine as well as the language platform.



Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.