类 NutShiroProcessor
- java.lang.Object
-
- org.nutz.mvc.impl.processor.AbstractProcessor
-
- cn.wizzer.app.web.commons.processor.NutShiroProcessor
-
- 所有已实现的接口:
org.nutz.mvc.Processor
public class NutShiroProcessor extends org.nutz.mvc.impl.processor.AbstractProcessorCreated by wizzer on 2016/6/24.
-
-
构造器概要
构造器 构造器 说明 NutShiroProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidinit(org.nutz.mvc.NutConfig config, org.nutz.mvc.ActionInfo ai)voidprocess(org.nutz.mvc.ActionContext ac)protected voidwhenException(org.nutz.mvc.ActionContext ac, Exception e)protected voidwhenOtherException(org.nutz.mvc.ActionContext ac, Exception e)protected voidwhenUnauthenticated(org.nutz.mvc.ActionContext ac, org.apache.shiro.authz.UnauthenticatedException e)protected voidwhenUnauthorized(org.nutz.mvc.ActionContext ac, org.apache.shiro.authz.UnauthorizedException e)
-
-
-
方法详细资料
-
init
public void init(org.nutz.mvc.NutConfig config, org.nutz.mvc.ActionInfo ai) throws Throwable- 指定者:
init在接口中org.nutz.mvc.Processor- 覆盖:
init在类中org.nutz.mvc.impl.processor.AbstractProcessor- 抛出:
Throwable
-
whenException
protected void whenException(org.nutz.mvc.ActionContext ac, Exception e) throws Throwable- 抛出:
Throwable
-
whenUnauthenticated
protected void whenUnauthenticated(org.nutz.mvc.ActionContext ac, org.apache.shiro.authz.UnauthenticatedException e) throws Exception- 抛出:
Exception
-
whenUnauthorized
protected void whenUnauthorized(org.nutz.mvc.ActionContext ac, org.apache.shiro.authz.UnauthorizedException e) throws Exception- 抛出:
Exception
-
-