[ 
https://issues.apache.org/jira/browse/TAPESTRY-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship updated TAPESTRY-1483:
-------------------------------------------

    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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, ....);
>   }
> }

-- 
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]

Reply via email to