Uses of Class
lazyj.ExtendedServlet

Packages that use ExtendedServlet
lazyj Here you find the database wrapper, servlet wrapper, logger, formatting utilities and other utility classes. 
lazyj.page The template framework. 
 

Uses of ExtendedServlet in lazyj
 

Methods in lazyj with parameters of type ExtendedServlet
static DBSession DBSession.getSession(ExtendedServlet tp)
          This is the entry point for the session engine.
 

Uses of ExtendedServlet in lazyj.page
 

Methods in lazyj.page that return ExtendedServlet
 ExtendedServlet Module.getCallingServlet()
          This method will return the calling servlet, if it was set.
 

Methods in lazyj.page with parameters of type ExtendedServlet
 void BasePage.setCallingServlet(ExtendedServlet servlet)
          If a page contains modules that need access to the request / response this is the way to make it work.