| org.jamwiki.servlets.JAMWikiServlet org.jamwiki.servlets.SpecialPagesServlet
SpecialPagesServlet | public class SpecialPagesServlet extends JAMWikiServlet (Code) | | Used to generate an index of all Special: pages on the wiki.
|
JSP_SPECIAL_PAGES | final protected static String JSP_SPECIAL_PAGES(Code) | | |
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. |
|
|