|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryInfo | |
---|---|
net.sf.tacos.components | Contains Tapestry Components. |
net.sf.tacos.services | Interfaces for Tacos-related HiveMind services. |
net.sf.tacos.services.impl | Service implementations. |
Uses of CategoryInfo in net.sf.tacos.components |
---|
Methods in net.sf.tacos.components that return CategoryInfo | |
---|---|
CategoryInfo |
SiteMapComponent.getCategoryOf(String page)
The category where the given page belongs. |
CategoryInfo |
SiteMapComponent.getCurrentPageCategory()
The category of the currently displaying page. |
Uses of CategoryInfo in net.sf.tacos.services |
---|
Methods in net.sf.tacos.services that return CategoryInfo | |
---|---|
CategoryInfo |
SiteMap.getCategoryFromPage(String pageName)
Get the category info for the page name. |
CategoryInfo |
SiteMap.getCategoryInfo(String name)
Get category info for named category. |
Uses of CategoryInfo in net.sf.tacos.services.impl |
---|
Classes in net.sf.tacos.services.impl that implement CategoryInfo | |
---|---|
class |
CategoryInfoImpl
This class describes a site map category containing page names. |
Methods in net.sf.tacos.services.impl that return CategoryInfo | |
---|---|
CategoryInfo |
SiteMapImpl.getCategoryFromPage(String pageName)
Get the category info for the page name. |
CategoryInfo |
SiteMapImpl.getCategoryInfo(String name)
Get category info for named category. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |