org.jasig.portlet.athletics.dao.sample
Class UChicagoScoresAthleticsDaoImpl

java.lang.Object
  extended by org.jasig.portlet.athletics.dao.ScreenScrapingAthleticsDaoImpl
      extended by org.jasig.portlet.athletics.dao.sample.UChicagoScoresAthleticsDaoImpl
All Implemented Interfaces:
IAthleticsDao

public class UChicagoScoresAthleticsDaoImpl
extends ScreenScrapingAthleticsDaoImpl

UChicagoScoresAthleticsDaoImpl extends the ScreenScrapingAthleticsDaoImpl to provide custom postprocessing logic specific to the UChicago sports score pages.

Author:
Jen Bourey, jennifer.bourey@gmail.com

Field Summary
 
Fields inherited from class org.jasig.portlet.athletics.dao.ScreenScrapingAthleticsDaoImpl
log
 
Constructor Summary
UChicagoScoresAthleticsDaoImpl()
           
 
Method Summary
protected  void postProcessSport(Sport sport)
          Optional post-processing method allows subclasses to add custom cleanup logic after deserialization.
 
Methods inherited from class org.jasig.portlet.athletics.dao.ScreenScrapingAthleticsDaoImpl
getCleanedHtmlContent, getFeed, getHtmlContent, getSport, getSportForXml, getSportUrls, getXml, setPolicy, setSportUrls, setXslt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UChicagoScoresAthleticsDaoImpl

public UChicagoScoresAthleticsDaoImpl()
Method Detail

postProcessSport

protected void postProcessSport(Sport sport)
Description copied from class: ScreenScrapingAthleticsDaoImpl
Optional post-processing method allows subclasses to add custom cleanup logic after deserialization. The default implementation does nothing.

Overrides:
postProcessSport in class ScreenScrapingAthleticsDaoImpl


Copyright © 2011 Jasig. All Rights Reserved.