|
|||||||||
| 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.ActionSource and
provides a JavaBeans property analogous to the "action"
property on ActionSource.ActionListener to the set of listeners interested
in being notified when ActionEvents occur.
UIComponent
to the list of component identifiers created or located by nested
UIComponentTags processing this request.
UIComponent class.
Converter class.
DataModelListener to the set interested in
notifications from this DataModel.
ELContextListener that will be notified on creation
of ELContext instances.
resolver to be added to the
resolver chain as specified in section 5.5.1 of the JavaServer
Faces Specification.
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.
UIComponentTags
processing this request.
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.FacesMessage to be created if
the conversion to BigInteger fails.
Converter implementation for
java.math.BigInteger values.bodyContent for this tag handler.
FacesMessage to be created if
the conversion to Boolean fails.
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.
FacesMessage to be created if
the conversion to Byte fails.
Converter implementation for java.lang.Byte
(and byte primitive) values.ViewHandler.calculateCharacterEncoding(javax.faces.context.FacesContext)
on the wrapped ViewHandler object.
Locale to use for this and
subsequent requests for the current client.
ViewHandler.calculateLocale(javax.faces.context.FacesContext)
on the wrapped ViewHandler object.
renderKitId for this and
subsequent requests from the current client.
ViewHandler.calculateRenderKitId(javax.faces.context.FacesContext)
on the wrapped ViewHandler object.
FacesMessage to be created if
the conversion to Character fails.
Converter implementation for java.lang.Character
(and char primitive) values.ResponseWriter,
using the specified Writer as the output destination.
ResponseWriter.cloneWithWriter(java.io.Writer)
on the wrapped ResponseWriter object.
Writer.close()
on the wrapped ResponseWriter object.
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 neither the page author nor
the ConverterException provides a message.
Converter instance on
the ValueHolder associated with our most immediate
surrounding instance of a tag whose implementation class is a
subclass of UIComponentClassicTagBase.getAsObject() or getAsText() method of a
Converter, to indicate that the requested conversion cannot
be performed.ConverterELTag. The remainder of the functionality, namely, the
binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail.UIComponent instance of the
class specified by a previous call to addComponent() for
the specified component type.
Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String).
getValue() method on the specified
ValueExpression.
getComponentType().
getComponentType().
createComponent using Faces 1.1 EL
API.
Converter instance of the
class specified by a previous call to addConverter()
for the specified converter id.
Converter instance of the
class that has registered itself as capable of performing conversions
for objects of the specified type.
Converter to be registered
on our surrounding UIComponent.
Converter to be registered
on our surrounding UIComponent.
Application.getExpressionFactory() then ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class>, java.lang.Class>[]).
OutputStream to create a new
ResponseStream instance.
Writer to create a new ResponseWriter instance for the specified (optional) content
type, and character encoding.
Validator instance of the
class specified by a previous call to addValidator()
for the specified validator id.
Validator to be registered
on our surrounding UIComponent.
Validator to be registered
on our surrounding UIComponent.
Application.getExpressionFactory() then ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class>).
Application instance to create a new component
with the following characteristics.
UIViewRoot instance
initialized with information from the argument
FacesContext and viewId.
ViewHandler.createView(javax.faces.context.FacesContext, String)
on the wrapped ViewHandler object.
FacesMessage to be created if
the conversion to Number fails.
UIData.DataModel.DataModelEvents occurring on a
particular DataModel instance.FacesMessage to be created if
the conversion to Date fails.
FacesMessage to be created if
the conversion to DateTime fails.
Converter implementation for java.util.Date
values.FacesMessage to be created if
the conversion to BigDecimal fails.
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 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 UIComponentClassicTagBase instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
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 instance in the view corresponding to this
tag instance in the page and, if and only if a component was
created, insert it into the tree at the proper location as
expected by the page author.
Validator
class, and register it with the UIComponent instance associated
with our most immediately surrounding UIComponentTagBase instance, if
the UIComponent instance was created by this execution of the
containing JSP page.
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.
FacesMessage to be created if
the conversion to Double fails.
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.true from UIComponent.isRendered(), render this component and all its children that
return true from isRendered(),
regardless of the value of the UIComponent.getRendersChildren() flag.
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.
UIComponent to the
output stream or writer associated with the response we are creating.
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.
rendered property is true,
render the ending of the current state of this
UIComponent.
UIComponentBase.encodeEnd(javax.faces.context.FacesContext)
behavior.
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value
to be rendered.
ResponseWriter.endDocument()
on the wrapped ResponseWriter object.
startElement().
ResponseWriter.endElement(String)
on the wrapped ResponseWriter object.
FacesMessage to be created if
the conversion to Enum fails.
FacesMessage to be created if
the conversion to Enum fails and no target class has been
provided.
Converter implementation for java.lang.Enum
(and enum primitive) values.ELException.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 just a summary.
FacesMessage with the specified initial
values.
FacesMessage with the specified
initial values.