Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

P

PACKAGE - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Package
packageInfo() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns the package this class is part of.
PackageInfo - Interface in jakarta.enterprise.lang.model.declarations
A package, possibly annotated in package-info.java.
Package Specification - Search tag in package jakarta.xml.bind
Section
Package Specification - Search tag in package jakarta.xml.bind.annotation
Section
Package Specification - Search tag in package jakarta.xml.bind.annotation.adapters
Section
Package Specification - Search tag in package jakarta.xml.bind.attachment
Section
Package Specification - Search tag in package jakarta.xml.bind.helpers
Section
Package Specification - Search tag in package jakarta.xml.bind.util
Section
page() - Method in interface jakarta.data.page.PageRequest
Returns the page to be returned.
page(long) - Method in class jakarta.data.Order
Create a PageRequest for the specified page number of page size 10 (the default for PageRequest) of the query results sorted according to any static sort criteria that is specified and the ordered list of Sort criteria that is represented by this instance.
page(long) - Method in interface jakarta.data.page.PageRequest
Creates a new page request with the same pagination information, but with the specified page number.
Page<T> - Interface in jakarta.data.page
A page contains the data that is retrieved to satisfy a given page request.
PAGE - 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 full User-Agent page view.
PAGE - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The PageContext.
PageContext - Class in jakarta.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
PageData - Class in jakarta.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
Sole constructor.
Page Numbers and Totals - Search tag in interface jakarta.data.page.CursoredPage
Section
PageRecord<T> - Record Class in jakarta.data.page.impl
Record type implementing Page.
PageRecord(PageRequest<T>, List<T>, long) - Constructor for record class jakarta.data.page.impl.PageRecord
Constructs a new instance, computing the PageRecord.moreResults component as true if the page content is a full page of results and the totalElements is either unavailable (indicated by a negative value) or it exceeds the current page number multiplied by the size of a full page.
PageRecord(PageRequest<T>, List<T>, long, boolean) - Constructor for record class jakarta.data.page.impl.PageRecord
Creates an instance of a PageRecord record class.
pageRequest() - Method in record class jakarta.data.page.impl.CursoredPageRecord
Returns the value of the pageRequest record component.
pageRequest() - Method in record class jakarta.data.page.impl.PageRecord
Returns the value of the pageRequest record component.
pageRequest() - Method in interface jakarta.data.page.Page
Returns the page request for which this page was obtained.
pageRequest(Class<E>) - Method in record class jakarta.data.page.impl.CursoredPageRecord
 
pageRequest(Class<E>) - Method in record class jakarta.data.page.impl.PageRecord
 
pageRequest(Class<E>) - Method in interface jakarta.data.page.Page
Returns the page request for which this page was obtained.
PageRequest<T> - Interface in jakarta.data.page
A request for a single well-specified page of query results.
PageRequest.Cursor - Interface in jakarta.data.page
A cursor that is formed from a key, relative to which a next or previous page can be requested.
PageRequest.Mode - Enum Class in jakarta.data.page
The type of pagination: offset-based or cursor-based, which includes a direction.
pageSize(int) - Method in class jakarta.data.Order
Create a PageRequest for the first page of the specified page size of the query results sorted according to any static sort criteria that is specified and the ordered list of Sort criteria that is represented by this instance.
Pagination - Search tag in module jakarta.data
Section
PANELGRID - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
PANELGROUP - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
param(String, String) - Method in class jakarta.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
Param - Annotation Interface in jakarta.data.repository
Annotates a parameter of a repository method to bind it to a named parameter of a Query.
Param(String, String) - Constructor for class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.Param
 
PARAM - Static variable in interface com.sun.faces.el.ELConstants
 
PARAM_VALUES - Static variable in interface com.sun.faces.el.ELConstants
 
ParamConverter<T> - Interface in jakarta.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Interface in jakarta.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in jakarta.ws.rs.ext
Contract for a provider of ParamConverter instances.
parameter(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
parameter(String, String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
Add a parameter to the redirect.
Parameter - Class in jakarta.faces.flow
Represents a parameter in any of several places where parameters are needed when processing flows.
Parameter<T> - Interface in jakarta.persistence
Type for query parameter objects.
Parameter() - Constructor for class jakarta.faces.flow.Parameter
 
Parameter(String, Object) - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
Creates a Parameter instance.
PARAMETER - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Method parameter or constructor parameter
PARAMETER - Enum constant in enum class jakarta.validation.ElementKind
A parameter of a method or constructor.
Parameter-based automatic query methods - Search tag in module jakarta.data
Section
ParameterConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
Allows adding annotations to and removing annotations from a method parameter.
ParameterDescriptor - Interface in jakarta.validation.metadata
Describes a validated method or constructor parameter.
ParameterExpression<T> - Interface in jakarta.persistence.criteria
Type of criteria query parameter expressions.
ParameterImpl - Class in com.sun.faces.flow
 
ParameterImpl() - Constructor for class com.sun.faces.flow.ParameterImpl
 
ParameterImpl(String, ValueExpression) - Constructor for class com.sun.faces.flow.ParameterImpl
 
ParameterInfo - Interface in jakarta.enterprise.lang.model.declarations
A method parameter or a constructor parameter, declared in some method or constructor.
parameterized(ClassType, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
parameterized(Class<?>, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
parameterized(Class<?>, Class<?>...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
PARAMETERIZED_TYPE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A parameterized type, e.g.
ParameterizedType - Interface in jakarta.enterprise.lang.model.types
A parameterized type.
ParameterizedTypeImpl - Class in com.sun.faces.cdi
ParameterizedTypeImpl is a basic implementation of the ParameterizedType interface.
ParameterizedTypeImpl(Class<?>, Type[]) - Constructor for class com.sun.faces.cdi.ParameterizedTypeImpl
Constructs an instance of ParameterizedType without an owner type
ParameterizedTypeImpl(Type, Class<?>, Type[]) - Constructor for class com.sun.faces.cdi.ParameterizedTypeImpl
Constructs an instance of ParameterizedType
ParameterMode - Enum Class in jakarta.persistence
Specifies the mode of a parameter of a stored procedure query.
parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.Configuration
Defines the parameter name provider.
parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.ValidatorContext
Defines the parameter name provider implementation used by the Validator.
ParameterNameProvider - Interface in jakarta.validation
Provides names for method and constructor parameters.
parameters() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Returns a list of ParameterConfig objects for each parameter of this method.
parameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of parameters declared or implicitly declared on this method.
parameters() - Element in annotation interface jakarta.persistence.NamedStoredProcedureQuery
Information about all parameters of the stored procedure.
parameters(List<Parameter>) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
parameters(List<Parameter>) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
Set the parameters of the method call node.
Parameters - Interface in jakarta.enterprise.inject.build.compatible.spi
A String-keyed parameter map.
PARAMETERS - Enum constant in enum class jakarta.validation.ConstraintTarget
Constraint applies to the parameters of a method or a constructor
PARAMETERS - Enum constant in enum class jakarta.validation.constraintvalidation.ValidationTarget
Array of parameters of the annotated method or constructor (aka cross-parameter).
parameterStyle() - Element in annotation interface jakarta.jws.soap.SOAPBinding
Determines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.
ParamHandler - Class in com.sun.faces.facelets.tag.ui
 
ParamHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.ParamHandler
 
params - Variable in class com.sun.faces.facelets.tag.ui.CompositionHandler
 
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
paramString(Class<?>[]) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
 
parent - Variable in class com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
 
parse(ExpressionFactory, ELContext, String) - Static method in class com.sun.faces.facelets.el.ELText
 
parse(ExpressionFactory, ELContext, String, String) - Static method in class com.sun.faces.facelets.el.ELText
Factory method for creating a validated ELText instance.
parse(String) - Static method in class com.sun.faces.facelets.el.ELText
Factory method for creating an unvalidated ELText instance.
parse(String) - Method in class jakarta.activation.MimeTypeParameterList
A routine for parsing the parameter list out of a String.
parse(String) - Static method in class jakarta.security.enterprise.identitystore.openid.Scope
 
parse(String, String) - Static method in class com.sun.faces.facelets.el.ELText
 
parseAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Return a string containing the lexical representation of the simple type.
parseAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Return a string containing the lexical representation of the simple type.
parseBase64Binary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseBase64Binary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseBoolean(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a boolean value.
parseBoolean(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a boolean value.
parseByte(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseByte(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a byte value.
ParseConfigResourceToDOMTask - Class in com.sun.faces.config.manager.tasks
This Callable will be used by getXMLDocuments It represents a single configuration resource (such as faces-config.xml) to be parsed into a DOM.
ParseConfigResourceToDOMTask(ServletContext, boolean, URI) - Constructor for class com.sun.faces.config.manager.tasks.ParseConfigResourceToDOMTask
Constructs a new ParseTask instance
ParseConversionEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
ParseConversionEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ParseConversionEvent interface.
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
parseDate(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDate(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDateTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseDateTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseDecimal(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a BigDecimal value.
parseDecimal(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a BigDecimal value.
parseDouble(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a double value.
parseDouble(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a double value.
parseFloat(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a float value.
parseFloat(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a float value.
parseHexBinary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an array of bytes.
parseHexBinary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an array of bytes.
parseInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the string argument into an int value.
parseInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into an int value.
parseInteger(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the string argument into a BigInteger value.
parseInteger(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into a BigInteger value.
parseLong(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseLong(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseQName(String, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a byte value.
parseQName(String, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a QName value.
parseShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a short value.
parseShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a short value.
parseString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Convert the lexical XSD string argument into a String value.
parseString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Convert the string argument into a string.
parseTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a Calendar value.
parseTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a Calendar value.
parseUnsignedInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a long value.
parseUnsignedInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a long value.
parseUnsignedShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into an int value.
parseUnsignedShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into an int value.
Part - Interface in jakarta.servlet.http
This class represents a part or form item that was received within a multipart/form-data POST request.
PARTIAL_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
206 Reset Content, see HTTP/1.1 documentation.
PARTIAL_EVENT_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
 
PARTIAL_EVENT_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
The request parameter name whose request parameter value identifies the type of partial event.
PARTIAL_EXECUTE_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
 
PARTIAL_EXECUTE_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
PARTIAL_RENDER_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
 
PARTIAL_RENDER_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
PARTIAL_RESET_VALUES_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
 
PARTIAL_STATE_ERROR_RESTORING_ID - Static variable in class com.sun.faces.util.MessageUtils
 
PARTIAL_STATE_SAVING_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
Deprecated, for removal: This API element is subject to removal in a future version.
Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore disabling partial state saving via this context parameter will not anymore be an option.
PARTIAL_VIEW_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the PartialViewContextFactory class name.
PartialResponseWriter - Class in jakarta.faces.context
PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations.
PartialResponseWriter(ResponseWriter) - Constructor for class jakarta.faces.context.PartialResponseWriter
Create a PartialResponseWriter.
PartialStateHolder - Interface in jakarta.faces.component
Components that want to leverage the partial state saving feature must implement this interface instead of implementing StateHolder, from which this interface inherits.
PartialStateSaving - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
PartialViewContext - Class in jakarta.faces.context
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
PartialViewContext() - Constructor for class jakarta.faces.context.PartialViewContext
 
PartialViewContextFactory - Class in jakarta.faces.context
PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.
PartialViewContextFactory() - Constructor for class jakarta.faces.context.PartialViewContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextFactory(PartialViewContextFactory) - Constructor for class jakarta.faces.context.PartialViewContextFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
PartialViewContextFactoryImpl - Class in com.sun.faces.context
Factory to vend the default PartialViewContext instance.
PartialViewContextFactoryImpl() - Constructor for class com.sun.faces.context.PartialViewContextFactoryImpl
 
PartialViewContextImpl - Class in com.sun.faces.context
 
PartialViewContextImpl(FacesContext) - Constructor for class com.sun.faces.context.PartialViewContextImpl
 
PartialViewContextWrapper - Class in jakarta.faces.context
Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance.
PartialViewContextWrapper() - Constructor for class jakarta.faces.context.PartialViewContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextWrapper(PartialViewContext) - Constructor for class jakarta.faces.context.PartialViewContextWrapper
If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
PartialVisitContext - Class in com.sun.faces.component.visit
A VisitContext implementation that is used when performing a partial component tree visit.
PartialVisitContext(FacesContext, Collection<String>) - Constructor for class com.sun.faces.component.visit.PartialVisitContext
Creates a PartialVisitorContext instance.
PartialVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Constructor for class com.sun.faces.component.visit.PartialVisitContext
Creates a PartialVisitorContext instance with the specified hints.
partName() - Element in annotation interface jakarta.jws.WebParam
The name of the wsdl:part representing this parameter.
partName() - Element in annotation interface jakarta.jws.WebResult
The name of the wsdl:part representing this return value.
partName() - Element in annotation interface jakarta.xml.ws.RequestWrapper
wsdl:part name for the wrapper part
partName() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
wsdl:part name for the wrapper part
passivating() - Element in annotation interface jakarta.enterprise.context.NormalScope
Determines whether the normal scope type is a passivating scope.
passivationCapable() - Element in annotation interface jakarta.ejb.Stateful
Specifies whether this stateful session bean is passivation capable
PassivationCapable - Interface in jakarta.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
PASSTHROUGH_RENDERER_LOCALNAME_KEY - Static variable in class jakarta.faces.render.Renderer
The key in the component passthrough attributes Map for the localName of the element corresponding to the component.
PassThroughAttributeHandler - Class in com.sun.faces.facelets.tag.faces.core
Sets the specified name and attribute on the parent UIComponent.
PassThroughAttributeHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.PassThroughAttributeHandler
 
PassThroughAttributeLibrary - Class in com.sun.faces.facelets.tag.faces
 
PassThroughAttributeLibrary(String) - Constructor for class com.sun.faces.facelets.tag.faces.PassThroughAttributeLibrary
 
PassThroughAttributesHandler - Class in com.sun.faces.facelets.tag.faces.core
 
PassThroughAttributesHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.PassThroughAttributesHandler
 
PassthroughElement - Class in com.sun.faces.component
Causes all child components of this component to be rendered.
PassthroughElement() - Constructor for class com.sun.faces.component.PassthroughElement
 
PassthroughElement.PropertyKeys - Enum Class in com.sun.faces.component
 
PassThroughElementComponentHandler - Class in com.sun.faces.facelets.tag.faces
 
PassThroughElementComponentHandler(ComponentConfig) - Constructor for class com.sun.faces.facelets.tag.faces.PassThroughElementComponentHandler
 
PassThroughElementLibrary - Class in com.sun.faces.facelets.tag.faces
 
PassThroughElementLibrary(String) - Constructor for class com.sun.faces.facelets.tag.faces.PassThroughElementLibrary
 
PassthroughRenderer - Class in com.sun.faces.renderkit.html_basic
 
PassthroughRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.PassthroughRenderer
 
password() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Password to use for connection authentication.
password() - Element in annotation interface jakarta.security.enterprise.identitystore.InMemoryIdentityStoreDefinition.Credentials
A text-based password used by the caller to authenticate.
Password - Class in jakarta.security.enterprise.credential
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
Password(char[]) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
Password(String) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
PASSWORD_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Password for authentication.
PasswordHash - Interface in jakarta.security.enterprise.identitystore
PasswordHash is an interface for objects that can generate and verify password hashes.
PasswordValidationCallback - Class in jakarta.security.auth.message.callback
Callback for PasswordValidation.
PasswordValidationCallback(Subject, String, char[]) - Constructor for class jakarta.security.auth.message.callback.PasswordValidationCallback
Create a PasswordValidationCallback.
Past - Annotation Interface in jakarta.validation.constraints
The annotated element must be an instant, date or time in the past.
Past.List - Annotation Interface in jakarta.validation.constraints
Defines several Past annotations on the same element.
PastOrPresent - Annotation Interface in jakarta.validation.constraints
The annotated element must be an instant, date or time in the past or in the present.
PastOrPresent.List - Annotation Interface in jakarta.validation.constraints
Defines several PastOrPresent annotations on the same element.
PATCH - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PATCH requests.
PATCH - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP PATCH method.
path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in interface jakarta.servlet.http.PushBuilder
Deprecated.
Set the URI path to be used for the push.
path(String) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the path of the cookie.
path(String) - Method in class jakarta.ws.rs.core.UriBuilder
Append path to the existing path.
Path - Class in com.sun.faces.facelets.util
 
Path<X> - Interface in jakarta.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
Path - Interface in jakarta.validation
Represents the navigation path from an object to another in an object graph.
Path - Annotation Interface in jakarta.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
Path() - Constructor for class com.sun.faces.facelets.util.Path
 
PATH - Enum constant in enum class jakarta.servlet.http.MappingMatch
This is used when the mapping was achieved using a path, such as "/faces/*".
PATH_INFO - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Request Path Info
Path.BeanNode - Interface in jakarta.validation
Node representing a bean.
Path.ConstructorNode - Interface in jakarta.validation
Node representing a constructor.
Path.ContainerElementNode - Interface in jakarta.validation
Node representing an element in a generic container such as Optional, List or Map.
Path.CrossParameterNode - Interface in jakarta.validation
Node representing the element holding cross-parameter constraints of a method or constructor.
Path.MethodNode - Interface in jakarta.validation
Node representing a method.
Path.Node - Interface in jakarta.validation
Represents an element of a navigation path.
Path.ParameterNode - Interface in jakarta.validation
Node representing a parameter of a method or constructor.
Path.PropertyNode - Interface in jakarta.validation
Node representing a property.
Path.ReturnValueNode - Interface in jakarta.validation
Node representing the return value of a method or constructor.
PathParam - Annotation Interface in jakarta.websocket.server
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
PathParam - Annotation Interface in jakarta.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
PathSegment - Interface in jakarta.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
Pattern - Annotation Interface in jakarta.validation.constraints
The annotated CharSequence must match the specified regular expression.
PATTERN_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
PATTERN_NOT_SET_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the value returned from RegexValidator.getPattern() is null or the empty String.
Pattern.Flag - Enum Class in jakarta.validation.constraints
Possible Regexp flags.
Pattern.List - Annotation Interface in jakarta.validation.constraints
Defines several Pattern annotations on the same element.
payload() - Element in annotation interface jakarta.validation.constraints.AssertFalse
 
payload() - Element in annotation interface jakarta.validation.constraints.AssertTrue
 
payload() - Element in annotation interface jakarta.validation.constraints.DecimalMax
 
payload() - Element in annotation interface jakarta.validation.constraints.DecimalMin
 
payload() - Element in annotation interface jakarta.validation.constraints.Digits
 
payload() - Element in annotation interface jakarta.validation.constraints.Email
 
payload() - Element in annotation interface jakarta.validation.constraints.Future
 
payload() - Element in annotation interface jakarta.validation.constraints.FutureOrPresent
 
payload() - Element in annotation interface jakarta.validation.constraints.Max
 
payload() - Element in annotation interface jakarta.validation.constraints.Min
 
payload() - Element in annotation interface jakarta.validation.constraints.Negative
 
payload() - Element in annotation interface jakarta.validation.constraints.NegativeOrZero
 
payload() - Element in annotation interface jakarta.validation.constraints.NotBlank
 
payload() - Element in annotation interface jakarta.validation.constraints.NotEmpty
 
payload() - Element in annotation interface jakarta.validation.constraints.NotNull
 
payload() - Element in annotation interface jakarta.validation.constraints.Null
 
payload() - Element in annotation interface jakarta.validation.constraints.Past
 
payload() - Element in annotation interface jakarta.validation.constraints.PastOrPresent
 
payload() - Element in annotation interface jakarta.validation.constraints.Pattern
 
payload() - Element in annotation interface jakarta.validation.constraints.Positive
 
payload() - Element in annotation interface jakarta.validation.constraints.PositiveOrZero
 
payload() - Element in annotation interface jakarta.validation.constraints.Size
 
Payload - Interface in jakarta.validation
Payload type that can be attached to a given constraint declaration.
PAYLOAD - Enum constant in enum class jakarta.xml.ws.Service.Mode
Payload mode.
PAYMENT_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
402 Payment Required, see HTTP/1.1 documentation.
Pbkdf2PasswordHash - Interface in jakarta.security.enterprise.identitystore
This interface represents the built-in Pbkdf2PasswordHash implementation.
peek() - Method in class com.sun.faces.component.CompositeComponentStackManager
 
peek(CompositeComponentStackManager.StackType) - Method in class com.sun.faces.component.CompositeComponentStackManager
 
PERCENT_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
A convenience method to signal the Jakarta Faces implementation to perform navigation with the provided outcome.
performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
PERMANENT_REDIRECT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
PERMIT - Enum constant in enum class jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
access is to be permitted independent of authentication state and identity.
PermitAll - Annotation Interface in jakarta.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PermittedTaglibsTLV - Class in jakarta.servlet.jsp.jstl.tlv
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface jakarta.persistence.EntityManager
Make a new entity instance managed and persistent, resulting in its insertion in the database when the persistence context is synchronized with the database, or make a removed entity managed, undoing the effect of a previous call to EntityManager.remove(Object).
PERSIST - Enum constant in enum class jakarta.persistence.CascadeType
Cascade the persist operation
Persistence - Class in jakarta.persistence
Bootstrap class used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class jakarta.persistence.Persistence
Deprecated, for removal: This API element is subject to removal in a future version.
This class is not intended to be extended nor instantiated, it is going to be marked final when this constructor becomes hidden.
PERSISTENCE_PROVIDER - Static variable in class jakarta.persistence.Persistence
Deprecated, for removal: This API element is subject to removal in a future version.
TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
PersistenceConfiguration - Class in jakarta.persistence
Represents a configuration of a persistence unit, allowing programmatic creation of an EntityManagerFactory.
PersistenceConfiguration(String) - Constructor for class jakarta.persistence.PersistenceConfiguration
Create a new empty configuration.
PersistenceContext - Annotation Interface in jakarta.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Interface in jakarta.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum Class in jakarta.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception Class in jakarta.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception class jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception class jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception class jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception class jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceProperty - Annotation Interface in jakarta.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in jakarta.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in jakarta.persistence.spi
Provides a list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in jakarta.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class jakarta.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Interface in jakarta.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in jakarta.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Interface in jakarta.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum Class in jakarta.persistence
Enumerates the possible approaches to transaction management in Jakarta Persistence.
PersistenceUnitTransactionType - Enum Class in jakarta.persistence.spi
Deprecated, for removal: This API element is subject to removal in a future version.
PersistenceUnitUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider(s).
persistent() - Element in annotation interface jakarta.ejb.Schedule
Specifies whether the timer that is created is persistent.
Persistent field names - Search tag in module jakarta.data
Section
Persistent field types (basic types) - Search tag in module jakarta.data
Section
PESSIMISTIC_FORCE_INCREMENT - Enum constant in enum class jakarta.persistence.LockModeType
Pessimistic write lock, with version update.
PESSIMISTIC_READ - Enum constant in enum class jakarta.persistence.LockModeType
Pessimistic read lock.
PESSIMISTIC_WRITE - Enum constant in enum class jakarta.persistence.LockModeType
Pessimistic write lock.
PessimisticLockException - Exception Class in jakarta.persistence
Thrown by the persistence provider when a pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(Object) - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String) - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(String, Throwable, Object) - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockException(Throwable) - Constructor for exception class jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockScope - Enum Class in jakarta.persistence
Defines the values of the jakarta.persistence.lock.scope property for pessimistic locking.
Phase - Class in com.sun.faces.lifecycle
A Phase is a single step in the processing of a Jakarta Faces request throughout its entire Lifecycle.
Phase() - Constructor for class com.sun.faces.lifecycle.Phase
 
PHASE_ID_OUT_OF_BOUNDS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
PhaseEvent - Class in jakarta.faces.event
PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext.
PhaseEvent(FacesContext, PhaseId, Lifecycle) - Constructor for class jakarta.faces.event.PhaseEvent
Construct a new event object from the specified parameters.
PhaseId - Class in jakarta.faces.event
Typesafe enumeration of the legal values that may be returned by the getPhaseId() method of the FacesEvent interface.
phaseIdValueOf(String) - Static method in class jakarta.faces.event.PhaseId
Return a PhaseId representation of the argument phase.
PhaseListener - Interface in jakarta.faces.event
An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.
PhaseListenerHandler - Class in com.sun.faces.facelets.tag.faces.core
 
PhaseListenerHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.PhaseListenerHandler
 
PHONE_NUMBER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PHONE_NUMBER_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PHONE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PICTURE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
pkColumnName() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) Name of the primary key column in the table.
pkColumnValue() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) The primary key value in the generator table that distinguishes this set of generated values from others that may be stored in the table.
pkJoinColumns() - Element in annotation interface jakarta.persistence.SecondaryTable
(Optional) The columns that are used to join with the primary table.
PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
PLURAL_ATTRIBUTE - Enum constant in enum class jakarta.persistence.metamodel.Bindable.BindableType
Multivalued attribute type, that is, a collection.
PluralAttribute<X,C,E> - Interface in jakarta.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum Class in jakarta.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in jakarta.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PongMessage - Interface in jakarta.websocket
The PongMessage interface represents a web socket pong.
pop() - Method in class com.sun.faces.component.CompositeComponentStackManager
Pops the top-level component from the Evaluation stack.
pop(CompositeComponentStackManager.StackType) - Method in class com.sun.faces.component.CompositeComponentStackManager
Pops the top-level component from the stack.
popBehavior() - Method in class com.sun.faces.component.behavior.AjaxBehaviors
Pop the last AjaxBehavior instance from the List.
popBody() - Method in class jakarta.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
popClient(TemplateClient) - Method in class com.sun.faces.facelets.FaceletContextImplBase
Pop the last added TemplateClient
popComponentFromEL(FacesContext) - Method in class jakarta.faces.component.UIComponent
Pop the current UIComponent from the FacesContext attributes map so that the previous UIComponent, if any, becomes the current component.
popComponentFromEL(FaceletContext, UIComponent, CompositeComponentStackManager, boolean) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
 
popReturnMode(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerImpl
 
popReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
Enable the correct handling of navigation when processing a return node.
populateApplicationConfiguration(Document) - Method in class com.sun.faces.config.configpopulator.MojarraRuntimePopulator
 
populateApplicationConfiguration(Document) - Method in class jakarta.faces.application.ApplicationConfigurationPopulator
Service providers that implement this service must be called by the Jakarta Faces runtime exactly once for each implementation, at startup, before any requests have been serviced.
POPUP - 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 popup User-Agent window.
popValidatorInfo() - Method in class com.sun.faces.component.validator.ComponentValidators
Pops the last ValidatorInfo instance from the stack.
port() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the actually used port.
port(int) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI port.
port(Integer) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the port to be used.
PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the TCP port an application is bound to.
PortInfo - Interface in jakarta.xml.ws.handler
The PortInfo interface is used by a HandlerResolver to query information about the port it is being asked to create a handler chain for.
portName() - Element in annotation interface jakarta.jws.WebService
The port name of the Web Service.
portName() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Port name.
portNumber() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Port number where a server is listening for requests.
Positive - Annotation Interface in jakarta.validation.constraints
The annotated element must be a strictly positive number (i.e.
Positive.List - Annotation Interface in jakarta.validation.constraints
Defines several Positive constraints on the same element.
PositiveOrZero - Annotation Interface in jakarta.validation.constraints
The annotated element must be a positive number or 0.
PositiveOrZero.List - Annotation Interface in jakarta.validation.constraints
Defines several PositiveOrZero constraints on the same element.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
POST - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP POST method.
POST_ACTIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean activation, only called for EJBs
POST_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean construction
POST_LOGOUT_REDIRECT_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PostActivate - Annotation Interface in jakarta.ejb
Designates a method to receive a callback after a stateful session bean has been activated.
PostAddToViewEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance and that either that instance or an ancestor of that instance was just added to the view.
PostAddToViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent
Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.
PostAddToViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent
Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.
postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
PostConstruct - Annotation Interface in jakarta.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PostConstructApplicationEvent - Class in jakarta.faces.event
This event must be published by the runtime after all configuration resources have been parsed and processed.
PostConstructApplicationEvent(Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent
Constructs a new PostConstructApplicationEvent for this application.
PostConstructApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent
Constructs a new PostConstructApplicationEvent for this application.
PostConstructCustomScopeEvent - Class in jakarta.faces.event
Deprecated, for removal: This API element is subject to removal in a future version.
because CustomScope has been removed from Faces in favor of CDI.
PostConstructCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent
Deprecated.
An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.
PostConstructCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent
Deprecated.
An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.
PostConstructViewMapEvent - Class in jakarta.faces.event
This event must be published by a call to {jakarta.faces.application.Application#publishEvent} when the view map is first created.
PostConstructViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent
Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.
PostConstructViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent
Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.
PostKeepFlashValueEvent - Class in jakarta.faces.event
PostKeepFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent
Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.
PostKeepFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent
Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.
PostLoad - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPersist - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPutFlashValueEvent - Class in jakarta.faces.event
PostPutFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent
Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.
PostPutFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent
Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.
PostRemove - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostRenderViewEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that has just been rendered.
PostRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent
Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.
PostRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent
Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.
PostRestoreStateEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is in a tree that has just had its state restored.
PostRestoreStateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent
Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.
PostRestoreStateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent
Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.
PostUpdate - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostValidateEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is that has just been validated.
PostValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent
Constructor
PostValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent
Constructor
power(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
PRE_DESTROY - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean destruction
PRE_PASSIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean passivation, only called for EJBs
Precedence of repository methods - Search tag in module jakarta.data
Section
precision() - Element in annotation interface jakarta.persistence.Column
(Optional) The precision for a column of SQL type decimal or numeric, or of similar database-native type.
precision() - Element in annotation interface jakarta.persistence.MapKeyColumn
(Optional) The precision for a column of SQL type decimal or numeric, or of similar database-native type.
PreClearFlashEvent - Class in jakarta.faces.event
PreClearFlashEvent(FacesContext, Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent
Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.
PreClearFlashEvent(Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent
Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.
PRECONDITION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
412 Precondition Failed, see HTTP/1.1 documentation.
PRECONDITION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
428 Precondition required, see RFC 6585: Additional HTTP Status Codes.
preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
PreDestroy - Annotation Interface in jakarta.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
PreDestroyApplicationEvent - Class in jakarta.faces.event
This event must be published by the runtime before the factories associated with this Application are released.
PreDestroyApplicationEvent(Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent
Constructs a new PreDestroyApplicationEvent for this application.
PreDestroyApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent
Constructs a new PreDestroyApplicationEvent for this application.
PreDestroyCustomScopeEvent - Class in jakarta.faces.event
Deprecated, for removal: This API element is subject to removal in a future version.
because CustomScope has been removed from Faces in favor of CDI.
PreDestroyCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent
Deprecated.
An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.
PreDestroyCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent
Deprecated.
An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.
PreDestroyViewMapEvent - Class in jakarta.faces.event
PreDestroyViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent
Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.
PreDestroyViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent
Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.
Predicate - Interface in jakarta.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum Class in jakarta.persistence.criteria
 
PREFERRED_USERNAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
preferredSubprotocols(List<String>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the preferred sub protocols for the configuration this builder will build.
PreferXHTMLContentType - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
prefix() - Element in annotation interface jakarta.xml.bind.annotation.XmlNs
Namespace prefix
PREFIX - Static variable in class com.sun.faces.util.Util.JakartaNamespaceContext
 
prefixAttribute(String, boolean) - Static method in class com.sun.faces.renderkit.RenderKitUtils
 
prefixAttribute(String, ResponseWriter) - Static method in class com.sun.faces.renderkit.RenderKitUtils
 
PreMatching - Annotation Interface in jakarta.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
prepare() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.
PrePassivate - Annotation Interface in jakarta.ejb
Designates a method to receive a callback before a stateful session bean is passivated.
PrePersist - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemove - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemoveFlashValueEvent - Class in jakarta.faces.event
PreRemoveFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent
Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.
PreRemoveFlashValueEvent(String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent
Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.
PreRemoveFromViewEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance that is about to be removed from the view.
PreRemoveFromViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent
Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.
PreRemoveFromViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent
Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.
PreRenderComponentEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be rendered and that it is safe to call UIComponent.getParent(), UIComponent.getClientId(), and other methods that depend upon the component instance being in the view.
PreRenderComponentEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent
Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.
PreRenderComponentEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent
Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.
PreRenderViewEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that is about to be rendered.
PreRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent
Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.
PreRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent
Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.
preSort(DocumentOrderingWrapper[]) - Static method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
PreUpdate - Annotation Interface in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreValidateEvent - Class in jakarta.faces.event
When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be validated.
PreValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent
Constructor
PreValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent
Constructor
previous() - Method in interface jakarta.data.page.PageRequest
Returns the PageRequest requesting the previous page if using offset pagination, or null if this is the first page, that is, when PageRequest.page() returns 1.
previousPageRequest() - Method in interface jakarta.data.page.CursoredPage
Creates a request for the previous page in a reverse direction from the current page.
previousPageRequest() - Method in record class jakarta.data.page.impl.CursoredPageRecord
Returns the value of the previousPageRequest record component.
previousPageRequest() - Method in record class jakarta.data.page.impl.PageRecord
 
previousPageRequest() - Method in interface jakarta.data.page.Page
Returns a request for the previous page, if Page.hasPrevious() indicates there might be a previous page.
previousPageRequest(Class<E>) - Method in record class jakarta.data.page.impl.CursoredPageRecord
 
previousPageRequest(Class<E>) - Method in record class jakarta.data.page.impl.PageRecord
 
previousPageRequest(Class<E>) - Method in interface jakarta.data.page.Page
Returns a request for the previous page, if Page.hasPrevious() indicates there might be a previous page.
PrimaryKeyJoinColumn - Annotation Interface in jakarta.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Interface in jakarta.persistence
Groups PrimaryKeyJoinColumn annotations.
PRIMITIVE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A primitive type, e.g.
primitiveKind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns the kind of this primitive type.
PrimitiveType - Interface in jakarta.enterprise.lang.model.types
Primitive types are: boolean byte short int long float double char
PrimitiveType.PrimitiveKind - Enum Class in jakarta.enterprise.lang.model.types
The primitive type kind: boolean, byte, short, int, long, float, double, char
primitiveTypes - Static variable in class com.sun.faces.util.Util
 
print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value.
print(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character.
print(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters.
print(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number.
print(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer.
print(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer.
print(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a string.
print(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
printAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a string value into a string.
printAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a string value into a string.
printBase64Binary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printBase64Binary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printBoolean(boolean) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a boolean value into a string.
printBoolean(boolean) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a boolean value into a string.
printByte(byte) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a byte value into a string.
printByte(byte) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a byte value into a string.
PrintConversionEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PrintConversionEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the PrintConversionEvent interface.
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
printDate(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDate(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDateTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printDateTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printDecimal(BigDecimal) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a BigDecimal value into a string.
printDecimal(BigDecimal) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a BigDecimal value into a string.
printDouble(double) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a double value into a string.
printDouble(double) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a double value into a string.
printFloat(float) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a float value into a string.
printFloat(float) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a float value into a string.
printHexBinary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an array of bytes into a string.
printHexBinary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an array of bytes into a string.
printInt(int) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an int value into a string.
printInt(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
printInteger(BigInteger) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a BigInteger value into a string.
printInteger(BigInteger) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a BigInteger value into a string.
printList(List, Logger) - Static method in class com.sun.faces.util.DebugUtil
 
println() - Method in class jakarta.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println() - Method in class jakarta.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
printLong(long) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts A long value into a string.
printLong(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printQName(QName, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a QName instance into a string.
printQName(QName, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a QName instance into a string.
printShort(short) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a short value into a string.
printShort(short) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a short value into a string.
printStackTrace() - Method in exception class jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace() - Method in exception class jakarta.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
printStackTrace(PrintStream) - Method in exception class jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace(PrintStream) - Method in exception class jakarta.xml.bind.TypeConstraintException
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace(PrintWriter) - Method in exception class jakarta.xml.bind.JAXBException
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
printState(Map, Logger) - Static method in class com.sun.faces.util.DebugUtil
 
printString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts the string argument into a string.
printString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts the string argument into a string.
printTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a Calendar value into a string.
printTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a Calendar value into a string.
printTree(UIComponent) - Static method in class com.sun.faces.util.DebugUtil
 
printTree(UIComponent, PrintStream) - Static method in class com.sun.faces.util.DebugUtil
Output of printTree() to a PrintStream.
printTree(UIComponent, Writer) - Static method in class com.sun.faces.util.DebugUtil
 
printTree(UIComponent, Logger, Level) - Static method in class com.sun.faces.util.DebugUtil
 
printTree(Object[], Writer) - Static method in class com.sun.faces.util.DebugUtil
 
printTree(Object[], Logger) - Static method in class com.sun.faces.util.DebugUtil
 
printUnsignedInt(long) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts a long value into a string.
printUnsignedInt(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts a long value into a string.
printUnsignedShort(int) - Static method in class jakarta.xml.bind.DatatypeConverter
Converts an int value into a string.
printUnsignedShort(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
Converts an int value into a string.
Priorities - Class in jakarta.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their jakarta.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
Prioritized - Interface in jakarta.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
priority() - Element in annotation interface jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
Priority for platform threads created by this thread factory.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the priority declared on this bean, or null if this bean does not declare a priority.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the priority of this observer.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
Returns the priority value this stereotype declares using the @Priority meta-annotation.
priority() - Element in annotation interface jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
Determines the order in case multiple IdentityStores are found.
priority() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Determines the order of invocation for multiple IdentityStores.
priority() - Element in annotation interface jakarta.security.enterprise.identitystore.InMemoryIdentityStoreDefinition
Determines the order in case multiple IdentityStores are found.
priority() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Determines the order in case multiple IdentityStores are found.
priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Sets a priority of this synthetic bean.
priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
Sets a priority of this synthetic observer.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the priority of the configured bean.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
Priority - Annotation Interface in jakarta.annotation
The Priority annotation can be applied to any program elements to indicate in what order they should be used.
priorityExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
Allow priority to be specified as a Jakarta Expression Language expression.
priorityExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Allow priority to be specified as a Jakarta Expression Language expression.
PrivateKeyCallback - Class in jakarta.security.auth.message.callback
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.
PrivateKeyCallback(PrivateKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback
Constructs this PrivateKeyCallback with a private key Request object.
PrivateKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using an alias.
PrivateKeyCallback.DigestRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using a certificate digest or thumbprint.
PrivateKeyCallback.IssuerSerialNumRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using an issuer/serial number.
PrivateKeyCallback.Request - Interface in jakarta.security.auth.message.callback
Marker interface for private key request types.
PrivateKeyCallback.SubjectKeyIDRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using a SubjectKeyID
procedureName() - Element in annotation interface jakarta.persistence.NamedStoredProcedureQuery
The name of the stored procedure in the database.
proceed() - Method in interface jakarta.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
process(FacesContext, PhaseId) - Method in class com.sun.faces.facelets.component.UIRepeat
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ApplicationConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.BehaviorConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ComponentConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in interface com.sun.faces.config.processor.ConfigProcessor
Process the array of Documents.
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ConverterConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.FaceletTaglibConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.FacesConfigExtensionProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.FacesFlowDefinitionConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.FactoryConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.LifecycleConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.NavigationConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ProtectedViewsConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.RenderKitConfigProcessor
 
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ResourceLibraryContractsConfigProcessor
Process the configuration documents.
process(ServletContext, FacesContext, DocumentInfo[]) - Method in class com.sun.faces.config.processor.ValidatorConfigProcessor
 
PROCESS_VALIDATIONS - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle.
processAction(ActionEvent) - Method in class com.sun.faces.application.ActionListenerImpl
 
processAction(ActionEvent) - Method in interface jakarta.faces.event.ActionListener
Invoked when the action described by the specified ActionEvent occurs.
processAction(ActionEvent) - Method in class jakarta.faces.event.ActionListenerWrapper
 
processAction(ActionEvent) - Method in class jakarta.faces.event.MethodExpressionActionListener
Call through to the MethodExpression passed in our constructor.
processAjaxBehavior(AjaxBehaviorEvent) - Method in interface jakarta.faces.event.AjaxBehaviorListener
Process the Ajax behavior event.
ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
processAnnotations(FacesContext, Class<? extends Annotation>) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
 
processApplication(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
Broadcast any events that have been queued for the Invoke Application phase of the request processing lifecycle and to clear out any events for later phases if the event processing for this phase caused FacesContext.renderResponse() or FacesContext.responseComplete() to be called.
processBean(ProcessBean<?>) - Method in class com.sun.faces.application.view.ViewScopeExtension
Processing bean.
processBean(ProcessBean<?>) - Method in class com.sun.faces.cdi.clientwindow.ClientWindowScopeExtension
 
processBean(ProcessBean<?>) - Method in class com.sun.faces.flow.FlowCDIExtension
 
processBean(ProcessBean<T>, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
ProcessBean: if bean is annotated with @FacesDataModel then collect it for CdiExtension.afterDeploymentValidation(AfterDeploymentValidation, BeanManager)
ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.
processClass(String) - Method in class com.sun.faces.config.manager.spi.AnnotationScanner
 
processClass(String, String[]) - Method in class com.sun.faces.config.manager.spi.AnnotationScanner
 
processClassList(Set<String>) - Method in class com.sun.faces.config.manager.spi.AnnotationScanner
 
processCompilationMessages(FacesContext) - Method in interface com.sun.faces.facelets.compiler.CompilationMessageHolder
 
processCompilationMessages(FacesContext) - Method in class com.sun.faces.facelets.compiler.CompilationMessageHolderImpl
 
processDecodes(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
processDecodes(FacesContext) - Method in class com.sun.faces.facelets.component.UIRepeat
 
processDecodes(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Apply Request Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.processDecodes(jakarta.faces.context.FacesContext) processing to perform the following steps.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIForm
Override UIComponent.processDecodes(jakarta.faces.context.FacesContext) to ensure that the form is decoded before its children.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIInput
Specialized decode behavior on top of that provided by the superclass.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
PROCESSED_RADIO_BUTTON_GROUPS - Static variable in class com.sun.faces.util.RequestStateManager
Used to store the Set of ResourceDependency annotations that have been processed.
PROCESSED_RESOURCE_DEPENDENCIES - Static variable in class com.sun.faces.util.RequestStateManager
Used to store the Set of ResourceDependency annotations that have been processed.
processEvent(ComponentSystemEvent) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processEvent(ComponentSystemEvent) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
After adding component to view, if component has group attribute set, then pre-collect the components by group.
processEvent(ComponentSystemEvent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
 
processEvent(ComponentSystemEvent) - Method in class com.sun.faces.renderkit.html_basic.WebsocketRenderer
After adding component to view, subscribe WebsocketFacesListener if necessary.
processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIComponent
The default implementation performs the following action.
processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIViewRoot
If the argument event is an instance of PostRestoreStateEvent and PartialViewContext.isPartialRequest() returns true, then loop over all component resources and call ResourceHandler.markResourceRendered(FacesContext, String, String) for each of them.
processEvent(ComponentSystemEvent) - Method in interface jakarta.faces.event.ComponentSystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in class com.sun.faces.application.ValidateComponentNesting
Process PostAddToViewEvent on UIViewRoot to validate form - action/input nesting.
processEvent(SystemEvent) - Method in class com.sun.faces.application.view.ViewScopeEventListener
Handle the system event.
processEvent(SystemEvent) - Method in class com.sun.faces.application.view.ViewScopeManager
Process the system event.
processEvent(SystemEvent) - Method in class com.sun.faces.context.AjaxExceptionHandlerImpl
 
processEvent(SystemEvent) - Method in class com.sun.faces.context.ExceptionHandlerImpl
 
processEvent(SystemEvent) - Method in class com.sun.faces.context.StateContext.DynamicAddRemoveListener
Process the add/remove event.
processEvent(SystemEvent) - Method in class com.sun.faces.context.StateContext.NoopAddRemoveListener
Process the add/remove event.
processEvent(SystemEvent) - Method in class com.sun.faces.context.StateContext.StatelessAddRemoveListener
Process the add/remove event.
processEvent(SystemEvent) - Method in class com.sun.faces.push.WebsocketFacesListener
If the websocket has just switched its rendered or connected attribute, then render either the open() script or the close() script.
processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandler
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.processEvent(jakarta.faces.event.SystemEvent) on the wrapped ExceptionHandler object.
processEvent(SystemEvent) - Method in interface jakarta.faces.event.SystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
ProcessingException - Exception Class in jakarta.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(String) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
ProcessingException(String, Throwable) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(Throwable) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
processJar(String) - Method in class com.sun.faces.config.manager.spi.AnnotationScanner
 
processListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
 
processListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent
Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent
Broadcast this event instance to the specified FacesListener by calling the superclass's processListener() implementation.
processListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
Broadcast this FacesEvent to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
 
processManagedBean(ProcessManagedBean<T>, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
ProcessManagedBean: if bean has field with @ManagedProperty then collect its type for CdiExtension.afterBeanDiscovery(AfterBeanDiscovery, BeanManager)
ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
processPartial(PhaseId) - Method in class com.sun.faces.context.PartialViewContextImpl
 
processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContext
Perform lifecycle processing on components during the indicated phaseId.
processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.processPartial(PhaseId) on the wrapped PartialViewContext object.
ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
processRestoreState(FacesContext, Object) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Restore View phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponentBase
 
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot
The default implementation must call UIComponentBase.processRestoreState(jakarta.faces.context.FacesContext, java.lang.Object) from within a try block.
processSaveState(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the state saving portion of the Render Response phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface added by BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String) or AfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
processUpdates(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
processUpdates(FacesContext) - Method in class com.sun.faces.facelets.component.UIRepeat
 
processUpdates(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Update Model Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.processUpdates(jakarta.faces.context.FacesContext) processing to perform the following steps.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIForm
Override UIComponent.processUpdates(jakarta.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIInput
In addition to the standard processUpdates behavior inherited from UIComponentBase, calls updateModel().
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
ProcessValidationsPhase - Class in com.sun.faces.lifecycle
ProcessValidationsPhase executes processValidators on each component in the tree.
ProcessValidationsPhase() - Constructor for class com.sun.faces.lifecycle.ProcessValidationsPhase
 
processValidators(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
processValidators(FacesContext) - Method in class com.sun.faces.facelets.component.UIRepeat
 
processValidators(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Process Validations phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processValidators(FacesContext) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.processValidators(jakarta.faces.context.FacesContext) processing to perform the following steps.
processValidators(FacesContext) - Method in class jakarta.faces.component.UIForm
Override UIComponent.processValidators(jakarta.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.
processValidators(FacesContext) - Method in class jakarta.faces.component.UIInput
In addition to the standard processValidators behavior inherited from UIComponentBase, calls validate() if the immediate property is false (which is the default); if the component is invalid afterwards, calls FacesContext.renderResponse().
processValidators(FacesContext) - Method in class jakarta.faces.component.UISelectOne
If UISelectOne.getGroup() is set, and UIInput.getSubmittedValue() is empty, and at least one other component having the same group within a UIForm parent has a non-empty UIInput.getSubmittedValue() or returns true on UIInput.isLocalValueSet() or returns false on UIInput.isValid(), then skip validation for current component, else perform standard superclass processing by super.processValidators(context).
processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
Specialize superclass behavior to treat null differently.
processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
processValueChange(ValueChangeEvent) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
Call through to the MethodExpression passed in our constructor.
processValueChange(ValueChangeEvent) - Method in interface jakarta.faces.event.ValueChangeListener
Invoked when the value change described by the specified ValueChangeEvent occurs.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
produce(InjectionPoint) - Method in class com.sun.faces.cdi.WebsocketPushContextProducer
 
Producer<T> - Interface in jakarta.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
Producer and InjectionTarget - Search tag in package jakarta.enterprise.inject.spi
Section
ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
producerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the producer field that defines this bean.
producerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the producer method that defines this bean.
Produces - Annotation Interface in jakarta.enterprise.inject
Identifies a producer method or field.
Produces - Annotation Interface in jakarta.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
Production - Enum constant in enum class jakarta.faces.application.ProjectStage
This value indicates the currently running application is deployed in production.
PROFILE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PROFILE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
PROJECT_STAGE_JNDI_NAME - Static variable in enum class jakarta.faces.application.ProjectStage
The value of this constant is the name used for JNDI lookups for setting the current value to be returned by Application.getProjectStage().
PROJECT_STAGE_PARAM_NAME - Static variable in enum class jakarta.faces.application.ProjectStage
The value of this constant is the value of the param-name for setting the current value to be returned by Application.getProjectStage().
ProjectStage - Enum Class in jakarta.faces.application
This class enables a feature similar to the RAILS_ENV feature of the Ruby on Rails web framework.
ProjectStage - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebEnvironmentEntry
 
ProjectStageJndiFactory - Class in com.sun.faces.application
Allows configuring ProjectStage at a server (or in GlassFish's case domain) level.
ProjectStageJndiFactory() - Constructor for class com.sun.faces.application.ProjectStageJndiFactory
 
prompt() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
PROMPT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
promptExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
PromptType - Enum Class in jakarta.security.enterprise.authentication.mechanism.http.openid
Prompt specifies whether the Authorization Server prompts the End-User for re-authentication and consent.
propagated() - Element in annotation interface jakarta.enterprise.concurrent.ContextServiceDefinition
Types of context to capture from the requesting thread and propagate to a thread that runs the contextual task or action.
propagateWebContextToChild(Object) - Method in interface com.sun.faces.spi.ThreadContext
 
properties() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Used to specify vendor-specific properties and less commonly used DataSource properties such as: dataSourceName networkProtocol propertyCycle roleName Properties are specified using the format: propertyName=propertyValue with one property per array element.
properties() - Method in class jakarta.persistence.PersistenceConfiguration
Standard and vendor-specific property settings.
properties() - Element in annotation interface jakarta.persistence.PersistenceContext
(Optional) Properties for the container or persistence provider.
properties(Map<String, ?>) - Method in class jakarta.persistence.PersistenceConfiguration
Set multiple properties of this persistence unit.
property() - Method in record class jakarta.data.Sort
Name of the property to order by.
property(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Returns the value of the property with the given name, or null if there is no property of that name.
property(String, Object) - Method in class jakarta.persistence.PersistenceConfiguration
Set a property of this persistence unit.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
property(String, Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Sets the property name to the provided value.
PROPERTY - Enum constant in enum class jakarta.persistence.AccessType
Property-based access is used, that is, state is accessed via getter and setter methods.
PROPERTY - Enum constant in enum class jakarta.validation.ElementKind
A property of a Java Bean.
PROPERTY - Enum constant in enum class jakarta.xml.bind.annotation.XmlAccessType
Every getter/setter pair in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated by XmlTransient.
PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyDescriptor - Interface in jakarta.validation.metadata
Describes a Java Bean property hosting validation constraints.
PropertyEditorHelper - Class in com.sun.faces.application
Helper class to aid the ConverterPropertyEditorBase in converting properties.
PropertyEditorHelper(Application) - Constructor for class com.sun.faces.application.PropertyEditorHelper
 
PropertyException - Exception Class in jakarta.xml.bind
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, Object) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
PropertyException(String, String) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and vendor specific errorCode.
PropertyException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
PropertyException(String, Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and linkedException.
PropertyException(Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
Construct a PropertyException with a linkedException.
propertyName() - Element in annotation interface jakarta.ejb.ActivationConfigProperty
propertyName.
PropertyNamingStrategy - Interface in jakarta.json.bind.config
Allows to define custom property naming strategy.
PropertyNotFoundException - Exception Class in jakarta.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotFoundException() - Constructor for exception class jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with no detail message.
PropertyNotFoundException(String) - Constructor for exception class jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the provided detail message.
PropertyNotFoundException(String, Throwable) - Constructor for exception class jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and root cause.
PropertyNotFoundException(Throwable) - Constructor for exception class jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotWritableException - Exception Class in jakarta.el
Thrown when a property could not be written to while setting the value on a ValueExpression.
PropertyNotWritableException() - Constructor for exception class jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with no detail message.
PropertyNotWritableException(String) - Constructor for exception class jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the provided detail message.
PropertyNotWritableException(String, Throwable) - Constructor for exception class jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
PropertyNotWritableException(Throwable) - Constructor for exception class jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyOrderStrategy - Class in jakarta.json.bind.config
Specifies predefined property order strategies.
propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
Receives notification when the (base, property) pair is resolved
propertyValue() - Element in annotation interface jakarta.ejb.ActivationConfigProperty
propertyValue.
PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
Provides mechanism how to define customized property visibility strategy.
propOrder() - Element in annotation interface jakarta.xml.bind.annotation.XmlType
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
ProtectedViewException - Exception Class in jakarta.faces.application
This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.
ProtectedViewException() - Constructor for exception class jakarta.faces.application.ProtectedViewException
Construct a new exception with no detail message or root cause.
ProtectedViewException(String) - Constructor for exception class jakarta.faces.application.ProtectedViewException
Construct a new exception with the specified detail message and no root cause.
ProtectedViewException(String, Throwable) - Constructor for exception class jakarta.faces.application.ProtectedViewException
Construct a new exception with the specified detail message and root cause.
ProtectedViewException(Throwable) - Constructor for exception class jakarta.faces.application.ProtectedViewException
Construct a new exception with the specified root cause.
ProtectedViewsConfigProcessor - Class in com.sun.faces.config.processor
This ConfigProcessor handles all elements defined under /protected-views.
ProtectedViewsConfigProcessor() - Constructor for class com.sun.faces.config.processor.ProtectedViewsConfigProcessor
 
protocol() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the protocol to be used.
protocol(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the protocol to be used.
PROTOCOL - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the protocol an application is bound to.
PROTOCOL_ERROR - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1002 indicates that an endpoint is terminating the connection due to a protocol error.
ProtocolException - Exception Class in jakarta.xml.ws
The ProtocolException class is a base class for exceptions related to a specific protocol binding.
ProtocolException() - Constructor for exception class jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with null as its detail message.
ProtocolException(String) - Constructor for exception class jakarta.xml.ws.ProtocolException
Constructs a new protocol exception with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception class jakarta.xml.ws.ProtocolException
Constructs a new runtime exception with the specified detail message and cause.
ProtocolException(Throwable) - Constructor for exception class jakarta.xml.ws.ProtocolException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PROVIDE_GROUPS - Enum constant in enum class jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Only groups for a principal, possibly established by another IdentityStore, are taken from this store.
ProvideMetadataToAnnotationScanTask - Class in com.sun.faces.config.manager.tasks
 
ProvideMetadataToAnnotationScanTask(DocumentInfo[], InjectionProvider) - Constructor for class com.sun.faces.config.manager.tasks.ProvideMetadataToAnnotationScanTask
 
provider() - Element in annotation interface jakarta.data.repository.Repository
Restricts the repository implementation to that of a specific Jakarta Data provider.
provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider() - Static method in class jakarta.json.spi.JsonProvider
Creates a JSON provider object.
provider() - Method in class jakarta.persistence.PersistenceConfiguration
The fully-qualified name of a concrete class implementing PersistenceProvider.
provider() - Static method in class jakarta.xml.ws.spi.Provider
Creates a new provider object.
provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
provider(String) - Method in class jakarta.persistence.PersistenceConfiguration
Specify the persistence provider.
Provider - Class in jakarta.xml.ws.spi
Service provider for ServiceDelegate and Endpoint objects.
Provider<T> - Interface in jakarta.inject
Provides instances of T.
Provider<T> - Interface in jakarta.xml.ws
Service endpoints may implement the Provider interface as a dynamic alternative to an SEI.
Provider - Annotation Interface in jakarta.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Provider() - Constructor for class jakarta.xml.ws.spi.Provider
Creates a new instance of Provider
PROVIDER - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the embeddable container implementation bootstrap class.
PROVIDER_DEFAULT - Enum constant in enum class jakarta.persistence.ConstraintMode
Use the provider-defined default behavior.
providerMetadata() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
To override the openid connect provider's metadata property discovered via providerUri.
providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.GenericBootstrap
Defines the provider resolution strategy.
providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
Optionally defines the provider resolver implementation used.
providers - Static variable in class jakarta.persistence.Persistence
Deprecated, for removal: This API element is subject to removal in a future version. 
Providers - Interface in jakarta.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
ProviderSpecificBootstrap<T> - Interface in jakarta.validation.bootstrap
Defines the state used to bootstrap Jakarta Validation and creates a provider specific Configuration of type T.
providerURI() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Required, unless providerMetadata is specified.
ProviderUtil - Interface in jakarta.persistence.spi
Utility interface implemented by the persistence provider.
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
407 Proxy Authentication Required, see HTTP/1.1 documentation.
PUBLIC_MEMBER - Enum constant in enum class jakarta.xml.bind.annotation.XmlAccessType
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by XmlTransient.
publicVal - Enum constant in enum class jakarta.faces.component.html.HtmlDoctype.PropertyKeys
 
publish(HttpContext) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(Object) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the provided server context.
publish(String) - Method in class jakarta.xml.ws.Endpoint
Publishes this endpoint at the given address.
publish(String, Object) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publish(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
Creates and publishes an endpoint for the specified implementor object at the given address.
publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class com.sun.faces.application.ApplicationImpl
 
publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.Application
This method functions exactly like Application.publishEvent(FacesContext,Class,Object), except the run-time must use the argument sourceBaseType to find the matching listener instead of using the Class of the source argument.
publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.ApplicationWrapper
The default behavior of this method is to call Application.publishEvent(jakarta.faces.context.FacesContext, Class, Class, Object) on the wrapped Application object.
publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object, ProjectStage) - Method in class com.sun.faces.application.applicationimpl.Events
 
publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class com.sun.faces.application.ApplicationImpl
 
publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.Application
If FacesContext.isProcessingEvents() is true and there are one or more listeners for events of the type represented by systemEventClass, call those listeners, passing source as the source of the event.
publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.ApplicationWrapper
The default behavior of this method is to call Application.publishEvent(jakarta.faces.context.FacesContext, Class, Object) on the wrapped Application object.
push() - Method in class com.sun.faces.component.CompositeComponentStackManager
Pushes a component derived by the push logic to the Evaluation stack.
push() - Method in interface jakarta.servlet.http.PushBuilder
Deprecated.
Push a resource given the current state of the builder, the method must be non-blocking.
push(CompositeComponentStackManager.StackType) - Method in class com.sun.faces.component.CompositeComponentStackManager
Pushes a component derived by the push logic to the specified stack.
push(UIComponent) - Method in class com.sun.faces.component.CompositeComponentStackManager
Pushes the specified composite component to the Evaluation stack.
push(UIComponent, CompositeComponentStackManager.StackType) - Method in class com.sun.faces.component.CompositeComponentStackManager
Pushes the specified composite component to the desired StackType stack.
push(FacesContext) - Method in class com.sun.faces.application.annotation.BehaviorConfigHandler
 
push(FacesContext) - Method in class com.sun.faces.application.annotation.ComponentConfigHandler
 
push(FacesContext) - Method in interface com.sun.faces.application.annotation.ConfigAnnotationHandler
Push the configuration based on the collected metadata to the current application.
push(FacesContext) - Method in class com.sun.faces.application.annotation.ConverterConfigHandler
 
push(FacesContext) - Method in class com.sun.faces.application.annotation.NamedEventConfigHandler
 
push(FacesContext) - Method in class com.sun.faces.application.annotation.RenderKitConfigHandler
 
push(FacesContext) - Method in class com.sun.faces.application.annotation.ValidatorConfigHandler
 
push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
Push - Annotation Interface in jakarta.faces.push
The CDI annotation @Push allows you to inject a PushContext associated with a given <f:websocket> channel in any container managed artifact in WAR.
PUSH_RESOURCE_URLS_KEY_NAME - Static variable in class com.sun.faces.RIConstants
 
Push.Literal - Class in jakarta.faces.push
Supports inline instantiation of the Push qualifier.
pushBehavior(FacesContext, AjaxBehavior, String) - Method in class com.sun.faces.component.behavior.AjaxBehaviors
Push the AjaxBehavior instance onto the List.
pushBody() - Method in class jakarta.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
PushBuilder - Interface in jakarta.servlet.http
Deprecated.
In favor of 103 early hints
pushClient(TemplateClient) - Method in class com.sun.faces.facelets.FaceletContextImplBase
Push the passed TemplateClient onto the stack for Definition Resolution
pushComponentToEL(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIComponent
Push the current UIComponent this to the FacesContext attribute map saving the previous UIComponent for a subsequent call to UIComponent.popComponentFromEL(jakarta.faces.context.FacesContext).
pushComponentToEL(FaceletContext, UIComponent, CompositeComponentStackManager) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
 
PushContext - Interface in jakarta.faces.push
CDI interface to send a message object to the push socket channel as identified by @Push.
pushReturnMode(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerImpl
 
pushReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
Enable the correct handling of navigation when processing a return node.
pushValidatorInfo(ComponentValidators.ValidatorInfo) - Method in class com.sun.faces.component.validator.ComponentValidators
Pushes the provided ValidatorInfo onto the stack.
put(MessageInfo, Object) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
Put the Object into the MessageInfo at the location identified by the target.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
Return the previously stored value and store the specified key/value pair.
put(Serializable, String, Object) - Method in interface jakarta.faces.component.StateHelper
Store the specified mapKey/value in a Map that is internal to the helper, and return the previously stored value.
put(String, Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
put(String, Object) - Method in class com.sun.faces.context.AlwaysPuttingSessionMap
 
put(String, Object) - Method in class com.sun.faces.context.ApplicationMap
 
put(String, Object) - Method in class com.sun.faces.context.flash.ELFlash
 
put(String, Object) - Method in class com.sun.faces.context.RequestMap
 
put(String, Object) - Method in class com.sun.faces.context.SessionMap
 
put(String, Object) - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Map.put(K, V) on the wrapped Flash object.
put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
put(K, K, K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
put(K, K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
put(K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
put(K, V) - Method in class com.sun.faces.util.MetadataWrapperMap
 
put(K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
Maps the specified key to the specified value in this table.
PUT - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
PUT - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP PUT method.
putAll(Map) - Method in class com.sun.faces.context.ApplicationMap
 
putAll(Map) - Method in class com.sun.faces.context.InitParameterMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestCookieMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestHeaderMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestHeaderValuesMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestParameterMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestParameterValuesMap
 
putAll(Map) - Method in class com.sun.faces.context.RequestMap
 
putAll(Map) - Method in class com.sun.faces.context.SessionMap
 
putAll(Map) - Method in class com.sun.faces.util.MetadataWrapperMap
 
putAll(Map<? extends String, ?>) - Method in class com.sun.faces.context.flash.ELFlash
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
putAll(Map<? extends String, ? extends Object>) - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Map.putAll(Map) on the wrapped Flash object.
putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
putBehavior(String, String) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putBehavior(String, String, Class) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putComponent(String, String, String) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putComponent(String, String, String, Class) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putCompositeComponentTag(String, String) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
Associates a context object with this ELContext.
putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
 
putConverter(String, String) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putConverter(String, String, Class) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putFunction(String, Method) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putIfAbsent(K, K, K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
putIfAbsent(K, K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
putIfAbsent(K, K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
putIfAbsent(K, V) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
If the specified key is not already associated with a value, associate it with the given value.
putNow(String, Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
putNow(String, Object) - Method in class com.sun.faces.context.flash.ELFlash
 
putNow(String, Object) - Method in class jakarta.faces.context.Flash
Puts a value in the flash so that it can be accessed on this traversal of the lifecycle, rather than on the next traversal.
putNow(String, Object) - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Flash.putNow(String, Object) on the wrapped Flash object.
putResource(Object, Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.
putTagHandler(String, Class) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper
Return the previously stored value and store the specified key/value pair.
putUserTag(String, URL) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putValidator(String, String) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
putValidator(String, String, Class) - Method in class com.sun.faces.facelets.tag.TagLibraryImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form