|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageInfo
This class describes a tapestry page.
Method Summary | |
---|---|
void |
addChild(PageInfo child)
Adds the specified child node. |
List |
getChildrenNames()
Get the children. |
String |
getDesc()
Get the page description. |
String |
getName()
Get the unique page name. |
PageInfo |
getParent()
Get the parent to this page. |
String |
getPermission()
Get the permission associated with page, if any. |
boolean |
isNavigable()
Check if page should be included in navigation. |
void |
setParent(PageInfo parent)
Set the parent. |
Method Detail |
---|
String getDesc()
String getName()
String getPermission()
PageInfo getParent()
void setParent(PageInfo parent)
parent
- The parent.void addChild(PageInfo child)
child
- Child pageList getChildrenNames()
boolean isNavigable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |