org.sakaiproject.portal.api
Interface SiteView


public interface SiteView

This interface represents a view of a the Site cloud from a particuar view point.

Author:
ieb

Nested Class Summary
static class SiteView.View
           
 
Method Summary
 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
 

Method Detail

setPrefix

void setPrefix(String prefix)
The prefix for creating site URLs. Eg. If "site" then URLs will come out like /portal/site/... required

Parameters:
prefix - The prefix to use.

setToolContextPath

void setToolContextPath(String toolContextPath)
required

Parameters:
toolContextPath -

getRenderContextObject

Object getRenderContextObject()
gets the representation for the render context

Returns:

isEmpty

boolean isEmpty()
is the SiteView empty.

Returns:

setResetTools

void setResetTools(boolean resetTools)
Parameters:
resetTools -

setIncludeSummary

void setIncludeSummary(boolean includeSummary)
Parameters:
includeSummary -

setDoPages

void setDoPages(boolean doPages)
Parameters:
doPages -

setExpandSite

void setExpandSite(boolean expandSite)
Parameters:
expandSite -


Copyright © 2003-2012 Sakai Project. All Rights Reserved.