org.apache.myfaces.extensions.cdi.core.api.config.view
Class DefaultErrorView

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.api.config.view.DefaultErrorView
All Implemented Interfaces:
ViewConfig

public abstract class DefaultErrorView
extends Object
implements ViewConfig

Abstract class which marks an error view. It's an abstract class instead of an interface, because you can use it for navigation (which is restricted to classes). (Since only the final page should be a class and for the rest it's recommended to use interfaces, it isn't a problem/restriction.) The class which extends this class will also be used as error-view in case of security violations (if there is no special error-view configured via Secured.errorView())

Author:
Gerhard Petracek

Constructor Summary
DefaultErrorView()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorView

public DefaultErrorView()


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.