Package org.ametys.web.inputdata
Interface SitemapSaxer.PageWrapper
- 
- All Known Implementing Classes:
 SitemapSaxer.BufferedPage,SitemapSaxer.RepositoryPage
- Enclosing class:
 - SitemapSaxer
 
static interface SitemapSaxer.PageWrapper
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getAttributes()List<? extends SitemapSaxer.PageWrapper>getChildren()Map<String,String>getInternalAttributes()StringgetPath()booleanhasReadAccess(UserIdentity user)booleanisVisible() 
 - 
 
- 
- 
Method Detail
- 
getChildren
List<? extends SitemapSaxer.PageWrapper> getChildren()
 
- 
isVisible
boolean isVisible()
 
- 
getAttributes
Map<String,String> getAttributes()
 
- 
getInternalAttributes
Map<String,String> getInternalAttributes()
 
- 
hasReadAccess
boolean hasReadAccess(UserIdentity user)
 
 - 
 
 -