You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Shawn Church (JIRA)" <ta...@jakarta.apache.org> on 2005/10/20 22:19:51 UTC

[jira] Created: (TAPESTRY-716) Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages

Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages
-----------------------------------------------------------------------------------------------------

         Key: TAPESTRY-716
         URL: http://issues.apache.org/jira/browse/TAPESTRY-716
     Project: Tapestry
        Type: Improvement
  Components: Framework  
    Versions: 4.0    
    Reporter: Shawn Church


Contributing my own templateSource and pageSource is easy, thanks to Hivemind, but I would really like to be able to override the default implementations.  This is not currently possible due to the private instance variables.  It would be very helpful to either add accessor methods for these or to change them to protected.

Along the same lines, it would be necessary  to also make ImplMessages public since it is used by TemplateSourceImpl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-716) Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-716?page=all ]

Jesse Kuhnert updated TAPESTRY-716:
-----------------------------------

    Fix Version/s: 4.2

I wonder what it is that you are doing that requires TemplateSource modifications ?

> Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-716
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-716
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Shawn Church
>             Fix For: 4.2
>
>
> Contributing my own templateSource and pageSource is easy, thanks to Hivemind, but I would really like to be able to override the default implementations.  This is not currently possible due to the private instance variables.  It would be very helpful to either add accessor methods for these or to change them to protected.
> Along the same lines, it would be necessary  to also make ImplMessages public since it is used by TemplateSourceImpl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-716) Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert closed TAPESTRY-716.
----------------------------------

    Resolution: Won't Fix

As I've gotten no response to the last query I'm just going to close.  I used to think it would be better to have everything protected when I was on your side as well - but now that I have to make things backwards compatible / etc I'm liking the idea much less.  If there was something specific that you had in mind which isn't currently already being handled please feel free to re-open or submit a new ticket.

> Change access modifiers from private to protected in TemplateSourceImpl, PageSource, and ImplMessages
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-716
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-716
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Shawn Church
>             Fix For: 4.2
>
>
> Contributing my own templateSource and pageSource is easy, thanks to Hivemind, but I would really like to be able to override the default implementations.  This is not currently possible due to the private instance variables.  It would be very helpful to either add accessor methods for these or to change them to protected.
> Along the same lines, it would be necessary  to also make ImplMessages public since it is used by TemplateSourceImpl.

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