Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-180

make an ClientPersistentFieldStorageImpl abstract class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Abandoned
    • 5.0.15
    • None
    • None
    • None

    Description

      I want to write another persistent storage ,I want to extend ClientPersistentFieldStorageImpl.But I find PARAMETER_NAME is an static variable. Can make an abstract class?

      AbstractClientPersistentFieldStorageImpl(String parameterName ...){

      }

      ClientPersistentFieldStorageImpl extends AbstractClientPersistentFieldStorageImpl
      ClientPersistentFieldStorageImpl()

      { super(PARAMETER_NAME, ....); }

      }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            bitiboy Jun Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: