Package org.ametys.web.inputdata
Class SitemapSaxer.RepositoryPage
- java.lang.Object
 - 
- org.ametys.web.inputdata.SitemapSaxer.RepositoryPage
 
 
- 
- All Implemented Interfaces:
 SitemapSaxer.PageWrapper
- Enclosing class:
 - SitemapSaxer
 
class SitemapSaxer.RepositoryPage extends Object implements SitemapSaxer.PageWrapper
 
- 
- 
Constructor Summary
Constructors Constructor Description RepositoryPage(Page page) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAttributes()List<? extends SitemapSaxer.PageWrapper>getChildren()Map<String,String>getInternalAttributes()StringgetPath()booleanhasReadAccess(UserIdentity user)booleanisVisible() 
 - 
 
- 
- 
Constructor Detail
- 
RepositoryPage
RepositoryPage(Page page)
 
 - 
 
- 
Method Detail
- 
getChildren
public List<? extends SitemapSaxer.PageWrapper> getChildren()
- Specified by:
 getChildrenin interfaceSitemapSaxer.PageWrapper
 
- 
isVisible
public boolean isVisible()
- Specified by:
 isVisiblein interfaceSitemapSaxer.PageWrapper
 
- 
getPath
public String getPath()
- Specified by:
 getPathin interfaceSitemapSaxer.PageWrapper
 
- 
getAttributes
public Map<String,String> getAttributes()
- Specified by:
 getAttributesin interfaceSitemapSaxer.PageWrapper
 
- 
getInternalAttributes
public Map<String,String> getInternalAttributes()
- Specified by:
 getInternalAttributesin interfaceSitemapSaxer.PageWrapper
 
- 
hasReadAccess
public boolean hasReadAccess(UserIdentity user)
- Specified by:
 hasReadAccessin interfaceSitemapSaxer.PageWrapper
 
 - 
 
 -