Skip navigation links
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 _ 

P

PAGE - Static variable in class javax.servlet.jsp.PageContext
 
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
 
PageContext - Class in javax.servlet.jsp
 
PageContext() - Constructor for class javax.servlet.jsp.PageContext
 
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
 
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
The owning PageContext.
PageData - Class in javax.servlet.jsp.tagext
Translation-time information for a JSP page.
PageData() - Constructor for class javax.servlet.jsp.tagext.PageData
Zero-arg constructor for the PageData.
parameter(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
parameter(Class<T>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
Parameter<T> - Interface in javax.persistence
Query parameter types.
ParameterExpression<T> - Interface in javax.persistence.criteria
Criteria parameter expression.
parseExpression(String, Class, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
Evaluates the expression.
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Parses POST data using www-form-urlencoding
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Deprecated.
Converts a queryString to a hashtable.
Part - Interface in javax.servlet.http
 
PassivationCapable - Interface in javax.enterprise.inject.spi
Abstract introspected view of a Bean injectible field
PasswordCredential - Class in javax.resource.spi.security
Deprecated. 
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Deprecated.
Creates the credential
Path<X> - Interface in javax.persistence.criteria
A path expression.
PermitAll - Annotation Type in javax.annotation.security
Sets the user name to run as.
PermittedTaglibsTLV - Class in javax.servlet.jsp.jstl.tlv
 
PermittedTaglibsTLV() - Constructor for class javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface javax.persistence.EntityManager
Makes an object managed and persistent.
Persistence - Class in javax.persistence
Bootstrap class to obtain an EntityManagerFactory.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
Deprecated.
PersistenceContext - Annotation Type in javax.persistence
The @PersistenceContext annotation.
PersistenceContexts - Annotation Type in javax.persistence
The @PersistenceContexts annotation.
PersistenceContextType - Enum in javax.persistence
The type of the persistence context.
PersistenceException - Exception in javax.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception javax.persistence.PersistenceException
 
PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
 
PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
 
PersistenceProperty - Annotation Type in javax.persistence
The @PersistenceProperty annotation.
PersistenceProvider - Interface in javax.persistence.spi
Bootstrap class to obtain an EntityManagerFactory.
PersistenceProviderResolver - Interface in javax.persistence.spi
Returns the available providers.
PersistenceProviderResolverHolder - Class in javax.persistence.spi
Holder for the available providers.
PersistenceProviderResolverHolder() - Constructor for class javax.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in javax.persistence
The @PersistenceUnit annotation.
PersistenceUnitInfo - Interface in javax.persistence.spi
Container interface when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in javax.persistence
The @PersistenceUnits annotation.
PersistenceUnitTransactionType - Enum in javax.persistence.spi
Types of transaction handling for entity managers.
PersistenceUnitUtil - Interface in javax.persistence
Utilities related to persistence
PersistenceUtil - Interface in javax.persistence
Utilities related to persistence
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
 
PessimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockException(String) - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockException(String, Throwable) - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
 
PessimisticLockScope - Enum in javax.persistence
The type of the persistence context.
PluralAttribute<X,C,E> - Interface in javax.persistence.metamodel
Reflection model for a JPA attribute
PluralAttribute.CollectionType - Enum in javax.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in javax.persistence.criteria
A common join interface to all collection types.
popBody() - Method in class javax.servlet.jsp.JspContext
Internal routine to support BodyTags.
PostActivate - Annotation Type in javax.ejb
The @PostActivate annotation.
PostConstruct - Annotation Type in javax.annotation
Marks a method to be called after construction.
postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
PostConstruct initialization
PostLoad - Annotation Type in javax.persistence
The @PostLoad annotation.
PostPersist - Annotation Type in javax.persistence
The @PostPersist annotation.
PostRemove - Annotation Type in javax.persistence
The @PostRemove annotation.
PostUpdate - Annotation Type in javax.persistence
The @PostUpdate annotation.
PreDestroy - Annotation Type in javax.annotation
Marks a method to be before desctrution.
preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Call pre-destroy
Predicate - Interface in javax.persistence.criteria
Criteria predicate.
Predicate.BooleanOperator - Enum in javax.persistence.criteria
 
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Prepares a transaction.
prepare() - Method in class javax.servlet.jsp.jstl.core.LoopTagSupport
Called before iteration starts
prepare(Xid) - Method in interface javax.transaction.xa.XAResource
Called to start the first phase of the commit.
PrePassivate - Annotation Type in javax.ejb
The @PreActivate annotation.
PrePersist - Annotation Type in javax.persistence
The @PrePersist annotation.
PreRemove - Annotation Type in javax.persistence
The @PreRemove annotation.
PreUpdate - Annotation Type in javax.persistence
The @PreUpdate annotation.
PrimaryKeyJoinColumn - Annotation Type in javax.persistence
The @Column annotation.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
The @Column annotation.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
 
print(char) - Method in class javax.servlet.jsp.JspWriter
 
print(int) - Method in class javax.servlet.jsp.JspWriter
 
print(long) - Method in class javax.servlet.jsp.JspWriter
 
print(float) - Method in class javax.servlet.jsp.JspWriter
 
print(double) - Method in class javax.servlet.jsp.JspWriter
 
print(char[]) - Method in class javax.servlet.jsp.JspWriter
 
print(String) - Method in class javax.servlet.jsp.JspWriter
 
print(Object) - Method in class javax.servlet.jsp.JspWriter
 
print(String) - Method in class javax.servlet.ServletOutputStream
Prints a string to the stream.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Prints a boolean value to output.
print(char) - Method in class javax.servlet.ServletOutputStream
Prints a character to the output.
print(int) - Method in class javax.servlet.ServletOutputStream
Prints an integer to the output.
print(long) - Method in class javax.servlet.ServletOutputStream
Prints a long to the output.
print(float) - Method in class javax.servlet.ServletOutputStream
Prints a float to the output.
print(double) - Method in class javax.servlet.ServletOutputStream
Prints a double to the output.
println() - Method in class javax.servlet.jsp.JspWriter
 
println(boolean) - Method in class javax.servlet.jsp.JspWriter
 
println(char) - Method in class javax.servlet.jsp.JspWriter
 
println(int) - Method in class javax.servlet.jsp.JspWriter
 
println(long) - Method in class javax.servlet.jsp.JspWriter
 
println(float) - Method in class javax.servlet.jsp.JspWriter
 
println(double) - Method in class javax.servlet.jsp.JspWriter
 
println(char[]) - Method in class javax.servlet.jsp.JspWriter
 
println(String) - Method in class javax.servlet.jsp.JspWriter
 
println(Object) - Method in class javax.servlet.jsp.JspWriter
 
println() - Method in class javax.servlet.ServletOutputStream
Prints a newline to the output.
println(String) - Method in class javax.servlet.ServletOutputStream
Prints a string to the output, followed by a newline.
println(boolean) - Method in class javax.servlet.ServletOutputStream
Prints a boolean to the output, followed by a newline.
println(char) - Method in class javax.servlet.ServletOutputStream
Prints a character to the output, followed by a newline.
println(int) - Method in class javax.servlet.ServletOutputStream
Prints an integer to the output, followed by a newline.
println(long) - Method in class javax.servlet.ServletOutputStream
Prints a long to the output, followed by a newline.
println(float) - Method in class javax.servlet.ServletOutputStream
Prints a float to the output, followed by a newline.
println(double) - Method in class javax.servlet.ServletOutputStream
Prints a double to the output, followed by a newline.
proceed() - Method in interface javax.interceptor.InvocationContext
 
process(Cache.MutableEntry<K, V>) - Method in interface com.caucho.cache.Cache.EntryProcessor
 
ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a discovered annotated type.
ProcessBean<X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a bean.
ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
Extension callback before processing an annotated type
ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a managed bean.
ProcessObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a producer method.
ProcessProducer<X,T> - Interface in javax.enterprise.inject.spi
Extension callback before processing an annotated type
ProcessProducerField<T,X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a producer method.
ProcessProducerMethod<T,X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a producer method.
ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
Extension callback while processing a managed bean.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
prod(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
prod(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
Instantiate the bean.
Producer<T> - Interface in javax.enterprise.inject.spi
Abstract introspected view of a Bean injectible field
Produces - Annotation Type in javax.enterprise.inject
Bean factory methods are declared with the @Produces annotation.
propertyExists(String) - Method in interface javax.jms.Message
 
PropertyNotFoundException - Exception in javax.el
EL exceptions
PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
 
PropertyNotWritableException - Exception in javax.el
EL exceptions
PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
 
PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
 
PROVIDER - Static variable in class javax.ejb.embeddable.EJBContainer
 
Provider<T> - Interface in javax.inject
Factory to create instances of a bean.
providers - Static variable in class javax.persistence.Persistence
Deprecated.
ProviderUtil - Interface in javax.persistence.spi
Utilities by the provider.
publish(Message) - Method in interface javax.jms.TopicPublisher
 
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
 
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
 
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
 
push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
Pushes an incomplete instance into the creational context.
pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
Internal routine to support BodyTags.
pushBody() - Method in class javax.servlet.jsp.PageContext
Internal routine to support BodyTags.
put(K, V) - Method in interface com.caucho.cache.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in interface com.caucho.cache.Cache
 
putContext(Class, Object) - Method in class javax.el.ELContext
 
putIfAbsent(K, V) - Method in interface com.caucho.cache.Cache
 
putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
 
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated. 
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 _