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