You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Darren Gilroy <DG...@CONSONUS.com> on 2002/02/14 16:49:17 UTC

RawScreen

Hi - 

The doBuild() method in org.apache.turbine.modules.screens.RawScreen is
declared final.

By contrast, TemplateScreen.doBuild() is _not_ declared final.

I believe that RawScreen.doBuild() should not be declared final.

BTW: I'm trying to create a SecureRawScreen that extends RawScreen

Comments?

Thanks!
-best-darr-


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: RawScreen

Posted by Peter Lynch <pe...@mindspring.com>.
Noticed that too, so I ended up writing my own RawScreen and things went
fine.

-Peter

----- Original Message -----
From: "Darren Gilroy" <DG...@CONSONUS.com>
To: "Turbine Users List" <tu...@jakarta.apache.org>
Sent: Thursday, February 14, 2002 7:49 AM
Subject: RawScreen


> Hi -
>
> The doBuild() method in org.apache.turbine.modules.screens.RawScreen is
> declared final.
>
> By contrast, TemplateScreen.doBuild() is _not_ declared final.
>
> I believe that RawScreen.doBuild() should not be declared final.
>
> BTW: I'm trying to create a SecureRawScreen that extends RawScreen
>
> Comments?
>
> Thanks!
> -best-darr-
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: RawScreen

Posted by Eric Dobbs <er...@dobbse.net>.
On Thursday, February 14, 2002, at 08:49  AM, Darren Gilroy wrote:

> The doBuild() method in org.apache.turbine.modules.screens.RawScreen is
> declared final.

I believe the intended use of RawScreen is to override the doOutput()
in your subclass -- which gets called by doBuild().

Is there some reason that doesn't work for you?
-Eric

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>