| org.jamwiki.servlets.JAMWikiServlet org.jamwiki.servlets.ItemsServlet
ItemsServlet | public class ItemsServlet extends JAMWikiServlet (Code) | | Used to build Special: pages that display lists of topics on the Wiki, such
as when displaying lists of all existing images or topics.
|
handleJAMWikiRequest | protected ModelAndView handleJAMWikiRequest(HttpServletRequest request, HttpServletResponse response, ModelAndView next, WikiPageInfo pageInfo) throws Exception(Code) | | This method handles the request after its parent class receives control. It gets the topic's name and the
virtual wiki name from the uri, loads the topic and returns a view to the end user.
Parameters: request - - Standard HttpServletRequest object. Parameters: response - - Standard HttpServletResponse object. A ModelAndView object to be handled by the rest of the Spring framework. |
|
|