| Package | Description |
|---|---|
| org.sakaiproject.portal.api |
| Modifier and Type | Method and Description |
|---|---|
int |
PortalHandler.doGet(String[] parts,
HttpServletRequest req,
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,
HttpServletRequest req,
HttpServletResponse res,
org.sakaiproject.tool.api.Session session)
perform a post but only accept it the handler accepts a post.
|
Copyright © 2003-2015 Sakai Project. All Rights Reserved.