public interface SiteView
| Modifier and Type | Interface and Description |
|---|---|
static class |
SiteView.View |
| Modifier and Type | Method and Description |
|---|---|
Object |
getRenderContextObject()
gets the representation for the render context
|
boolean |
isEmpty()
is the SiteView empty.
|
void |
setDoPages(boolean doPages) |
void |
setExpandSite(boolean expandSite) |
void |
setIncludeSummary(boolean includeSummary) |
void |
setPrefix(String prefix)
The prefix for creating site URLs.
|
void |
setResetTools(boolean resetTools) |
void |
setToolContextPath(String toolContextPath)
required
|
void setPrefix(String prefix)
prefix - The prefix to use.void setToolContextPath(String toolContextPath)
toolContextPath - Object getRenderContextObject()
boolean isEmpty()
void setResetTools(boolean resetTools)
resetTools - void setIncludeSummary(boolean includeSummary)
includeSummary - void setDoPages(boolean doPages)
doPages - void setExpandSite(boolean expandSite)
expandSite - Copyright © 2003–2018 Sakai Project. All rights reserved.