public final class Constants extends Object
Manifest constants related to Shale view support that are relevant to applications using Shale.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_DISPATCH_PATH
Name of the context initialization parameter that defines the
context-relative path we should dispatch to, at the end of
Invoke Application phase of the request processing lifecycle,
if any application exceptions have been cached by the default
ExceptionHandler instance. |
static String |
EXCEPTION_HANDLER
Application scope attribute under which the
ExceptionHandler for handling exceptions is stored. |
static String |
VIEW_CONTROLLER_MAPPER
Deprecated.
Replace the application scoped managed bean stored with
key Constants.VIEW_MAPPER instead
|
static String |
VIEW_MAPPER
Application scope attribute under which the
ViewControllerMapper for translating view identifiers
to class names of the corresponding ViewController
is stored. |
public static final String EXCEPTION_DISPATCH_PATH
Name of the context initialization parameter that defines the
context-relative path we should dispatch to, at the end of
Invoke Application phase of the request processing lifecycle,
if any application exceptions have been cached by the default
ExceptionHandler
instance. If no value is specified, the
default behavioer is to proceed to rendering for the view that the
application has navigated to.
NOTE - in order to be processed correctly by the container, the specified path should be a context relative URL that beings with a '/' character.
public static final String EXCEPTION_HANDLER
Application scope attribute under which the
ExceptionHandler
for handling exceptions is stored.
public static final String VIEW_CONTROLLER_MAPPER
Name of the context initialization parameter that defines the
fully qualified class name of the ViewControllerMapper
to be
used is stored. If not present, the default value is
org.apache.shale.view.DefaultViewControllerMapper
.
public static final String VIEW_MAPPER
Application scope attribute under which the
ViewControllerMapper
for translating view identifiers
to class names of the corresponding ViewController
is stored.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.