| java.lang.Object org.sakaiproject.portal.charon.handlers.BasePortalHandler org.sakaiproject.portal.charon.handlers.PageHandler org.sakaiproject.portal.charon.handlers.WorksiteHandler
All known Subclasses: org.sakaiproject.portal.charon.handlers.SiteHandler,
WorksiteHandler | public class WorksiteHandler extends PageHandler (Code) | | author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public int | doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) | public int | doPost(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) | public void | doWorksite(HttpServletRequest req, HttpServletResponse res, Session session, String siteId, String pageId, String toolContextPath) | protected void | includePageList(PortalRenderContext rcontext, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix, boolean doPages, boolean resetTools, boolean includeSummary) | public void | includePageNav(PortalRenderContext rcontext, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix) | public void | includeWorksite(PortalRenderContext rcontext, HttpServletResponse res, HttpServletRequest req, Session session, Site site, SitePage page, String toolContextPath, String portalPrefix) |
WorksiteHandler | public WorksiteHandler()(Code) | | |
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)
|
|
|