net.sf.tacos.services
Interface CategoryInfo

All Known Implementing Classes:
CategoryInfoImpl

public interface CategoryInfo

This class describes a category that contains page names.

Author:
Gabriel Handford

Method Summary
 String getDefaultPage()
          Get the default page.
 String getImage()
          Returns active image for category.
 String getInactiveImage()
          Returns the inactive image for category.
 String getName()
          Get the category name.
 List getPageNames()
          Get the category pages.
 

Method Detail

getName

String getName()
Get the category name.

Returns:
name

getDefaultPage

String getDefaultPage()
Get the default page.

Returns:
The default page, or the first page, or null.

getPageNames

List getPageNames()
Get the category pages.

Returns:
pages

getImage

String getImage()
Returns active image for category.

Returns:

getInactiveImage

String getInactiveImage()
Returns the inactive image for category.

Returns:


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.