|
Java EE 5 SDK | ||||||||
PREV NEXT | FRAMES NO FRAMES |
ActionEvent
represents the activation of a user interface
component (such as a UICommand
).ActionEvent
s.UIComponent
that wishes to be a source of
ActionEvent
s, 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
.java.awt.datatransfer.DataFlavor
.ActionListener
to the set of listeners interested
in being notified when ActionEvent
s occur.
AttachmentPart
object to this SOAPMessage
object.
SOAPElement
object.
SOAPElement
object.
SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
SOAPBodyElement
object with the specified
name and adds it to this SOAPBody
object.
SOAPBodyElement
object with the specified
QName and adds it to this SOAPBody
object.
index
.
UIComponent
to the list of component identifiers created or located by nested
UIComponentTag
s processing this request.
SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
SOAPElement
object initialized with the given
QName
object and adds the new element to this SOAPElement
object.
SOAPElement
object initialized with the
specified local name and adds the new element to this
SOAPElement
object.
SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
SOAPElement
as a child of this
SOAPElement
instance.
UIComponent
class.
Converter
class.
DataModelListener
to the set interested in
notifications from this DataModel
.
Detail
object and sets it as the
Detail
object for this SOAPFault
object.
DetailEntry
object with the given
name and adds it to this Detail
object.
DetailEntry
object with the given
QName and adds it to this Detail
object.
Document
to this SOAPBody
object.
ELContextListener
that will be notified on creation
of ELContext
instances.
ELContextListener
s so that context objects
can be added whenever a new ELContext
is created.
resolver
to be added to the
resolver chain as specified in section 5.5.1 of the JavaServer
Faces Specification.
ELResolver
to affect the way EL variables
and properties are resolved for EL expressions appearing in JSP pages
and tag files.
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
.
UIComponentTag
s
processing this request.
SOAPFault
object and adds it to
this SOAPBody
object.
SOAPFault
object and adds it to
this SOAPBody
object.
SOAPFault
object and adds it to this
SOAPBody
object.
SOAPFault
object and adds it to this
SOAPBody
object.
SOAPFault
object and adds it to this SOAPBody
object.
locale
.
MimeHeader
object with the specified name and value
to this MimeHeaders
object's list of headers.
SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
SOAPHeaderElement
object initialized with the
specified name and adds it to this SOAPHeader
object.
SOAPHeaderElement
object initialized with the
specified qname and adds it to this SOAPHeader
object.
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
.
AttachmentPart
object.
MimeHeader
object with the specified
name and value and adds it to this SOAPPart
object.
data
for optimized binary storage as an attachment.
data
for optimized binary storage as an attachment.
SOAPElement
object.
SOAPHeaderElement
object initialized
with the specified name and adds it to this SOAPHeader
object.
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 Renderer
s 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.
data
as an attachment and return attachment's content-id, cid.
Text
object initialized with the given
String
and adds it to this SOAPElement
object.
PersistenceUnitInfo.getClassLoader()
method.
SOAPHeaderElement
object initialized
with the specified List of supported SOAP URIs and adds it to this
SOAPHeader
object.
SOAPHeaderElement
object initialized
with the specified array of supported SOAP URIs and adds it to this
SOAPHeader
object.
SOAPHeaderElement
object initialized
with the specified supported SOAP URI and adds it to this
SOAPHeader
object.
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 ValueChangeEvent
s occur.
ValueChangeListener
to the set of listeners
interested in being notified when ValueChangeEvent
s occur.
SOAPFault
.
ApplicationFactory
class name.
Application
instances.ApplicationServerInternalException
is thrown
by an application
server to indicate error conditions specific to an application server.DataModel
that wraps an array of Java objects.ArrayDataModel
with no specified
wrapped data.
ArrayDataModel
wrapping the specified
array.
ArrayELResolver
.
ArrayELResolver
whose read-only status is
determined by the given parameter.
ManagedConnection
instance.
AsyncHandler
interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously.SOAPMessage
object.AttributeOverride
annotation is used to
override the mapping of a Basic
(whether explicit or
default) property or field or Id property or field.receive
or when the message
listener the session has called to process the message successfully
returns.
Basic
annotation is the simplest type of mapping
to a database column.BeanELResolver
.
BeanELResolver
whose read-only status is
determined by the given parameter.
Converter
implementation for
java.math.BigDecimal
values.FacesMessage
to be created if
the conversion to BigInteger
fails.
Converter
implementation for
java.math.BigInteger
values.Binding
interface is the base interface
for JAX-WS protocol bindings.BindingProvider
interface provides access to the
protocol binding and associated context objects for request and
response message processing.BindingType
annotation is used to
specify the binding to use for a web service
endpoint implementation class.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.BytesMessage
object is used to send a message containing a
stream of uninterpreted bytes.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.
javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.FacesMessage
to be created if
the conversion to Character
fails.
Converter
implementation for java.lang.Character
(and char primitive) values.PersistenceUnitInfo.addTransformer
method.AttachmentPart
object.
acknowledge
method.
ClientExecuteException
without detail message.
ClientExecuteException
with the
specified detail message.
java.lang.Object.clone
method to return a copy of this cookie.
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.
QueueBrowser
.
QueueRequestor
and its session.
TopicRequestor
and its session.
SOAPConnection
object.
XmlAdapter
to handle xs:token and its derived types.TransactionInProgressException
, since it should
not be called for an XASession
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.
ELResolver
s./WEB-INF/faces-config.xml
which is loaded automatically
if it exists) containing JavaServer Faces configuration information.
ConfigurationException
without detail message.
ConfigurationException
with the specified detail message.
Connection
object is a client's active connection to its JMS
provider.Connection
objects provide a special
facility
for creating a ConnectionConsumer
(optional).ConnectionEventListener
interface provides an event
callback mechanism to enable an application server to receive
notifications from a ManagedConnection
instance.ConnectionFactory
object encapsulates a set of connection
configuration
parameters that has been defined by an administrator.ConnectionFactory
provides an interface for getting
connection to an EIS instance.ConnectionMetaData
object provides information describing the
Connection
object.ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance.MessageContext
contains a property
with the specified name.
contentStream
is another such stream representing
the content of this body part.
contentStream
is another such stream representing
the content of this message.
ELContext
has been created.
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.Service
instance.
Service
instance.
AttachmentPart
object.
AttachmentPart
object and populates it using
the given DataHandler
object.
AttachmentPart
object and populates it with
the specified data of the specified content type.
QueueBrowser
object to peek at the messages on
the specified queue.
QueueBrowser
object to peek at the messages on
the specified queue using a message selector.
QueueBrowser
object to peek at the messages on
the specified queue.
QueueBrowser
object to peek at the messages on
the specified queue using a message selector.
BytesMessage
object.
Call
instance.
Call
instance.
Call
instance.
Call
object not associated with
specific operation or target service endpoint.
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.
SOAPConnection
.
MessageConsumer
for the specified destination.
MessageConsumer
for the specified destination,
using a message selector.
MessageConsumer
for the specified destination, using a
message selector.
EntityManagerFactory
is to be created.
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
.
Detail
object which serves as a container
for DetailEntry
objects.
Dispatch
instance for use with objects of
the users choosing.
Dispatch
instance for use with JAXB
generated objects.
Dispatch
instance for use with objects of
the users choosing.
Dispatch
instance for use with JAXB
generated objects.
SOAPElement
object from an existing DOM
Element
.
SOAPElement
object initialized with the
given Name
object.
SOAPElement
object initialized with the
given QName
object.
SOAPElement
object initialized with the
given local name.
SOAPElement
object with the given
local name, prefix and uri.
EntityManagerFactory
is to be created.
SOAPFault
object initialized with the given reasonText
and faultCode
SOAPFault
object
MapMessage
object.
Message
object.
SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
Application.getExpressionFactory()
then ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class>, java.lang.Class>[])
.
MethodExpression
for later
evaluation.
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
Name
object initialized with the
given local name.
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
Name
object initialized with the
given local name.
ObjectMessage
object.
ObjectMessage
object.
Result
object.
MessageProducer
to send messages to the specified
destination.
QName
whose namespace URI is the one associated
with the parameter, prefix
, in the context of this
SOAPElement
.
Queue
name.
Queue
name.
QueueSession
object.
XAQueueSession
object.
QueueReceiver
object to receive messages from the
specified queue.
QueueReceiver
object to receive messages from the
specified queue using a message selector.
OutputStream
to create a new
ResponseStream
instance.
Writer
to create a new ResponseWriter
instance for the specified (optional) content
type, and character encoding.
QueueSender
object to send messages to the
specified queue.
Service
instance.
Service
instance.
Session
object.
Session
object.
StreamMessage
object.
TemporaryQueue
object.
TemporaryQueue
object.
TemporaryTopic
object.
TemporaryTopic
object.
TextMessage
object.
TextMessage
object.
java.util.Timer
instance.
Topic
name.
Topic
name.
TopicSession
object.
XATopicSession
object.
TypeMapping
object.
Result
object.
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>)
.
ValueExpression
for later
evaluation.
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.
XAConnection
with the default user identity.
XAQueueSession
object.
XASession
object.
XATopicSession
object.
FacesMessage
to be created if
the conversion to Number
fails.
DataContentHandlers
.DataHandler
instance referencing the
specified DataSource.
DataHandler
instance representing an object
of this MIME type.
DataHandler
instance referencing a URL.
UIData
.DataModel
.DataModelEvent
s 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.DDBeanCreateException
without detail message.
DDBeanCreateException
with the
specified detail message.
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
.
PERSISTENT
.
Lifecycle
instance
for this JavaServer Faces implementation.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
PERSISTENT
and
NON_PERSISTENT
.Destination
object encapsulates a provider-specific
address.destroy
method indicates the end of lifecycle
for a Handler instance.
destroy
method indicates the end of lifecycle
for a Handler instance.
Node
object from the tree.
DetailEntry
objects.Detail
object, giving details for
a SOAPFault
object.SINGLE_TABLE
and
JOINED
inheritance mapping strategies.Dispatch
interface provides support
for the dynamic invocation of a service endpoint operations.ManagedConnection
implementation.ManagedConnection
instance from all of its connection
handles.
DeploymentManager.distribute(Target[], ModuleType, InputStream, InputStream)
service
method)
to allow a servlet to handle a DELETE request.
doFilter
method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
service
method) to
allow a servlet to handle a GET request.
service
method and handles the
request.
service
method)
to allow a servlet to handle a OPTIONS request.
service
method)
to allow a servlet to handle a POST request.
service
method)
to allow a servlet to handle a PUT request.
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.
service
method)
to allow a servlet to handle a TRACE request.
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.
Work
instance for processing.
Work
instance for processing.
MessageFactory
instances that create
SOAPMessages
whose concrete type is based on the
Content-Type
MIME header passed to the
createMessage
method.
ValueChangeEvent
s and Validator
s.EISSystemException
is used to indicate any EIS
specific system-level
error conditions.isCallerInRole (String reference)
permissions.ELContext
has been created.ELContext
has been created.
ELContext
is created.ELException
with no detail message.
ELException
with the provided detail message.
ELException
with the given cause.
ELException
ELException
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 UIComponent
s 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.
sendRedirect
method or, if encoding is not needed,
returns the URL unchanged.
ResponseWriter.endDocument()
on the wrapped ResponseWriter
object.
startElement()
.
ResponseWriter.endElement(String)
on the wrapped ResponseWriter
object.
EntityManager.persist(Object)
is called and the entity
already exists.EntityExistsException
exception
with null
as its detail message.
EntityExistsException
exception
with the specified detail message.
EntityExistsException
exception
with the specified detail message and cause.
EntityExistsException
exception
with the specified cause.
EntityManagerFactory
interface is used
by the application to obtain an application-managed entity
manager.EntityManager.getReference(Class,Object)
is accessed but the entity does not exist.EntityNotFoundException
exception
with null
as its detail message.
EntityNotFoundException
exception
with the specified detail message.
EntityTransaction
interface is used to control
resource transactions on resource-local entity managers.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.isMimeTypeEqual
method.
Expression
.
ELException
.Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object.
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor.
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and that have a MustUnderstand attribute
whose value is equivalent to true
.
Connection
object, it informs the Connection
object's
ExceptionListener
, if one has been registered.Work
instance must be executed.ValueExpression
and
MethodExpression
, implementing characterstics common to both.ValueExpression
ExpressionFactory
String
into a ValueExpression
or
MethodExpression
instance for later evaluation.Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object and detaches them
from this SOAPHeader
object.
Document
and sets
the first child of this SOAPBody
as it's document
element.
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and detaches them
from this SOAPHeader
object.
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.UIComponent
s.FacesEvent
s.FacesMessage
with no initial
values.
FacesMessage
with just a summary.
FacesMessage
with the specified initial
values.
FacesMessage
with the specified
initial values.
UIComponent
is to be added as a
facet
to the component associated with its parent.UIComponent
with an id
that matches the specified search expression (if any), according to the
algorithm described below.
UIComponent
, from the component
tree, that corresponds to this tag handler instance.
JAXRException
object with no
reason or embedded Throwable.
JAXRException
object with the given
String
as the reason for the exception being thrown.
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
JAXRException
object initialized
with the given Throwable
object.
FacesMessage
to be created if
the conversion to Float
fails.
Converter
implementation for java.lang.Float
(and float primitive) values.ResponseWriter.flush()
on the wrapped ResponseWriter
object.
FunctionMapper
org.ietf.jgss.GSSCredential
interface in
J2SE Version 1.4, which provides similar functionality.javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.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.
ActionSource2.getActionExpression()
.
UICommand.getActionExpression()
.
MethodExpression
pointing 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.
ActionSource.getActionListeners()
instead.
UICommand.getActionListeners()
instead.
ActionListener
s for this
ActionSource
instance.
encodeActionURL()
method of
ExternalContext
) that selects the specified view identifier.
ViewHandler.getActionURL(javax.faces.context.FacesContext, String)
on the wrapped ViewHandler
object.
SOAPHeaderElement
.
Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
Iterator
over all of the attributes
in this SOAPElement
as QName
objects.
Header
objects.
MimeHeader
s in this MimeHeaders
object.
AttachmentPart
object
as an iterator over the MimeHeader
objects.
SOAPPart
object
as an iterator over the MimeHeader
objects.
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.
value
to one of the enum
constants of the class provided in our constructor.
UIComponent
, into a String that is suitable
for being included in the response generated during the
Render Response phase of the request processing
lifeycle.
value
argument into a String.
AttachmentPart
object that is associated with an
attachment that is referenced by this SOAPElement
or
null
if no such attachment exists.
cid
, as a byte[].
cid
, and return as a DataHandler
.
AttachmentPart
objects that are part of
this SOAPMessage
object.
AttachmentPart
objects that have header
entries that match the specified headers.
null
if no object is bound under the name.
null
if there is no attribute by that name.
Object
,
or null
if no attribute of the given name exists.
Enumeration
of String
objects
containing the names of all the objects bound to this session.
Enumeration
containing the
attribute names available
within this servlet context.
Enumeration
containing the
names of the attributes available to this request.
Map
representing the attributes
(and properties, see below) associated wth this UIComponent
,
keyed by attribute name (which must be a String).
null
.
autocomplete
property.
autocomplete
property.
InputStream
which can be used to obtain the
content of AttachmentPart
as Base64 encoded
character data, this method would base64 encode the raw bytes
of the attachment and return.
bgcolor
property.
bgcolor
property.
SOAPBody
object associated with this
SOAPEnvelope
object.
boolean
value with the specified name.
boolean
property with the
specified name.
border
property.
border
property.
border
property.
border
property.
byte
value with the specified name.
byte
property with the specified
name.
Call
objects for
invoking operations on the specified port.
captionClass
property.
captionClass
property.
captionStyle
property.
captionStyle
property.
null
if the
cause is nonexistent or unknown.
getCause
method of Throwable
to return the next exception in the chain of nested exceptions.
JAXRException
if there is one.
Throwable
object embedded in this
SOAPException
if there is one.
cellpadding
property.
cellpadding
property.
cellspacing
property.
cellspacing
property.
ResponseWriter
.
ResponseWriter.getCharacterEncoding()
on the wrapped ResponseWriter
object.
charset
property.
charset
property.
UIComponent
s that are
associated with this UIComponent
.
Iterator
over all the immediate child
Node
s of this element.
Iterator
over all the immediate child
Node
s of this element with the specified name.
Iterator
over all the immediate child
Node
s of this element with the specified qname.
List
representing the child
UIComponent
s 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.
cmdName
for the MIME type.
null
if the cookie has no comment.
property
argument.
null
, returns the most
general type that this resolver accepts for the
property
argument.
property
argument, given a base
object.
property
argument, given a base
object.
property
argument.
property
argument.
property
argument.
null
, returns
String.class
.
null
, returns
String.class
.
UIComponent
that sent this event.
UIComponent
instance that is associated with
this tag instance.
UIComponent
instance that is associated with
this tag instance.
ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String)
.
The default implementation returns null
.
null
.
StateManager.getComponentStateToSave(javax.faces.context.FacesContext)
on the wrapped StateManager
object.
Iterator
over the set of currently defined
component types for this Application
.
NamingContainer
to
selectively disable prepending their clientId to their
descendent's clientIds by breaking the prepending logic into a
seperately callable method.
UIComponent.getContainerClientId(javax.faces.context.FacesContext)
to allow
users to disable this form from prepending its clientId
to
its descendent's clientIds
depending on the value of
this form's UIForm.isPrependId()
property.
AttachmentPart
object as a Java
object.
Source
object.
SOAPMessage
object's
content.
ResponseWriter
.
ResponseWriter.getContentType()
on the wrapped ResponseWriter
object.
null
if the type is not known.
Policy
provider to activate the
PolicyContextHandler
registered to the context object key
and cause it to return the corresponding policy context object from
the container.
PolicyContext
class to
activate the handler and obtain from it the context object
identified by the (case-sensitive) key.
ServletContext
object that
corresponds to a specified URL on the server.
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
.
UIInput.setConverterMessage(java.lang.String)
on this
instance, return the message.
Iterator
over the set of Class
instances for which Converter
classes have been explicitly
registered.
Cookie
objects the client sent with this request.
coords
property.
coords
property.
true
if we dynamically created a new component
instance during execution of this tag.
true
if we dynamically created a new component
instance during execution of this tag.
List
of UIComponent
ids created or
located by nested UIComponentTag
s while processing the current
request.
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.
DataHandler
object for this AttachmentPart
object.
DataModel
object representing the
data objects that we will iterate over in this component's
rendering.
DataModel
that fired this event.
DataModelListener
s interested in
notifications from this DataModel
.
long
value that represents a
Date
object.
Locale
for this application.
renderKitId
to be used for rendering
this application.
TypeMapping
instance.
MessageProducer
.
SOAPFault
object.
DetailEntry
s in this Detail
object.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
dir
property.
disabledClass
property.
disabledClass
property.
disabledClass
property.
disabledClass
property.
disabledClass
property.
disabledClass
property.
doAfterBody()
method when it is called.
doEnd()
method when it is called.
doStart()
method when it is called.
double
value with the specified name.
double
property with the specified
name.
ELContext
that was created.
ELContext
instance for this
FacesContext
instance.
ELContext
for the FacesContext
for
this request.
ELContext
for the FacesContext
for
this request.
ELContext
associated with this
JspContext
.
Application.addELContextListener(javax.el.ELContextListener)
,
this method must return an empty array.
Result
.
jaxbElement
.
SOAPElement
object.
SOAPElement
object.
ELResolver
associated with this context.
ELResolver
instance to be used
for all EL resolution.
enabledClass
property.
enabledClass
property.
enabledClass
property.
enabledClass
property.
enabledClass
property.
enabledClass
property.
getEncoding(DataSource)
except that instead
of reading the data from an InputStream
it uses the
writeTo
method to examine the data.
SOAPElement
object.
enctype
property.
SOAPEnvelope
object associated with this
SOAPPart
object.
errorClass
property.
errorClass
property.
errorStyle
property.
errorStyle
property.
WorkException
.
ExceptionListener
object for this connection.
Endpoint
instance.
Service
instance.
Service
instance.
JspApplicationContext.getExpressionFactory()
ExpressionFactory
instance for this
application.
ValueExpression
s and
MethodExpression
s so that EL expressions can be
parsed and evaluated.
Expression
,
unmodified.
null
) expression String,
with leading and trailing delimiters, from which this
MethodBinding
was built.
null
) expression String,
including the delimiters, from which this
ValueBinding
was built.
ExternalContext
instance for this
FacesContext
instance.
FacesContext
instance
for the current request.
FacesContext
instance
that is initialized for the processing of the specified request
and response objects, utilizing the specified Lifecycle
instance, for this web application.
FacesContext
for the request being processed.
FacesContext
instance for the current
request.
UIComponentClassicTagBase.release()
was called), return the
previously returned value.
FacesListener
s that are
instances of the specified class.
null
otherwise.
UIComponent
s that are
associated with this UIComponent
.
Map
representing the facet
UIComponent
s associated with this UIComponent
,
keyed by facet name (which must be a String).
Iterator
over the facet followed by child
UIComponent
s of this UIComponent
.
fatalClass
property.
fatalClass
property.
fatalStyle
property.
fatalStyle
property.
SOAPFault
object in this SOAPBody
object.
SOAPFault
instance.
faultactor
element.
SOAPFault
object.
faultcode
element.
SOAPFault
object.
SOAPFault
object as a SAAJ Name
object.
SOAPFault
object as a QName
object.
SOAPFault
object.
Iterator
over a distinct sequence of
Locale
s for which there are associated Reason Text items.
Locale
.
Iterator
over a sequence of
String
objects containing all of the Reason Text items for
this SOAPFault
.
SOAPFault
object.
faultstring
element.
SOAPFault
object.
SOAPFault
object.
SOAPFault
as an iterator over
QNames
.
null
, since there is no reason to
iterate through set set of all integers.
null
, returns an
Iterator
containing the set of JavaBeans properties
available on the given object.
base
object.
base
object.
null
, since there is no reason to
iterate through set set of all integers.
Iterator
containing the set of keys available in the Map
.
Iterator
containing the set of keys available in the ResourceBundle
.
null
, and the property matches
the name of a JSP implicit object, returns an Iterator
containing FeatureDescriptor
objects with information
about each JSP implicit object resolved by this resolver.
null
, returns an
Iterator
containing FeatureDescriptor
objects
with information about each scoped attribute resolved by this
resolver.
Flags
object containing the flags for
this message.
Flags
object containing the flags for
this message.
float
value with the specified name.
float
property with the specified
name.
footerClass
property.
footerClass
property.
footerClass
property.
for
property.
frame
property.
frame
property.
FunctionMapper
associated with this
ELContext
.
HandlerRegistry
instance
for this Service
instance.
String
.
String
objects.
SOAPHeader
object for
this SOAPEnvelope
object.
headerClass
property.
headerClass
property.
headerClass
property.
Enumeration
of String
objects.
height
property.
hreflang
property.
hreflang
property.
getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
UIComponent
.
id
value assigned by the page author.
Enumeration
and will be removed
in a future version of this API.
image
property.
infoClass
property.
infoClass
property.
infoStyle
property.
infoStyle
property.
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
Map
whose keys are the set of
application initialization parameter names configured for this
application, and whose values are the corresponding parameter
values.
Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
InputStream
representing
the data and throws the appropriate exception if it can
not do so.
ServletInputStream
.
int
value with the specified name.
int
.
int
property with the specified
name.
ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
DeliveryMode
value specified for this message.
Destination
object for this message.
Destination
object to which a reply to this
message should be sent.
JspApplicationContext
instance associated
with the web application for the given ServletContext
.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
label
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
lang
property.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
layout
property.
layout
property.
layout
property.
layout
property.
Lifecycle
instance
for the specified lifecycle identifier.
Iterator
over the set of lifecycle
identifiers supported by this factory.
getCause
and
initCause
methods of the
java.lang.Throwable
class..
getCause
and
initCause
methods of the
java.lang.Throwable
class.
Marshaller.Listener
registered with this Marshaller
.
Unmarshaller.Listener
registered with this Unmarshaller
.
Locale
stored by a previous invocation to
ELContext.setLocale(java.util.Locale)
.
Locale
to be used in localizing the
response being created for this view.
Locale
to be used when parsing or formatting
dates and times.
Locale
to be used when parsing numbers.
Locale
that the client will
accept content in, based on the Accept-Language header.
ServletResponse.setLocale(java.util.Locale)
method.
Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
Name
object represents.
javax.resource.spi.LocalTransaction
instance.
UIComponent
(if any),
without evaluating any associated ValueExpression
.
long
value with the specified name.
longdesc
property.
long
property with the specified
name.
Enumeration
of all the names in the
MapMessage
object.
Header
objects.
MimeHeader
objects whose name matches
a name in the given array of names.
MimeHeader
objects that match a name in
the given array.
MimeHeader
objects that match a name in
the given array.
-1
indicating the cookie will persist
until browser shutdown.
getAsString()
should
render in the fraction portion of the result.
Validator
or Double.MAX_VALUE
if it has not been
set.
Validator
, or 0
if the maximum has not been
set.
Validator
.
FacesMessage
s that has been queued, whether or not they are
associated with any specific UIComponent
.
getAsString()
should
render in the integer portion of the result.
maxlength
property.
maxlength
property.
null
, otherwise, return the
message.
JAXRException
object.
SOAPException
object.
ResourceBundle
to be used for JavaServer Faces messages
for this application.
MessageContext
for the current part.
getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
MessageFactory
instance used by this SOAP binding.
MessageListener
.
Iterator
over the FacesMessage
s
that have been queued, whether or not they are associated with any
specific client identifier.
Iterator
over the FacesMessage
s that
have been queued that are associated with the specified client identifier
(if clientId
is not null
), or over the
FacesMessage
s that have been queued that are not associated with
any specific client identifier (if clientId
is
null
).
String
.
MimeHeader
object
in this SOAPPart
object that
is identified by the given String
.
SOAPMessage
object in a transport-independent fashion.
null
if
the MIME type is not known.
getAsString()
should
render in the fraction portion of the result.
Validator
, or Double.MIN_VALUE
if it has not been
set.
Validator
, or 0
if the minimum has not been
set.
Validator
.
getAsString()
should
render in the integer portion of the result.
SOAPHeaderElement
.
getFile
method on the URL used to
instantiate the object.
MimeHeader
object.
RequestDispatcher
object that acts
as a wrapper for the named servlet.
Iterator
over the namespace prefix
String
s declared by this element.
NavigationHandler
instance that will be passed
the outcome returned by any invoked application action for this
web application.
UIComponent
.
UnsupportedOperationException
.
NoLocal
attribute for this subscriber.
Header
objects.
MimeHeader
objects whose name does not
match a name in the given array of names.
MimeHeader
objects whose name does
not match a name in the given array.
MimeHeader
objects whose name does
not match a name in the given array.
UIComponent
.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onblur
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onchange
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
onclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
ondblclick
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onfocus
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeydown
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeypress
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onkeyup
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousedown
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.
onmousemove
property.