-
Nov 7th, 2005, 09:38 PM
#1
About FilterInvocationDefinitionSourceEditor
Hi All,
I'm confused about the 'FilterInvocationDefinitionSourceEditor' class. I don't know where is invoked or initialized.
Best Wishes,
Alan
-
Nov 11th, 2005, 05:27 AM
#2
FilterInvocationDefinitionSourceEditor is invoked whenever a FilterInvocationDefinitionSource object is needed. Specifically, when you define a FilterSecurityInterceptor.objectDefinitionSource in the Spring application context, this property editor will be used to convert the String <value> into the actual object. There is no need to manually register the property editor, as this is automatic as per the JavaBeans specification.
-
Nov 11th, 2005, 05:23 PM
#3
Thank you for your answer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules