|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ActionEvent represents the activation of a user interface
component (such as a UICommand).ActionEvents.UIComponent that wishes to be a source of
ActionEvents, including the ability to invoke application
actions via the default ActionListener mechanism.ActionListener to the set of listeners interested
in being notified when ActionEvents occur.
UIComponent class.
Converter class.
DataModelListener to the set interested in
notifications from this DataModel.
FacesListener to the set of listeners
registered to receive event notifications from this UIComponent.
FacesListener to the set of listeners
registered to receive event notifications from this UIComponent.
Lifecycle instance, associated with
the specified lifecycleId, to be supported by this
LifecycleFactory.
FacesMessage to the set of messages associated with
the specified client identifier, if clientId is
not null.
PhaseListener instance that is interested in
being notified before and after the processing for standard phases of
the request processing lifecycle.
Renderer instance, associated with the
specified component family and rendererType,
to the set of Renderers registered with this RenderKit,
replacing any previously registered Renderer for this
combination of identifiers.
RenderKit instance, associated with
the specified renderKitId, to be supported by this
RenderKitFactory, replacing any previously registered
RenderKit for this identifier.
Validator class.
Validator instance to the set associated with
this component.
Validator instance to the set associated with
this UIInput.
ValueChangeListener to the set of listeners
interested in being notified when ValueChangeEvents occur.
ValueChangeListener to the set of listeners
interested in being notified when ValueChangeEvents occur.
ApplicationFactory class name.
Application instances.DataModel that wraps an array of Java objects.ArrayDataModel with no specified
wrapped data.
ArrayDataModel wrapping the specified
array.
Converter implementation for
java.math.BigDecimal values.Converter implementation for
java.math.BigInteger values.bodyContent for this tag handler.
Converter implementation for java.lang.Boolean
(and boolean primitive) values.UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass the ActionEvent being broadcast to the
method referenced by actionListener (if any),
and to the default ActionListener registered on the
Application.
FacesEvent to all registered
event listeners who have expressed an interest in events of this
type.
UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing
to unwrap any wrapped FacesEvent and reset the current row index,
before the event is actually broadcast.
UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass the ValueChangeEvent being broadcast to the
method referenced by valueChangeListener (if any).
Converter implementation for java.lang.Byte
(and byte primitive) values.Locale to use for this and
subsequent requests for the current client.
renderKitId for this
and subsequent requests from the current client.
Converter implementation for java.lang.Character
(and char primitive) values.ResponseWriter,
using the specified Writer as the output destination.
FacesMessage.Severity instance to the
specified one.
PhaseId instance to the specified one.
true if the new value is different from the
previous value.
true if the new value is different from the
previous value.
/WEB-INF/faces-config.xml which is loaded automatically
if it exists) containing JavaServer Faces configuration information.
FacesMessage to be created if
a conversion error occurs, and the ConverterException
does not provide a message.
getAsObject() or getAsText() method of a
Converter, to indicate that the requested conversion cannot
be performed.Converter instance on the
ValueHolder associated with our most immediate
surrounding instance of a tag whose implementation class is a subclass
of UIComponentTag.UIComponent instance of the
class specified by a previous call to addComponent() for
the specified component type.
getValue() method on the specified
ValueBinding.
Converter to be registered
on our surrounding UIComponent.
Converter instance of the
class that has registered itself as capable of performing conversions
for objects of the specified type.
Converter instance of the
class specified by a previous call to addConverter()
for the specified converter id.
MethodBinding for the specified
method binding expression, which may be used to call the corresponding
method later.
OutputStream to create a new
ResponseStream instance.
Writer to create a new ResponseWriter instance for the specified (optional) content
type, and character encoding.
Validator to be registered
on our surrounding UIComponent.
Validator instance of the
class specified by a previous call to addValidator()
for the specified validator id.
ValueBinding for the specified
value binding expression, which may be used to manipulate the
corresponding property value later.
UIViewRoot instance
initialized with information from the argument
FacesContext and viewId.
UIData.DataModel.DataModelEvents occurring on a
particular DataModel instance.Converter implementation for java.util.Date
values.UIComponent from the
request contained in the specified FacesContext, and store
this state as needed.
UIComponent
from the request contained in the specified FacesContext,
and store that state on the UIComponent.
Lifecycle instance
for this JavaServer Faces implementation.
UIComponent that is associated
with this tag (via the id attribute), by following these
steps.
UIComponent instance associated with our most immediately
surrounding UIComponentTag instance, if this UIComponent
does not already have a value for the specified attribute name.
Converter
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
EVAL_BODY_INCLUDE to cause nested body
content to be evaluated.
UIComponent that is associated
with this tag (via the id attribute), by following these
steps.
Validator
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTag instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
Converter implementation for java.lang.Double
(and double primitive) values.Validator that checks
the value of the corresponding component against specified minimum and
maximum values.Validator with no preconfigured limits.
Validator with the specified preconfigured
limit.
Validator with the specified preconfigured
limits.
ValueChangeEvents and Validators.encodeBegin() method of our
corresponding UIComponent.
rendered property is true,
render the beginning of the current state of this
UIComponent to the response contained in the specified
FacesContext.
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
behavior to reset the mechanism used in UIViewRoot.createUniqueId()
before falling through to the standard superclass processing.
UIComponent to the
output stream or writer associated with the response we are creating.
encodeChildren() method of our
corresponding UIComponent.
rendered property is true,
render the child UIComponents of this UIComponent.
UIComponent, following
the rules described for encodeBegin() to acquire the
appropriate value to be rendered.
encodeEnd() method of our
corresponding UIComponent.
rendered property is true,
render the ending of the current state of this
UIComponent.
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value
to be rendered.
startElement().
MethodBinding or ValueBinding.FacesContextFactory class name.
ResourceBundle identifier for messages whose
message identifiers are defined in the JavaServer Faces
specification.
FacesContext instances, initialized
for the processing of the specified request and response objects.UIComponents.FacesEvents.FacesMessage with no initial
values.
FacesMessage with the specified
initial values.
FacesMessage with just a summary.
FacesMessage with the specified initial
values.
UIComponent is to be added as a
facet to the component associated with its parent.UIComponent, from the component
tree, that corresponds to this tag handler instance.
UIComponent with an id
that matches the specified search expression (if any), according to the
algorithm described below.
Converter implementation for java.lang.Float
(and float primitive) values.accept property.
acceptcharset property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
accesskey property.
MethodBindingpointing at the application
action to be invoked, if this UIComponent is activated by
the user, during the Apply Request Values or Invoke
Application phase of the request processing lifecycle,
depending on the value of the immediate
property.
ActionListener to be registered for all
ActionSource components in this appication.
MethodBinding pointing at an action
listener method to be invoked, if this UIComponent is
activated by the user, during the Apply Request Values
or Invoke Application phase of the request processing
lifecycle, depending upon the value of the immediate
property.
ActionListeners for this
ActionSource instance.
encodeActionURL() method of
ExternalContext) that selects the specified view identifier.
alt property.
alt property.
alt property.
alt property.
Application instance
for this web application.
Application instance associated with this
web application.
Map representing the application scope
attributes for the current application.
UIComponent, into a model data object that
is appropriate for being stored during the Apply Request
Values phase of the request processing lifecycle.
UIComponent, into a String that is suitable
for being included in the response generated during the
Render Response phase of the request processing
lifeycle.
Map representing the attributes
(and properties, see below) associated wth this UIComponent,
keyed by attribute name (which must be a String).
null.
bgcolor property.
bgcolor property.
BodyContent for this tag handler.
border property.
border property.
border property.
border property.
null if the
cause is nonexistent or unknown.
cellpadding property.
cellpadding property.
cellspacing property.
cellspacing property.
ResponseWriter.
charset property.
charset property.
UIComponents that are
associated with this UIComponent.
List representing the child
UIComponents associated with this component.
rowIndex property, if it is not
set to -1.
Iterator over the client identifiers for
which at least one FacesMessage has been queued.
cols property.
columnClasses property.
columnClasses property.
columns property.
UIComponent that sent this event.
UIComponent instance that is associated with
this tag instance.
writeState().
saveSerializedView(), to construct and return a
Serializable object that represents the state of
all component properties, attributes, and attached objects, for
the entire component tree (including children and facets)
of this view.
Iterator over the set of currently defined
component types for this Application.
ResponseWriter.
Converter for this component,
if there is one).
Converter (if any)
that is registered for this UIComponent.
Iterator over the set of currently registered
converter ids for this Application.
Iterator over the set of Class
instances for which Converter classes have been explicitly
registered.
coords property.
coords property.
true if we dynamically created a new component
instance during execution of this tag.
getAsString()
with a type of currency.
getAsString()
with a type of currency.
FacesContext instance for the request that is
being processed by the current thread, if any.
DataModel that fired this event.
DataModelListeners interested in
notifications from this DataModel.
Locale for this application.
renderKitId to be used for rendering
this application.
dir property.
dir property.
dir property.
dir property.