Uses of Class
ca.cbc.sportwire.servlet.data.Lineup

Packages that use Lineup
ca.cbc.sportwire.servlet.data   
 

Uses of Lineup in ca.cbc.sportwire.servlet.data
 

Subclasses of Lineup in ca.cbc.sportwire.servlet.data
 class ScriptLineup
          ScriptLineup: A velocity interface to access the news lineups via an external call to a CBC Newsworld script
 class TemplateLineup
          TemplateLineup: Velocity interface to Brian Gordon's cbc.template.presentation.Lineup object -- non CBC sites will probably want to delete this class.
 

Methods in ca.cbc.sportwire.servlet.data that return Lineup
protected static Lineup Lineup.getCached(org.apache.velocity.context.Context context, java.lang.Class lineupclass)
          getCached:
protected static Lineup Lineup.getCached(java.lang.String category, org.apache.velocity.context.Context context, java.lang.Class lineupclass)
           
static Lineup Lineup.getInstance(org.apache.velocity.context.Context context)
          getInstance:
static Lineup TemplateLineup.getInstance(org.apache.velocity.context.Context context)
          getInstance: returns the Singleton instance for this category, fetching it from the map or creating a new one as needed
static Lineup TemplateLineup.getInstance(java.lang.String category, org.apache.velocity.context.Context context)
           
static Lineup ScriptLineup.getInstance(org.apache.velocity.context.Context context)
          getInstance: an instance for the category
static Lineup ScriptLineup.getInstance(java.lang.String category, org.apache.velocity.context.Context context)