Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- W3CDomHandler - Class in jakarta.xml.bind.annotation
-
DomHandler
implementation for W3C DOM (org.w3c.dom
package.) - W3CDomHandler() - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
-
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
-
Constructor that allows applications to specify which DOM implementation to be used.
- W3CEndpointReference - Class in jakarta.xml.ws.wsaddressing
-
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
- W3CEndpointReference(Source) - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReference
-
Creates an EPR from infoset representation
- W3CEndpointReferenceBuilder - Class in jakarta.xml.ws.wsaddressing
-
This class is used to build
W3CEndpointReference
instances. - W3CEndpointReferenceBuilder() - Constructor for class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Creates a new
W3CEndpointReferenceBuilder
instance. - W3C XML Schema "lax" wildcard emulation - Search tag in annotation interface jakarta.xml.bind.annotation.XmlAnyElement
- Section
- waitForDebugger() - Static method in class com.sun.faces.util.DebugUtil
-
Usage:
- WAP - Enum constant in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
The Authorization Server should display authentication and consent UI consistent with a "feature phone" type display.
- warn(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic warning that is not related to any particular element, or that information is not known.
- warn(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
BeanInfo
. - warn(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
ObserverInfo
. - warn(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - warnClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
- warnClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
- WARNING - Static variable in interface jakarta.xml.bind.ValidationEvent
-
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
- warnStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
- warnStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
- wasCancelCalled() - Method in interface jakarta.ejb.SessionContext
-
Check whether a client invoked the
cancel
method on the clientFuture
object corresponding to the currently executing asynchronous business method. - WEB_INF_MARKER - Static variable in class com.sun.faces.config.manager.tasks.ParseConfigResourceToDOMTask
-
Name of the attribute added by ParseTask to indicate a
Document
instance as a representation of/WEB-INF/faces-config.xml
. - WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
If a
<context-param>
with the param name equal to the value ofResourceHandler.WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME
exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located. - WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
If a
<context-param>
with the param name equal to the value ofResourceHandler.WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located. - WebAppContractsDirectory - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- WebAppFlowConfigResourceProvider - Class in com.sun.faces.config.configprovider
- WebAppFlowConfigResourceProvider() - Constructor for class com.sun.faces.config.configprovider.WebAppFlowConfigResourceProvider
- WebApplicationException - Exception Class in jakarta.ws.rs
-
Runtime exception for applications.
- WebApplicationException() - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(int) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response.Status) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(String) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and a default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a supplied message and HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied message and response.
- WebApplicationException(String, Response.Status) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and HTTP status.
- WebApplicationException(String, Throwable) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a the supplied message, root cause and HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, int) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception class jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebappLifecycleListener - Class in com.sun.faces.application
-
Central location for web application lifecycle events.
- WebappLifecycleListener() - Constructor for class com.sun.faces.application.WebappLifecycleListener
- WebappLifecycleListener(ServletContext) - Constructor for class com.sun.faces.application.WebappLifecycleListener
- webAppListener - Variable in class com.sun.faces.config.ConfigureListener
- WebappResourceHelper - Class in com.sun.faces.application.resource
-
A
ResourceHelper
implementation for finding/serving resources found within<contextroot>/resources
directory of a web application. - WebappResourceHelper() - Constructor for class com.sun.faces.application.resource.WebappResourceHelper
- WebAppResourcesDirectory - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- webConfig - Variable in class com.sun.faces.application.view.ViewHandlingStrategy
- webConfig - Variable in class com.sun.faces.config.ConfigureListener
- webConfig - Variable in class com.sun.faces.renderkit.StateHelper
-
Access to the context init parameters that configure this application.
- WebConfiguration - Class in com.sun.faces.config
-
Class Documentation
- WebConfiguration.BooleanWebContextInitParameter - Enum Class in com.sun.faces.config
-
An
enum
of all boolean context initalization parameters recognized by the implementation. - WebConfiguration.DisableUnicodeEscaping - Enum Class in com.sun.faces.config
-
An
enum
of all possible values for thedisableUnicodeEscaping
configuration parameter. - WebConfiguration.WebContextInitParameter - Enum Class in com.sun.faces.config
-
An
enum
of all non-boolean context initalization parameters recognized by the implementation. - WebConfiguration.WebEnvironmentEntry - Enum Class in com.sun.faces.config
-
An
enum
of all environment entries (specified in the web.xml) recognized by the implemenetation. - WebConnection - Interface in jakarta.servlet.http
-
This interface encapsulates the connection for an upgrade request.
- WebContainerInjectionProvider - Class in com.sun.faces.vendor
-
This
InjectionProvider
will be used if thePostConstruct
andPreDestroy
annotations are present, but no specificInjectionProvider
has been configured. - WebContainerInjectionProvider() - Constructor for class com.sun.faces.vendor.WebContainerInjectionProvider
- WebEndpoint - Annotation Interface in jakarta.xml.ws
-
Used to annotate the
getPortName()
methods of a generated service interface. - WebFaceletTaglibResourceProvider - Class in com.sun.faces.config.configprovider
- WebFaceletTaglibResourceProvider() - Constructor for class com.sun.faces.config.configprovider.WebFaceletTaglibResourceProvider
- WebFacesConfigResourceProvider - Class in com.sun.faces.config.configprovider
- WebFacesConfigResourceProvider() - Constructor for class com.sun.faces.config.configprovider.WebFacesConfigResourceProvider
- WebFault - Annotation Interface in jakarta.xml.ws
-
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
- WebFilter - Annotation Interface in jakarta.servlet.annotation
-
Annotation used to declare a servlet filter.
- WebInitParam - Annotation Interface in jakarta.servlet.annotation
-
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
- WebListener - Annotation Interface in jakarta.servlet.annotation
-
This annotation is used to declare a WebListener.
- WebMethod - Annotation Interface in jakarta.jws
-
Customizes a method that is exposed as a Web Service operation.
- WebParam - Annotation Interface in jakarta.jws
-
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
- WebParam.Mode - Enum Class in jakarta.jws
-
The direction in which the parameter flows
- WebPrintWriter - Class in com.sun.faces.application
-
A simple PrintWriter implementation to allow us to query whether or not the writer has been flushed or closed.
- WebPrintWriter(Writer) - Constructor for class com.sun.faces.application.WebPrintWriter
- WebResult - Annotation Interface in jakarta.jws
-
Customizes the mapping of the return value to a WSDL part and XML element.
- WebService - Annotation Interface in jakarta.jws
-
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
- WebServiceClient - Annotation Interface in jakarta.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in jakarta.xml.ws
-
A
WebServiceContext
makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served. - WebServiceException - Exception Class in jakarta.xml.ws
-
The
WebServiceException
class is the base exception class for all Jakarta XML Web Services API runtime exceptions. - WebServiceException() - Constructor for exception class jakarta.xml.ws.WebServiceException
-
Constructs a new exception with
null
as its detail message. - WebServiceException(String) - Constructor for exception class jakarta.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message.
- WebServiceException(String, Throwable) - Constructor for exception class jakarta.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail message and cause.
- WebServiceException(Throwable) - Constructor for exception class jakarta.xml.ws.WebServiceException
-
Constructs a new WebServiceException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - WebServiceFeature - Class in jakarta.xml.ws
-
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
- WebServiceFeature() - Constructor for class jakarta.xml.ws.WebServiceFeature
-
Default constructor.
- WebServiceFeatureAnnotation - Annotation Interface in jakarta.xml.ws.spi
-
Annotation used to identify other annotations as a
WebServiceFeature
. - WebServicePermission - Class in jakarta.xml.ws
-
This class defines web service permissions.
- WebServicePermission(String) - Constructor for class jakarta.xml.ws.WebServicePermission
-
Creates a new permission with the specified name.
- WebServicePermission(String, String) - Constructor for class jakarta.xml.ws.WebServicePermission
-
Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Interface in jakarta.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Interface in jakarta.xml.ws
-
The
WebServiceRef
annotation is used to define a reference to a web service and (optionally) an injection target for it. - WebServiceRefs - Annotation Interface in jakarta.xml.ws
-
The
WebServiceRefs
annotation allows multiple web service references to be declared at the class level. - WebServlet - Annotation Interface in jakarta.servlet.annotation
-
Annotation used to declare a servlet.
- WEBSITE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- WEBSOCKET_ENDPOINT_PORT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
-
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
- WebsocketChannelManager - Class in com.sun.faces.push
-
This web socket channel manager holds all application and session scoped web socket channel identifiers registered by
<f:websocket>
. - WebsocketChannelManager() - Constructor for class com.sun.faces.push.WebsocketChannelManager
- WebsocketChannelManager.ViewScope - Class in com.sun.faces.push
-
This helps the web socket channel manager to hold view scoped web socket channel identifiers registered by
<f:websocket>
. - WebSocketContainer - Interface in jakarta.websocket
-
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
- WebsocketEndpoint - Class in com.sun.faces.push
-
This web socket server endpoint handles web socket requests coming from
<f:websocket>
. - WebsocketEndpoint() - Constructor for class com.sun.faces.push.WebsocketEndpoint
- WebsocketEndpointPort - Enum constant in enum class com.sun.faces.context.ContextParam
-
The websocket endpoint port (default 0 means the code will take the port from the request)
- WebsocketEvent - Class in jakarta.faces.event
-
This web socket event will be fired when a new
<f:websocket>
has been@
WebsocketEvent.Opened
or@
WebsocketEvent.Closed
. - WebsocketEvent(String, Serializable, CloseReason.CloseCode) - Constructor for class jakarta.faces.event.WebsocketEvent
- WebsocketEvent.Closed - Annotation Interface in jakarta.faces.event
-
Indicates that a
<f:websocket>
has closed. - WebsocketEvent.Closed.Literal - Class in jakarta.faces.event
-
Supports inline instantiation of the
WebsocketEvent.Closed
qualifier. - WebsocketEvent.Opened - Annotation Interface in jakarta.faces.event
-
Indicates that a
<f:websocket>
has opened. - WebsocketEvent.Opened.Literal - Class in jakarta.faces.event
-
Supports inline instantiation of the
WebsocketEvent.Opened
qualifier. - WebsocketFacesListener - Class in com.sun.faces.push
-
This Faces listener for
UIViewRoot
ensures that the necessary JavaScript code to open or close theWebSocket
is properly rendered depending onrendered
andconnected
attributes. - WebsocketFacesListener() - Constructor for class com.sun.faces.push.WebsocketFacesListener
- WebsocketPushContext - Class in com.sun.faces.push
- WebsocketPushContext(String, WebsocketSessionManager, WebsocketUserManager) - Constructor for class com.sun.faces.push.WebsocketPushContext
-
Creates a socket push context whereby the mutable map of session and view scope channel identifiers is referenced, so it's still available when another thread invokes
WebsocketPushContext.send(Object)
during which the session and view scope is not necessarily active anymore. - WebsocketPushContextProducer - Class in com.sun.faces.cdi
- WebsocketPushContextProducer() - Constructor for class com.sun.faces.cdi.WebsocketPushContextProducer
- WebsocketRenderer - Class in com.sun.faces.renderkit.html_basic
-
WebsocketRenderer is a class that renders the
faces.push.init()
script and decodes any client behaviors triggered byUIWebsocket
. - WebsocketRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.WebsocketRenderer
- WebsocketSessionManager - Class in com.sun.faces.push
-
This web socket session manager holds all web socket sessions by their channel identifier.
- WebsocketSessionManager() - Constructor for class com.sun.faces.push.WebsocketSessionManager
- WebsocketUserManager - Class in com.sun.faces.push
-
This web socket user manager holds all web socket users registered by
<f:websocket>
. - WebsocketUserManager() - Constructor for class com.sun.faces.push.WebsocketUserManager
- WebTarget - Interface in jakarta.ws.rs.client
-
A resource target identified by the resource URI.
- WEEK - Static variable in class jakarta.persistence.criteria.LocalDateField
-
The ISO-8601 week number.
- WEEK - Static variable in class jakarta.persistence.criteria.LocalDateTimeField
-
The ISO-8601 week number.
- when(C, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(C, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<? extends C>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<? extends C>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<Boolean>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add a when/then clause to the case expression.
- when(Expression<Boolean>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add a when/then clause to the case expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Modify the query to restrict the query results according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Modify the DELETE query to restrict the target of the deletion according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Modify the update query to restrict the target of the update according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
-
Modify the subquery to restrict the result according to the specified boolean expression.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Modify the DELETE query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
-
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
- where(List<Predicate>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
- where(List<Predicate>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
- where(List<Predicate>) - Method in interface jakarta.persistence.criteria.Subquery
-
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
- width - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- width - Enum constant in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- width - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing wildcard "*/*" media type . - WILDCARD_TYPE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
-
A wildcard type, e.g.
- WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
- Wildcard characters - Search tag in module jakarta.data
- Section
- WildcardType - Interface in jakarta.enterprise.lang.model.types
-
A wildcard type.
- wildcardUnbounded() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of?
. - wildcardWithLowerBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? super lowerBound
. - wildcardWithUpperBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? extends upperBound
. - willDecode(String) - Method in interface jakarta.websocket.Decoder.Text
-
Answer whether the given String can be decoded into an object of type T.
- willDecode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
-
Answer whether the given bytes can be decoded into an object of type T.
- with(String, Object) - Method in class com.sun.faces.util.ScopedRunner
-
Adds the given variable to this instance.
- withAdapters(JsonbAdapter...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters.
- withAnnotations() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
Narrows down the set of expected types, defined by
types
andwithSubtypes
, to types that use any of given annotations. - WithAnnotations - Annotation Interface in jakarta.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - withArgumentLookup(int) - Method in interface jakarta.enterprise.invoke.InvokerBuilder
-
Enables lookup of the argument on given
position
. - withBinaryDataStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
-
Create a new
MediaType
instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withConfig(JsonbConfig) - Method in interface jakarta.json.bind.JsonbBuilder
-
Set configuration which will be set to the newly created
Jsonb
instance. - withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- withContextCapture(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Returns a new
CompletableFuture
that is completed by the completion of the specified stage. - withContextCapture(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Returns a new
CompletionStage
that is completed by the completion of the specified stage. - withCreatorParametersRequired(boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether all creator parameters should be treated as required.
- withDateFormat(String, Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom date format.
- withDeserializers(JsonbDeserializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- withEncoding(String) - Method in class jakarta.json.bind.JsonbConfig
-
The binding operations will default to this property for encoding of JSON data.
- withFileName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance that sets the partname
andfileName
to the passed inpartAndFileName
value. - withFormatting(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
- withInstanceLookup() - Method in interface jakarta.enterprise.invoke.InvokerBuilder
-
Enables lookup of the target bean instance.
- withLocale(Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom locale.
- withName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance. - withNullValues(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether null values should be serialized to JSON document or skipped.
- withoutTotal() - Method in interface jakarta.data.page.PageRequest
-
Returns an otherwise-equivalent page request with
PageRequest.requestTotal()
set tofalse
, so that totals will not be retrieved from the database. - withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, InvokerInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an invoker-valued parameter to the parameter map.
- withParam(String, InvokerInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an invoker-valued parameter to the parameter map.
- withParam(String, InvokerInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an invoker array-valued parameter to the parameter map.
- withParam(String, InvokerInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an invoker array-valued parameter to the parameter map.
- withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withParams() - Static method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
- withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyNamingStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyOrderStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify property order strategy.
- withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom property visibility strategy.
- withProvider(JsonProvider) - Method in interface jakarta.json.bind.JsonbBuilder
- withRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the request object.
- withRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- withSerializers(JsonbSerializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- withStrictIJSON(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether strict I-JSON serialization compliance should be enforced.
- withSubtypes() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
If
true
, the set of expected types includes all direct and indirect subtypes of giventypes
. - withTotal() - Method in interface jakarta.data.page.PageRequest
-
Returns an otherwise-equivalent page request with
PageRequest.requestTotal()
set tofalse
, so that totals will be retrieved from the database. - wrapExpressionFactory(ExpressionFactory) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.el.ELAwareBeanManager
-
Returns a wrapper
ExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - WRAPPED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
- wrappedAnnotationProvider - Variable in class com.sun.faces.spi.AnnotationProvider
-
The wrapped annotation provider.
- write(boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array, field or root context.
- write(char[]) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- write(char[]) - Method in class com.sun.faces.facelets.util.FastWriter
- write(char[]) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- write(char[]) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
- write(char[], int, int) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- write(char[], int, int) - Method in class com.sun.faces.facelets.util.FastWriter
- write(char[], int, int) - Method in class com.sun.faces.io.FastStringWriter
-
Write a portion of an array of characters.
- write(char[], int, int) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- write(char[], int, int) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
- write(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.write(char[], int, int)
on the wrappedResponseWriter
object. - write(double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(int) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- write(int) - Method in class com.sun.faces.facelets.util.FastWriter
- write(int) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- write(int) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
- write(int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(FacesContext) - Method in class com.sun.faces.facelets.compiler.XMLInstruction
- write(JsonStructure) - Method in interface jakarta.json.JsonWriter
- write(JsonValue) - Method in interface jakarta.json.JsonWriter
-
Writes the specified
JsonValue
to the output source. - write(JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array, field or root context.
- write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(Writer, ELContext) - Method in class com.sun.faces.facelets.el.ELText
-
Allow this instance to write to the passed Writer, given the ELContext state
- write(String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- write(String) - Method in class com.sun.faces.facelets.util.FastWriter
- write(String) - Method in class com.sun.faces.io.FastStringWriter
-
Write a string.
- write(String) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- write(String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
- write(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array, field or root context.
- write(String) - Method in interface jakarta.servlet.http.Part
-
A convenience method to write this uploaded item to disk.
- write(String, boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/boolean value pair in the current object context.
- write(String, double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int, int) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- write(String, int, int) - Method in class com.sun.faces.facelets.util.FastWriter
- write(String, int, int) - Method in class com.sun.faces.io.FastStringWriter
-
Write a portion of a string.
- write(String, int, int) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- write(String, int, int) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
- write(String, long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(String, String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/string value pair in the current object context.
- write(String, BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(ByteBuffer) - Method in class jakarta.servlet.ServletOutputStream
-
Writes from the given buffer to the output stream.
- WRITE - Enum constant in enum class jakarta.ejb.LockType
-
For exclusive access to the bean instance.
- WRITE - Enum constant in enum class jakarta.persistence.LockModeType
-
Synonymous with
LockModeType.OPTIMISTIC_FORCE_INCREMENT
. - WRITE_XML_DECLARATION - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
- writeArray(JsonArray) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
array
to the output source. - writeAttribute(Writer, boolean, boolean, char[], char[], int, int, boolean, boolean) - Static method in class com.sun.faces.util.HtmlUtils
-
Write a character array attribute.
- writeAttribute(Writer, boolean, boolean, char[], String, char[], boolean, boolean) - Static method in class com.sun.faces.util.HtmlUtils
-
Write a string attribute.
- writeAttribute(String, Object, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write a properly escaped attribute name and the corresponding value.
- writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeAttribute(String, Object, String)
on the wrappedResponseWriter
object. - writeClientWindowField(FacesContext, ResponseWriter) - Method in class com.sun.faces.renderkit.StateHelper
-
Write the client window state field.
- writeComment(Object) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write a comment string containing the specified text.
- writeComment(Object) - Method in class jakarta.faces.context.ResponseWriter
-
Write a comment containing the specified text, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeComment(Object) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeComment(Object)
on the wrappedResponseWriter
object. - writeCommonLinkAttributes(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.LinkRenderer
- writeComponent(Writer, UIComponent) - Static method in class com.sun.faces.facelets.util.DevTools
- writeDefaultSize(ResponseWriter, int) - Method in class com.sun.faces.renderkit.html_basic.ListboxRenderer
- writeDefaultSize(ResponseWriter, int) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a string containing the markup specific doctype.
- writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeDoctype(java.lang.String)
on the wrappedResponseWriter
object. - writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Serialize the EJBHome reference corresponding to a HomeHandle.
- writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Serialize the EJBObject reference corresponding to a Handle.
- writeEnd() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the end of the current context.
- writeException(Writer, Throwable) - Static method in class com.sun.faces.facelets.util.DevTools
- writeExternal(ObjectOutput) - Method in class com.sun.faces.application.resource.ResourceImpl
- writeExternal(ObjectOutput) - Method in class com.sun.faces.facelets.el.DefaultFunctionMapper
- writeExternal(ObjectOutput) - Method in class com.sun.faces.facelets.el.TagMethodExpression
- writeExternal(ObjectOutput) - Method in class com.sun.faces.facelets.el.TagValueExpression
- writeExternal(ObjectOutput) - Method in class com.sun.faces.facelets.tag.composite.CompositeComponentBeanInfo
- writeExternal(ObjectOutput) - Method in class jakarta.activation.MimeType
-
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
- writeIdAndNameAttributes(FacesContext, ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
- writeIdAttributeIfNecessary(FacesContext, ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- writeKey(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name with a colon.
- WriteListener - Interface in jakarta.servlet
-
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
- writeMessage(Writer, Throwable) - Static method in class com.sun.faces.facelets.util.DevTools
- writeNull() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON null value within the current array, field or root context.
- writeNull(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object context.
- writeObject(JsonObject) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
object
to the output source. - writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Write the contents of this BodyContent into a Writer.
- writePreamble(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a string containing the markup specific preamble.
- writePreamble(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writePreamble(java.lang.String)
on the wrappedResponseWriter
object. - writeRenderKitIdField(FacesContext, ResponseWriter) - Method in class com.sun.faces.renderkit.StateHelper
-
If a custom
RenderKit
is used, write out the ID of theRenderKit
out as a hidden field. - WriterInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - WriterInterceptorContext - Interface in jakarta.ws.rs.ext
- writeStartArray() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start array character.
- writeStartArray(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start array character pair with in the current object context.
- writeStartObject() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start object character.
- writeStartObject(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start object character pair in the current object context.
- writeState(FacesContext) - Method in class com.sun.faces.application.view.MultiViewHandler
-
This code is currently common to all
ViewHandlingStrategy
instances. - writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Take any appropriate action to either immediately write out the current state information (by calling
StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object)
, or noting where state information should later be written. - writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.writeState(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - writeState(FacesContext, Object) - Method in class com.sun.faces.application.StateManagerImpl
-
Write out the state.
- writeState(FacesContext, Object) - Method in class com.sun.faces.renderkit.ResponseStateManagerImpl
- writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManager
-
Save the state represented in the specified state
Object
instance, in an implementation dependent manner. - writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManagerWrapper
-
The default behavior of this method is to call
StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object)
on the wrappedStateManager
object. - writeState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
-
Take the argument
state
and write it into the output using the currentResponseWriter
, which must be correctly positioned already. - writeState(FacesContext, Object, StringBuilder) - Method in class com.sun.faces.renderkit.ClientSideStateHelper
-
Writes the view state as a String generated by Base64 encoding the Java Serialziation representation of the provided
state
- writeState(FacesContext, Object, StringBuilder) - Method in class com.sun.faces.renderkit.ServerSideStateHelper
-
Stores the provided state within the session obtained from the provided
FacesContext
- writeState(FacesContext, Object, StringBuilder) - Method in class com.sun.faces.renderkit.StateHelper
-
Functionally similar to ResponseStateManager#writeState(FacesContext, Object) with an option to write the state directly to the provided
StringBuilder
without sending any markup to the client. - WriteStateAtFormEnd - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- writeText(char) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write a properly escaped single character, If there is an open element that has been created by a call to
startElement()
, that element will be closed first. - writeText(char[]) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write properly escaped text from a character array.
- writeText(char[], int, int) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write properly escaped text from a character array.
- writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriter
-
Write text from a character array, after any performing any escaping appropriate for the markup language being rendered.
- writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(char[], int, int)
on the wrappedResponseWriter
object. - writeText(ResponseWriter, ELContext) - Method in class com.sun.faces.facelets.el.ELText
- writeText(Writer, boolean, boolean, char[], char[], boolean) - Static method in class com.sun.faces.util.HtmlUtils
- writeText(Writer, boolean, boolean, char[], char[], int, int, boolean) - Static method in class com.sun.faces.util.HtmlUtils
-
Write char array text.
- writeText(Writer, boolean, boolean, char[], String, char[], boolean) - Static method in class com.sun.faces.util.HtmlUtils
-
Write String text.
- writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(Object, UIComponent, String)
on the wrappedResponseWriter
object. - writeText(Object, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write a properly escaped object.
- writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(Object, String)
on the wrappedResponseWriter
object. - writeTextForXML(Writer, String, char[]) - Static method in class com.sun.faces.util.HtmlUtils
- writeTo(OutputStream) - Method in class jakarta.activation.DataHandler
-
Write the data to an
OutputStream
. - writeTo(OutputStream) - Method in class jakarta.xml.soap.SOAPMessage
-
Writes this
SOAPMessage
object to the given output stream. - writeTo(Object, String, OutputStream) - Method in interface jakarta.activation.DataContentHandler
-
Convert the object to a byte stream of the specified MIME type and write it to the output stream.
- writeTo(Result) - Method in class jakarta.xml.ws.EndpointReference
-
write this
EndpointReference
to the specified infoset format - writeTo(Result) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReference
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Write a type to an HTTP message.
- writeUnescapedTextForXML(Writer, String) - Static method in class com.sun.faces.util.HtmlUtils
- writeURIAttribute(String, Object, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write a properly encoded URI attribute name and the corresponding value.
- writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a URI attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any encoding or escaping appropriate to the markup language being rendered.
- writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeURIAttribute(String, Object, String)
on the wrappedResponseWriter
object. - writeURL(Writer, char[], int, int, String) - Static method in class com.sun.faces.util.HtmlUtils
-
Writes a string into URL-encoded format out to a Writer.
- writeURL(Writer, String, char[], String) - Static method in class com.sun.faces.util.HtmlUtils
-
Writes a string into URL-encoded format out to a Writer.
- writeValue(UIComponent, ResponseWriter) - Method in class com.sun.faces.renderkit.html_basic.LinkRenderer
- writeValue(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
- writeVariables(Writer, FacesContext) - Static method in class com.sun.faces.facelets.util.DevTools
- writeXmlDecl(InputStream, String, CompilationManager) - Static method in class com.sun.faces.facelets.compiler.SAXCompiler
- WSDL_DESCRIPTION - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: input source for WSDL document.
- WSDL_INTERFACE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of wsdl interface (2.0) or port type (1.1).
- WSDL_OPERATION - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL operation.
- WSDL_PORT - Static variable in class jakarta.xml.ws.Endpoint
-
Standard property: name of WSDL port.
- WSDL_PORT - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL port.
- WSDL_SERVICE - Static variable in class jakarta.xml.ws.Endpoint
-
Standard property: name of WSDL service.
- WSDL_SERVICE - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: name of WSDL service.
- wsdlDocumentLocation(String) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the
wsdlDocumentLocation
that will be referenced aswsa:Metadata/@wsdli:wsdlLocation
. - wsdlLocation() - Element in annotation interface jakarta.jws.WebService
-
The location of a pre-defined WSDL describing the service.
- wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceClient
-
The location of the WSDL document for the service (a URL).
- wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
-
Location of the WSDL description for the service.
- wsdlLocation() - Element in annotation interface jakarta.xml.ws.WebServiceRef
-
A URL pointing to the WSDL document for the web service.
- WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ELAwareBeanManager
, this method will be removed in CDI 5.0