|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
public class ZkAccessDeniedHandler
Used by ExceptionTranslationFilter to handle an
AccessDeniedException
. This handler will popup the specified error page so it
must be a Window that can be doModel.
Applicable to Acegi Security version 1.0.3
Constructor Summary | |
---|---|
ZkAccessDeniedHandler()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getErrorPage()
Deprecated. |
void |
handle(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AccessDeniedException accessDeniedException)
Deprecated. |
void |
setErrorPage(java.lang.String url)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZkAccessDeniedHandler()
Method Detail |
---|
public void setErrorPage(java.lang.String url)
public java.lang.String getErrorPage()
public void handle(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.acegisecurity.AccessDeniedException accessDeniedException) throws java.io.IOException, javax.servlet.ServletException
handle
in interface org.acegisecurity.ui.AccessDeniedHandler
java.io.IOException
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |