Uses of Class
org.sakaiproject.portal.api.PortalHandlerException

Packages that use PortalHandlerException
org.sakaiproject.portal.api   
 

Uses of PortalHandlerException in org.sakaiproject.portal.api
 

Methods in org.sakaiproject.portal.api that throw PortalHandlerException
 int PortalHandler.doGet(String[] parts, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.sakaiproject.tool.api.Session session)
          Perform a get, the method should inspect parts[] and other parameters to determin if it should perform the operation, returning one of the above codes
 int PortalHandler.doPost(String[] parts, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.sakaiproject.tool.api.Session session)
          perform a post but only accept it the handler accepts a post.
 



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