Uses of Class
org.apache.wiki.api.exceptions.RedirectException

Packages that use RedirectException
org.apache.wiki.attachment Attachment management, uploading and downloading. 
org.apache.wiki.filters Provides page and content filtering functionality for JSPWiki. 
 

Uses of RedirectException in org.apache.wiki.attachment
 

Methods in org.apache.wiki.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(javax.servlet.http.HttpServletRequest req)
          Uploads a specific mime multipart input set, intercepts exceptions.
 

Uses of RedirectException in org.apache.wiki.filters
 

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



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.