Results 1 to 3 of 3

Thread: About FilterInvocationDefinitionSourceEditor

  1. #1
    Join Date
    Nov 2005
    Posts
    2

    Default About FilterInvocationDefinitionSourceEditor

    Hi All,
    I'm confused about the 'FilterInvocationDefinitionSourceEditor' class. I don't know where is invoked or initialized.

    Best Wishes,

    Alan

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    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.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  3. #3
    Join Date
    Nov 2005
    Posts
    2

    Default

    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
  •