Package ca.bc.gov.webade.http

This package contains older (but still functional) web application utility classes for the WebADE API, including the main class of interest to web application developers: HttpRequestUtils.

See:
          Description

Class Summary
DefaultHtmlPageWriter  
HtmlUtil HtmlUtil provides various HTML utility functions.
HttpRequestUtils Used to retrieve the application and user info service singletons from the servlet context and the session user's permissions and information from the session object associated with the current request.
WebADEAction Adds access to the Application class and easy access to the ServletContext to the Action class
WebADEActionServlet Adds the Application functionality to the ActionServlet class.
 

Package ca.bc.gov.webade.http Description

This package contains older (but still functional) web application utility classes for the WebADE API, including the main class of interest to web application developers: HttpRequestUtils.

This package's classes contain a mix of dependancies (J2EE, Struts, etc.) that make it difficult and/or confusing to embrace new third-party web application technologies.

It is intended to eventually deprecate all remaining classes in this package, as the functionality is moved to other packages. When a class or method in this package is deprecated, the class will remain in this package for use by legacy applications, but the JavaDoc in these classes will indicate which API to use instead for new applications.