Interface | Description |
---|---|
FaceletViewHandlingStrategy.MethodRetargetHandler |
Implementations of this interface provide the
strategy to
properly retarget a method expression for a particular attribute. |
ViewScopedCDIEventFireHelper |
Class | Description |
---|---|
FaceletFullStateManagementStrategy |
A state management strategy for FSS.
|
FaceletFullStateManagementStrategy.FacetNode |
Inner class used to store a facet in the saved component tree.
|
FaceletFullStateManagementStrategy.TreeNode |
Inner class used to store a node in the saved component tree.
|
FaceletPartialStateManagementStrategy |
The state management strategy for PSS.
|
FaceletViewHandlingStrategy |
This
ViewHandlingStrategy handles Facelets/PDL-based views. |
FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata |
Utility class to encapsulate the ValueExpression evaluation of the various
MethodExpression composite component properties.
|
FaceletViewHandlingStrategy.MethodMetadataIterator |
Provides iteration services over a composite component's
MethodExpression-enabled
PropertyDescriptors . |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager |
Managed the
MethodRetargetHandler implementations for the
current MethodExpression enabled component attributes:
action
actionListener
validator
valueChangeListener
Instances of this object also provide a default handler that can be
used to re-target MethodExperssions that don't match
on of the four names described above. |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.AbstractRetargetHandler |
Base MethodRetargetHandler implementation.
|
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ActionListenerRegargetHandler |
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
actionListener attribute |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ActionRegargetHandler |
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
action attribute |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ArbitraryMethodRegargetHandler |
This handler is responsible for creating/retargeting MethodExpressions defined
using arbitrary attribute names.
|
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ValidatorRegargetHandler |
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
validator attribute |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ValueChangeListenerRegargetHandler |
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
valueChangeListener attribute |
FaceletViewHandlingStrategy.NullWriter |
Simple no-op writer.
|
FormOmittedChecker |
A convenience class that checks for omitted forms.
|
JspStateManagementStrategy |
A state management strategy for JSP.
|
JspStateManagementStrategy.FacetNode |
Inner class used to store a facet in the saved component tree.
|
JspStateManagementStrategy.TreeNode |
Inner class used to store a node in the saved component tree.
|
JspViewHandlingStrategy |
This
ViewHandlingStrategy handles JSP-based views. |
MultiViewHandler |
This
ViewHandler implementation handles both JSP-based and
Facelets/PDL-based views. |
ViewDeclarationLanguageFactoryImpl | |
ViewHandlingStrategy |
This represents how a particular page description language
is to be rendered/restored.
|
ViewHandlingStrategyManager |
Interface for working with multiple
ViewHandlingStrategy
implementations. |
ViewMetadataImpl | |
ViewScopeContext |
The CDI context for CDI ViewScoped beans.
|
ViewScopeContextManager |
The manager that deals with CDI ViewScoped beans.
|
ViewScopeContextObject |
An object used by ViewScopeContext to keep track of contextual and creational
context.
|
ViewScopedCDIEventFireHelperImpl | |
ViewScopeEventListener |
The ViewScope event listener.
|
ViewScopeExtension |
The CDI extension that makes ViewScoped beans work in a CDI context.
|
ViewScopeManager |
The manager that deals with non-CDI and CDI ViewScoped beans.
|
WriteBehindStateWriter |
Custom
Writer to efficiently handle the state manager replacement
marker written out by MultiViewHandler.writeState(javax.faces.context.FacesContext) . |
Exception | Description |
---|---|
ViewHandlingStrategyNotFoundException |
Indicates that no
ViewHandlingStrategy
instances were found appropriate to a particulare view ID. |
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.