You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/05/06 01:23:57 UTC

[jira] Updated: (TAPESTRY-1483) make an ClientPersistentFieldStorageImpl abstract class

     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org