Uses of Class
com.ecyrd.jspwiki.filters.RedirectException

Packages that use RedirectException
com.ecyrd.jspwiki.attachment Attachment management, uploading and downloading. 
com.ecyrd.jspwiki.filters Provides page and content filtering functionality for JSPWiki. 
 

Uses of RedirectException in com.ecyrd.jspwiki.attachment
 

Methods in com.ecyrd.jspwiki.attachment that throw RedirectException
protected  boolean AttachmentServlet.executeUpload(WikiContext context, InputStream data, String filename, String errorPage, String parentPage, String changenote, long contentLength)
           
protected  String AttachmentServlet.upload(HttpServletRequest req)
          Uploads a specific mime multipart input set, intercepts exceptions.
 

Uses of RedirectException in com.ecyrd.jspwiki.filters
 

Methods in com.ecyrd.jspwiki.filters that throw RedirectException
 String SpamFilter.preSave(WikiContext context, String content)
          This method is called before the page has been saved to the PageProvider.