class SitemapSaxer.BufferedPage extends Object implements SitemapSaxer.PageWrapper
Modifier and Type | Field and Description |
---|---|
(package private) Map<String,String> |
_attributes |
(package private) List<SitemapSaxer.BufferedPage> |
_children |
(package private) Map<String,String> |
_internalAttributes |
(package private) String |
_path |
(package private) boolean |
_visible |
Constructor and Description |
---|
BufferedPage() |
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() |
Map<String,String> _attributes
Map<String,String> _internalAttributes
List<SitemapSaxer.BufferedPage> _children
boolean _visible
BufferedPage()
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