| java.lang.Object org.sakaiproject.portal.charon.handlers.BasePortalHandler org.sakaiproject.portal.charon.handlers.PageHandler org.sakaiproject.portal.charon.handlers.WorksiteHandler org.sakaiproject.portal.charon.handlers.SiteHandler
All known Subclasses: org.sakaiproject.portal.charon.handlers.GalleryHandler, org.sakaiproject.portal.charon.handlers.NavLoginHandler,
SiteHandler | public class SiteHandler extends WorksiteHandler (Code) | | author: ieb since: Sakai 2.4 version: $Rev: 29144 $ |
Method Summary | |
public int | doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) | public void | doSite(HttpServletRequest req, HttpServletResponse res, Session session, String siteId, String pageId, String toolContextPath) | public void | includeLogo(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId) | protected void | includeSiteNav(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId) | public void | includeTabs(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId, String prefix, boolean addLogout) |
SiteHandler | public SiteHandler()(Code) | | |
Methods inherited from org.sakaiproject.portal.charon.handlers.WorksiteHandler | public int doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) throws PortalHandlerException(Code)(Java Doc) public int doPost(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) throws PortalHandlerException(Code)(Java Doc) public void doWorksite(HttpServletRequest req, HttpServletResponse res, Session session, String siteId, String pageId, String toolContextPath) throws ToolException, IOException(Code)(Java Doc) protected void includePageList(PortalRenderContext rcontext, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix, boolean doPages, boolean resetTools, boolean includeSummary) throws IOException(Code)(Java Doc) public void includePageNav(PortalRenderContext rcontext, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix) throws IOException(Code)(Java Doc) public void includeWorksite(PortalRenderContext rcontext, HttpServletResponse res, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix) throws IOException(Code)(Java Doc)
|
Methods inherited from org.sakaiproject.portal.charon.handlers.PageHandler | public int doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) throws PortalHandlerException(Code)(Java Doc) public void doPage(HttpServletRequest req, HttpServletResponse res, Session session, String pageId, String toolContextPath) throws ToolException, IOException(Code)(Java Doc) public int doPost(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) throws PortalHandlerException(Code)(Java Doc) public void includePage(PortalRenderContext rcontext, HttpServletResponse res, HttpServletRequest req, SitePage page, String toolContextPath, String wrapperClass) throws IOException(Code)(Java Doc)
|
|
|