|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractViewController
is a convenience base implementation of
ViewController
.postBack
property appropriately
if we can.
List
of exceptions that
have occurred during the request processing lifecycle.List
of
causes.
ViewHandler
,
create and initialize any ViewController
associated with
the specified view identifier.
ExceptionHandler
interface.DefaultViewControllerMapper
is a default implementation of ViewControllerMapper
.prerender()
callback on the ViewController
associated with this subview,
if any.
EditableValueHolder
components in the current view.
FacesMessage
(not associated with any
particular component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_ERROR
.
FacesMessage
(associated with the
specified component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_ERROR
.
ExceptionHandler
instance.
ExceptionHandler
for handling exceptions is stored.
java.util.List
of exceptions accumulated during the current request processing lifecycle
are accumulated.
FacesMessage
(not associated with any
particular component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_FATAL
.
FacesMessage
(associated with the
specified component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_FATAL
.
AbstractApplicationBean
.
AbstractRequestBean
.
AbstractSessionBean
.
Application
instance for the current
web application.
Map
of the application scope attributes
for this web application.
List
of exceptoins that are the cumulative
cause of this exception.
ExternalContext
instance for the
current request.
FacesContext
instance for the
current request.
Lifecycle
instance for
the current application.
PhaseId.ANY_PHASE
, indicating our interest
in all phases of the request processing lifecycle.
Map
of the request headers included in this
request.
Map
of the request scope attributes
for this request.
Map
of the request parameters included in this
request.
Map
of the session scope attributes
for the current user.
ExceptionHandler
.
ExceptionHandler
.
List
that can be used to report them all at a future
point in time to report all of the accumulated exceptions.
FacesMessage
(not associated with any
particular component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_INFO
.
FacesMessage
(associated with the
specified component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_INFO
.
ViewController
has been instantiated, and
after all of the property setters specified above have been called, but
before the JSF request processing lifecycle processing and events related
to our corresponding view are executed.
Return a flag indicating whether this request is a "post back" (that is, the view was restored in order to respond to a submit from the client), or a newly created view.
init()
and destroy()
) for
subclasses of AbstractApplicationBean
, AbstractRequestBean
,
and AbstractSessionBean
.Return the name of the managed bean that serves as the backing
bean for the specified view identifier
.
view identifier
.
org.apache.shale.view
package.PhaseId
for the
current phase is exposed.
preprocess
callback on the specified
instance.
prerender
callback on the specified
instance.
preprocess()
callback on the ViewController
associated with this subview,
if any.
ViewHandler
,
create and initialize any ViewController
associated with
the specified view identifier.
null
.
Serializable
) under the specified key, such that it can
be retrieved (via getData()
) on a s subsequent request
immediately after the component tree has been restored.
Set a flag indicating whether this request is a "post back" (that is, the view was restored in order to respond to a submit from the client), or a newly created view.
UINamingContainer
that
provides ViewController
functionality for subviews.SubviewComponent
component.ViewControllerCallbacks
instance for this application
is stored.
ViewControllerMapper
for translating view identifiers
to class names of the corresponding ViewController
is stored.
Boolean.TRUE
flag is stored if this request is a postback.
ActionListener
implementation
used during the Invoke Application phase of the request processing
lifecycle.ViewController
is a "backing bean" interface which adds several
extension points to the standard JavaServer Faces lifecycle.ViewController
interface.ViewControllerMapper
is an interface describing a pluggable
mechanism to map between a JavaServer Faces view identifier
and the name of a corresponding managed bean that serves as
the backing bean for this view.ViewPhaseListener
is a JavaServer Faces PhaseListener
that implements phase related functionality for the view controller
portion of Shale.List
containing all ViewController
s that have been initialized
for the current request are stored.
ViewViewHandler
is a custom implementation of ViewHandler
that adds support for on-demand creation and configuration of ViewController
instances, and other view related functionality.ViewViewHandler
instance that decorates the
specified ViewHandler
provided by the JSF runtime
implementation.
FacesMessage
(not associated with any
particular component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_WARN
.
FacesMessage
(associated with the
specified component) containing the specified summary text and a
message severity level of FacesMessage.SEVERITY_WARN
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |