53545556575859
} //allows custom implementations to override the SecurityAwareViewHandler protected ViewHandler createSecurityAwareViewHandler() { return new SecurityAwareViewHandler(this.wrapped); }
56575859606162
} } protected ViewHandler createSecurityAwareViewHandler() { return new SecurityAwareViewHandler(this.wrapped); }
54555657585960
5051525354555657
{ this.wrapped = wrapped; if(isActivated()) { this.windowContextAwareViewHandler = new WindowContextAwareViewHandler(this.wrapped); this.securityAwareViewHandler = new SecurityAwareViewHandler(this.wrapped); } }
36373839404142
} @Override protected ViewHandler createSecurityAwareViewHandler() { return new SecurityAwareViewHandler(this.wrapped); }