Package ca.cbc.sportwire.servlet.pagehandlers

Interface Summary
PageHandler PageHandler.java: abstract interface for the classes that are identified by the pathinfo and loaded just prior to rendering the layout template.
 

Class Summary
BasicPageHandler BasicPageHandler: sets up the basic environment of the SportPage templates, defining several context variables but otherwise doing nothing at all.
PageHandlerFactory PageHandlerFactory.java: Return the appropriate page handler instance depending on the context of the request.
TestPageHandlerFactory File TestPageHandlerFactory.java is automaticaly generated by 'unittestsgen' application.