| 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 org.sakaiproject.portal.charon.handlers.GalleryHandler
All known Subclasses: org.sakaiproject.portal.charon.handlers.NavLoginGalleryHandler,
GalleryHandler | public class GalleryHandler extends SiteHandler (Code) | | Handler for the gallery parts of the portal
author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public void | doGallery(HttpServletRequest req, HttpServletResponse res, Session session, String siteId, String pageId, String toolContextPath) | public int | doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) | protected void | includeGalleryLogin(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId) | protected void | includeGalleryNav(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId, String prefix) |
GalleryHandler | public GalleryHandler()(Code) | | |
Methods inherited from org.sakaiproject.portal.charon.handlers.SiteHandler | public int doGet(String[] parts, HttpServletRequest req, HttpServletResponse res, Session session) throws PortalHandlerException(Code)(Java Doc) public void doSite(HttpServletRequest req, HttpServletResponse res, Session session, String siteId, String pageId, String toolContextPath) throws ToolException, IOException(Code)(Java Doc) public void includeLogo(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId) throws IOException(Code)(Java Doc) protected void includeSiteNav(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId)(Code)(Java Doc) public void includeTabs(PortalRenderContext rcontext, HttpServletRequest req, Session session, String siteId, String prefix, boolean addLogout) throws IOException(Code)(Java Doc)
|
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)
|
|
|