As far as i know there are some things on the wiki that explains what
hooks (onXxx) is called when.
And for the public methods this is fine and that should be documented,
but still the rest should remain a black box as much as possibe

On 1/12/08, Dmitry Kandalov <[EMAIL PROTECTED]> wrote:
> On Saturday 12 January 2008 23:25:43 Igor Vaynberg wrote:
> > sure, and all you need to know is that you subclass
> > requestcycle.onbeginrequest() and add your own code there and it is
> > called at the beginning of the request. why do you need to know the
> > sequence of calls that leads to onbeginrequest() being called?
>
> I don't. I can image someone may want to be sure that this method is called
> before anything else he overrides, or to know that he can't get requested
> page at this step, but probably it's a very rare case.
>
> Though creating things like IRequestTargetUrlCodingStrategy requires
> knowledge
> about targets and request processor.
>
> On the whole I think it's the matter of knowing the big picture and not
> using
> framework as a black box. I don't mean everyone should do it.
>
>
> Dima
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to