Uses of Class
org.sakaiproject.portal.api.PortalHandlerException
-
Packages that use PortalHandlerException Package Description org.sakaiproject.portal.api -
-
Uses of PortalHandlerException in org.sakaiproject.portal.api
Methods in org.sakaiproject.portal.api that throw PortalHandlerException Modifier and Type Method Description intPortalHandler. 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 codesintPortalHandler. 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.
-