make an ClientPersistentFieldStorageImpl abstract class
-------------------------------------------------------
Key: TAPESTRY-1483
URL: https://issues.apache.org/jira/browse/TAPESTRY-1483
Project: Tapestry
Issue Type: Improvement
Affects Versions: 5.0.5
Reporter: Jun Tsai
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(PARAMETER_NAME, ....)
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]