| java.lang.Object org.jamwiki.authentication.JAMWikiAccessDeniedHandler
JAMWikiAccessDeniedHandler | public class JAMWikiAccessDeniedHandler implements AccessDeniedHandler(Code) | | Handle AccessDeniedExceptions thrown by the Acegi security framework. This
class is based on the org.acegisecurity.ui.AccessDeniedHandler class.
|
setErrorPage | public void setErrorPage(String errorPage)(Code) | | The error page to use. Must begin with a "/" and is interpreted relative to
the current context root.
Parameters: errorPage - the dispatcher path to display throws: IllegalArgumentException - if the argument doesn't comply with the abovelimitations |
|
|