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()
String
getPath()
boolean
hasReadAccess(UserIdentity user)
boolean
isVisible()
-
-
-
Constructor Detail
-
RepositoryPage
RepositoryPage(Page page)
-
-
Method Detail
-
getChildren
public List<? extends SitemapSaxer.PageWrapper> getChildren()
- Specified by:
getChildren
in interfaceSitemapSaxer.PageWrapper
-
isVisible
public boolean isVisible()
- Specified by:
isVisible
in interfaceSitemapSaxer.PageWrapper
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceSitemapSaxer.PageWrapper
-
getAttributes
public Map<String,String> getAttributes()
- Specified by:
getAttributes
in interfaceSitemapSaxer.PageWrapper
-
getInternalAttributes
public Map<String,String> getInternalAttributes()
- Specified by:
getInternalAttributes
in interfaceSitemapSaxer.PageWrapper
-
hasReadAccess
public boolean hasReadAccess(UserIdentity user)
- Specified by:
hasReadAccess
in interfaceSitemapSaxer.PageWrapper
-
-