|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageInfo | |
---|---|
net.sf.tacos.services | Services for tapestry, and hivemind. |
net.sf.tacos.services.impl | Service implementations for tapestry, and hivemind. |
Uses of PageInfo in net.sf.tacos.services |
---|
Methods in net.sf.tacos.services that return PageInfo | |
---|---|
PageInfo |
SiteMap.getDefaultPage(String category)
Get the default page. |
PageInfo |
SiteMap.getPageInfo(String name)
Get page information. |
PageInfo |
PageInfo.getParent()
Get the parent to this page. |
Methods in net.sf.tacos.services with parameters of type PageInfo | |
---|---|
void |
PageInfo.addChild(PageInfo child)
Adds the specified child node. |
void |
PageInfo.setParent(PageInfo parent)
Set the parent. |
Uses of PageInfo in net.sf.tacos.services.impl |
---|
Classes in net.sf.tacos.services.impl that implement PageInfo | |
---|---|
class |
PageInfoImpl
This class describes a tapestry page. |
Methods in net.sf.tacos.services.impl that return PageInfo | |
---|---|
PageInfo |
SiteMapImpl.getDefaultPage(String category)
Get the default page. |
PageInfo |
SiteMapImpl.getPageInfo(String name)
Get page information. |
PageInfo |
PageInfoImpl.getParent()
|
protected PageInfo |
SiteMapImpl.parsePageNode(org.dom4j.Element node)
Parses a particular page node, doesn't parse children or parent of PageInfo . |
protected PageInfo |
SiteMapImpl.parsePageNodes(org.dom4j.Node parent,
PageInfo source)
Parses all children of specified node and adds them to the page cache. |
Methods in net.sf.tacos.services.impl with parameters of type PageInfo | |
---|---|
void |
PageInfoImpl.addChild(PageInfo child)
Adds the specified child node. |
protected void |
SiteMapImpl.parseNodeTree(PageInfo page,
org.dom4j.Node pageNode)
Iterates through the category tree represented by this page node and parses all children and parents. |
protected PageInfo |
SiteMapImpl.parsePageNodes(org.dom4j.Node parent,
PageInfo source)
Parses all children of specified node and adds them to the page cache. |
void |
PageInfoImpl.setParent(PageInfo parent)
Set the parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |