Re: Code usage question
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, 5. März 2003 20:58 schrieb Christian Cryder:
> Can people do a quick check on their Barracuda related code for me...I'd
> like you to search for 'preCompRender' and 'postCompRender'.
>
> Right now the signatures look like this:
>
> public void preCompRender(BComponent root, ViewContext vc) {
> public void postCompRender(BComponent root, ViewContext vc) {
>
> I'd like to change it to be
>
> public void preCompRender(BComponent root) {
> public void postCompRender(BComponent root) {
>
> This would require everyone to do a search and replace on the code above
> (if they have it implemented...I'm guessing most people don't). Then, if
> those methods were using a reference to ViewContext vc, you'd have to call
> the (soon to be added) getViewContext() method.
>
> Would this be a hardship for anyone?
AFAIK we din't ever use that method. +1 from me,
Diez