You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jun Tsai (JIRA)" <de...@tapestry.apache.org> on 2007/05/21 10:45:16 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 ]

Jun Tsai updated TAPESTRY-1483:
-------------------------------

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




  was:
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, ....)
}





> 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(){
>     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