Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-227

ResourceFactory not extensible

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5
    • 1.6
    • Engine
    • None
    • Operating System: All
      Platform: All
    • 24758

    Description

      The class org.apache.velocity.runtime.resource.ResourceFactory provides
      no mechanism for allowing sub-classes of Template or ContentResources
      to be returned.

      Since ResourceManagerImpl makes a call to ResourceFactory.getResource(),
      the only way to override the behavior is to subclass ResourceManagerImpl
      and cut-paste-then-modify the code for loadResource().

      At the very least, moving the ResourceFactory.getResource() call into
      a separate, protected method in ResourceManagerImpl would greatly simplify
      sub-classing Templates and/or ContentResources.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cmore@atg.com Charles Morehead
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: