Library:Java EE 5
Version:5.0.0
Compatibility:JDK 1.5
Classes in library Java EE 5.
NamePackageDescription
ActionTypejavax.enterprise.deploy.sharedClass ActionTypes defines enumeration values for the J2EE DeploymentStatus actions.
ArrayELResolverjavax.elDefines property resolution behavior on arrays.
BeanELResolverjavax.elDefines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver.BeanPropertiesjavax.elNo description provided.
BeanELResolver.BeanPropertyjavax.elNo description provided.
BodyContentjavax.servlet.jsp.tagextAn encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyTagSupportjavax.servlet.jsp.tagextA base class for defining tag handlers implementing BodyTag.
CommandTypejavax.enterprise.deploy.sharedClass CommandTypes defines enumeration values for the DeploymentStatus object.
CompositeELResolverjavax.elMaintains an ordered composite list of child ELResolvers.
ConnectionEventjavax.resource.spiThe ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information:
  • Type of the connection event
  • ManagedConnection instance that generated the connection event.
Cookiejavax.servlet.httpCreates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
DConfigBeanVersionTypejavax.enterprise.deploy.sharedClass DConfigBeanVersionTypes defines enumeration values for the J2EE Platform verion number.
DeploymentFactoryManagerjavax.enterprise.deploy.shared.factoriesThe DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects.
EJBMethodPermissionjavax.security.jaccClass for EJB method permissions.
EJBRoleRefPermissionjavax.security.jaccClass for EJB isCallerInRole (String reference) permissions.
ELContextjavax.elContext information for expression evaluation.
ELContextEventjavax.elAn event which indicates that an ELContext has been created.
ELResolverjavax.elEnables customization of variable and property resolution behavior for EL expression evaluation.
ErrorDatajavax.servlet.jspContains information about an error, for error pages.
ExecutionContextjavax.resource.spi.workThis class models an execution context (transaction, security, etc) with which the Work instance must be executed.
Expressionjavax.servlet.jsp.el

The abstract class for a prepared expression.

Expressionjavax.elBase class for the expression subclasses ValueExpression and MethodExpression , implementing characterstics common to both.
ExpressionEvaluatorjavax.servlet.jsp.el

The abstract base class for an expression-language evaluator.

ExpressionFactoryjavax.elParses a String into a ValueExpression or MethodExpression instance for later evaluation.
FunctionInfojavax.servlet.jsp.tagextInformation for a function in a Tag Library.
FunctionMapperjavax.elThe interface to a map between EL function names and methods.
GenericServletjavax.servletDefines a generic, protocol-independent servlet.
HttpServletjavax.servlet.httpProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequestWrapperjavax.servlet.httpProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletResponseWrapperjavax.servlet.httpProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpSessionBindingEventjavax.servlet.httpEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionEventjavax.servlet.httpThis is the class representing event notifications for changes to sessions within a web application.
HttpUtilsjavax.servlet.httpNo description provided.
ImplicitObjectELResolverjavax.servlet.jsp.elDefines variable resolution behavior for the EL implicit objects defined in the JSP specification.
JspContextjavax.servlet.jsp

JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.

JspEngineInfojavax.servlet.jspThe JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspFactoryjavax.servlet.jsp

The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.

JspFragmentjavax.servlet.jsp.tagextEncapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspWriterjavax.servlet.jsp

The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.

ListELResolverjavax.elDefines property resolution behavior on instances of List .
MapELResolverjavax.elDefines property resolution behavior on instances of Map .
MethodExpressionjavax.elAn Expression that refers to a method on an object.
MethodInfojavax.elHolds information about a method that a MethodExpression evaluated to.
ModuleTypejavax.enterprise.deploy.sharedClass ModuleTypes defines enumeration values for the J2EE module types.
PageContextjavax.servlet.jsp

PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.

PageDatajavax.servlet.jsp.tagextTranslation-time information on a JSP page.
PasswordCredentialjavax.resource.spi.securityThe class PasswordCredential acts as a holder for username and password.
Persistencejavax.persistenceBootstrap class that is used to obtain an EntityManagerFactory .
PolicyConfigurationFactoryjavax.security.jaccAbstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.
PolicyContextjavax.security.jaccThis utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.
ProgressEventjavax.enterprise.deploy.spi.statusAn event which indicates that a deployment status change has occurred.
QueueRequestorjavax.jmsThe QueueRequestor helper class simplifies making service requests.
ResourceBundleELResolverjavax.elDefines property resolution behavior on instances of ResourceBundle .
ScopedAttributeELResolverjavax.servlet.jsp.elDefines variable resolution behavior for scoped attributes.
ServletContextAttributeEventjavax.servletThis is the event class for notifications about changes to the attributes of the servlet context of a web application.
ServletContextEventjavax.servletThis is the event class for notifications about changes to the servlet context of a web application.
ServletInputStreamjavax.servletProvides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletOutputStreamjavax.servletProvides an output stream for sending binary data to the client.
ServletRequestAttributeEventjavax.servletThis is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestEventjavax.servletEvents of this kind indicate lifecycle events for a ServletRequest.
ServletRequestWrapperjavax.servletProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletResponseWrapperjavax.servletProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
SimpleTagSupportjavax.servlet.jsp.tagextA base class for defining tag handlers implementing SimpleTag.
StateTypejavax.enterprise.deploy.sharedClass StateTypes defines enumeration values for the DeploymentStatus object.
TagAdapterjavax.servlet.jsp.tagextWraps any SimpleTag and exposes it using a Tag interface.
TagAttributeInfojavax.servlet.jsp.tagextInformation on the attributes of a Tag, available at translation time.
TagDatajavax.servlet.jsp.tagextThe (translation-time only) attribute/value information for a tag instance.
TagExtraInfojavax.servlet.jsp.tagextOptional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagFileInfojavax.servlet.jsp.tagextTag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfojavax.servlet.jsp.tagextTag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagLibraryInfojavax.servlet.jsp.tagextTranslation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryValidatorjavax.servlet.jsp.tagextTranslation-time validator class for a JSP page.
TagSupportjavax.servlet.jsp.tagextA base class for defining new tag handlers implementing Tag.
TagVariableInfojavax.servlet.jsp.tagextVariable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TopicRequestorjavax.jmsThe TopicRequestor helper class simplifies making service requests.
ValidationMessagejavax.servlet.jsp.tagextA validation message from either TagLibraryValidator or TagExtraInfo.
ValueExpressionjavax.elAn Expression that can get or set a value.
VariableInfojavax.servlet.jsp.tagextInformation on the scripting variables that are created/modified by a tag (at run-time).
VariableMapperjavax.elThe interface to a map between EL variables and the EL expressions they are associated with.
WebResourcePermissionjavax.security.jaccClass for Servlet web resource permissions.
WebRoleRefPermissionjavax.security.jaccClass for Servlet isUserInRole (String reference) permissions.
WebUserDataPermissionjavax.security.jaccClass for Servlet Web user data permissions.
WorkAdapterjavax.resource.spi.workThis class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
WorkEventjavax.resource.spi.workThis class models the various events that occur during the processing of a Work instance.
XpathEventjavax.enterprise.deploy.modelAn Event class describing ConfigBeans being added/subtracted from a server configuration.
Search