You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/07/17 11:08:50 UTC

[jira] Commented: (CLK-660) ErrorPage should be an interface

    [ https://issues.apache.org/jira/browse/CLK-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889479#action_12889479 ] 

Bob Schellink commented on CLK-660:
-----------------------------------

Proposed interface:

public interface ErrorHandler {

    public Throwable getError();

    public void setError(Throwable cause);

    public void setPageClass(Class<? extends Page> pageClass);
}


> ErrorPage should be an interface
> --------------------------------
>
>                 Key: CLK-660
>                 URL: https://issues.apache.org/jira/browse/CLK-660
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>            Reporter: Bob Schellink
>             Fix For: 2.3.0-M1
>
>
> As ErrorPage extends Page, it won't inherit the features and look and feel from the application BorderPage.
> I propose we add an ErrorHandler interface which any Page, that subclasses BorderPage, can implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.