Hi

why is it, that i can (and should) override getSession() to get 'my' implementation,

    @Override
    public MySession getSession()
    {
        return (MySession) super.getSession();
    }

whereas getApplication is unfortunately final.

    @Override
    public final Application getApplication()
    {
        return Application.get();
    }

What am i missing?

cu uwe

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

Reply via email to