*/
public class ShiroActionFilter implements ActionFilter {
public View match(final ActionContext actionContext) {
try {
ShiroAnnotationsAuthorizingMethodInterceptor.defaultAuth.assertAuthorized(new MethodInvocation() {
public Object proceed() throws Throwable {
throw Lang.noImplement();
}
public Object getThis() {