, , . PortletControllerAdvice ( , , @ControllerAdvice), .
public abstract class PortletControllerAdvice {
@ExceptionHandler({ NotAuthorizedException.class, WebApplicationException.class })
public ModelAndView handleRESTException(WebApplicationException ex, ResourceResponse response) {
}
}
:
@Controller
public class ViewController extends PortletControllerAdvice {
}
, , , , , , , .