class SitemapSaxer.RepositoryPage extends Object implements SitemapSaxer.PageWrapper
Constructor and Description |
---|
RepositoryPage(Page page) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
List<? extends SitemapSaxer.PageWrapper> |
getChildren() |
Map<String,String> |
getInternalAttributes() |
String |
getPath() |
boolean |
hasReadAccess(UserIdentity user) |
boolean |
isVisible() |
RepositoryPage(Page page)
public List<? extends SitemapSaxer.PageWrapper> getChildren()
getChildren
in interface SitemapSaxer.PageWrapper
public boolean isVisible()
isVisible
in interface SitemapSaxer.PageWrapper
public String getPath()
getPath
in interface SitemapSaxer.PageWrapper
public Map<String,String> getAttributes()
getAttributes
in interface SitemapSaxer.PageWrapper
public Map<String,String> getInternalAttributes()
getInternalAttributes
in interface SitemapSaxer.PageWrapper
public boolean hasReadAccess(UserIdentity user)
hasReadAccess
in interface SitemapSaxer.PageWrapper