| Library: | Java EE 5 |
| Version: | 5.0.0 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| ActionType | javax.enterprise.deploy.shared | Class ActionTypes defines enumeration values for the J2EE DeploymentStatus actions. |
| ArrayELResolver | javax.el | Defines property resolution behavior on arrays. |
| BeanELResolver | javax.el | Defines property resolution behavior on objects using the JavaBeans component architecture. |
| BeanELResolver.BeanProperties | javax.el | No description provided. |
| BeanELResolver.BeanProperty | javax.el | No description provided. |
| BodyContent | javax.servlet.jsp.tagext | An encapsulation of the evaluation of the body of an action so it is available to a tag handler. |
| BodyTagSupport | javax.servlet.jsp.tagext | A base class for defining tag handlers implementing BodyTag. |
| CommandType | javax.enterprise.deploy.shared | Class CommandTypes defines enumeration values for the DeploymentStatus object. |
| CompositeELResolver | javax.el | Maintains an ordered composite list of child ELResolvers. |
| ConnectionEvent | javax.resource.spi | The ConnectionEvent class provides information about the source of
a connection related event.A ConnectionEvent instance contains the
following information:
|
| Cookie | javax.servlet.http | Creates 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. |
| DConfigBeanVersionType | javax.enterprise.deploy.shared | Class DConfigBeanVersionTypes defines enumeration values for the J2EE Platform verion number. |
| DeploymentFactoryManager | javax.enterprise.deploy.shared.factories | The DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects. |
| EJBMethodPermission | javax.security.jacc | Class for EJB method permissions. |
| EJBRoleRefPermission | javax.security.jacc | Class for EJB isCallerInRole (String reference)
permissions. |
| ELContext | javax.el | Context information for expression evaluation. |
| ELContextEvent | javax.el | An event which indicates that an ELContext has been created. |
| ELResolver | javax.el | Enables customization of variable and property resolution behavior for EL expression evaluation. |
| ErrorData | javax.servlet.jsp | Contains information about an error, for error pages. |
| ExecutionContext | javax.resource.spi.work | This class models an execution context (transaction, security, etc)
with which the Work instance must be executed. |
| Expression | javax.servlet.jsp.el | The abstract class for a prepared expression. |
| Expression | javax.el | Base class for the expression subclasses ValueExpression and MethodExpression , implementing characterstics common to both. |
| ExpressionEvaluator | javax.servlet.jsp.el | The abstract base class for an expression-language evaluator. |
| ExpressionFactory | javax.el | Parses a String into a ValueExpression or
MethodExpression instance for later evaluation. |
| FunctionInfo | javax.servlet.jsp.tagext | Information for a function in a Tag Library. |
| FunctionMapper | javax.el | The interface to a map between EL function names and methods. |
| GenericServlet | javax.servlet | Defines a generic, protocol-independent servlet. |
| HttpServlet | javax.servlet.http | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
| HttpServletRequestWrapper | javax.servlet.http | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
| HttpServletResponseWrapper | javax.servlet.http | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
| HttpSessionBindingEvent | javax.servlet.http | Events 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. |
| HttpSessionEvent | javax.servlet.http | This is the class representing event notifications for changes to sessions within a web application. |
| HttpUtils | javax.servlet.http | No description provided. |
| ImplicitObjectELResolver | javax.servlet.jsp.el | Defines variable resolution behavior for the EL implicit objects defined in the JSP specification. |
| JspContext | javax.servlet.jsp |
|
| JspEngineInfo | javax.servlet.jsp | The JspEngineInfo is an abstract class that provides information on the current JSP engine. |
| JspFactory | javax.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. |
| JspFragment | javax.servlet.jsp.tagext | Encapsulates a portion of JSP code in an object that can be invoked as many times as needed. |
| JspWriter | javax.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. |
| ListELResolver | javax.el | Defines property resolution behavior on instances of List . |
| MapELResolver | javax.el | Defines property resolution behavior on instances of Map . |
| MethodExpression | javax.el | An Expression that refers to a method on an object. |
| MethodInfo | javax.el | Holds information about a method that a MethodExpression evaluated to. |
| ModuleType | javax.enterprise.deploy.shared | Class ModuleTypes defines enumeration values for the J2EE module types. |
| PageContext | javax.servlet.jsp | PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. |
| PageData | javax.servlet.jsp.tagext | Translation-time information on a JSP page. |
| PasswordCredential | javax.resource.spi.security | The class PasswordCredential acts as a holder for username and password. |
| Persistence | javax.persistence | Bootstrap class that is used to obtain an EntityManagerFactory . |
| PolicyConfigurationFactory | javax.security.jacc | Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider. |
| PolicyContext | javax.security.jacc | This utility class is used by containers to communicate policy context
identifiers and other policy relevant context to Policy
providers. |
| ProgressEvent | javax.enterprise.deploy.spi.status | An event which indicates that a deployment status change has occurred. |
| QueueRequestor | javax.jms | The QueueRequestor helper class simplifies
making service requests. |
| ResourceBundleELResolver | javax.el | Defines property resolution behavior on instances of ResourceBundle . |
| ScopedAttributeELResolver | javax.servlet.jsp.el | Defines variable resolution behavior for scoped attributes. |
| ServletContextAttributeEvent | javax.servlet | This is the event class for notifications about changes to the attributes of the servlet context of a web application. |
| ServletContextEvent | javax.servlet | This is the event class for notifications about changes to the servlet context of a web application. |
| ServletInputStream | javax.servlet | Provides an input stream for reading binary data from a client
request, including an efficient readLine method
for reading data one line at a time. |
| ServletOutputStream | javax.servlet | Provides an output stream for sending binary data to the client. |
| ServletRequestAttributeEvent | javax.servlet | This is the event class for notifications of changes to the attributes of the servlet request in an application. |
| ServletRequestEvent | javax.servlet | Events of this kind indicate lifecycle events for a ServletRequest. |
| ServletRequestWrapper | javax.servlet | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
| ServletResponseWrapper | javax.servlet | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
| SimpleTagSupport | javax.servlet.jsp.tagext | A base class for defining tag handlers implementing SimpleTag. |
| StateType | javax.enterprise.deploy.shared | Class StateTypes defines enumeration values for the DeploymentStatus object. |
| TagAdapter | javax.servlet.jsp.tagext | Wraps any SimpleTag and exposes it using a Tag interface. |
| TagAttributeInfo | javax.servlet.jsp.tagext | Information on the attributes of a Tag, available at translation time. |
| TagData | javax.servlet.jsp.tagext | The (translation-time only) attribute/value information for a tag instance. |
| TagExtraInfo | javax.servlet.jsp.tagext | Optional class provided by the tag library author to describe additional translation-time information not described in the TLD. |
| TagFileInfo | javax.servlet.jsp.tagext | Tag 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. |
| TagInfo | javax.servlet.jsp.tagext | Tag 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. |
| TagLibraryInfo | javax.servlet.jsp.tagext | Translation-time information associated with a taglib directive, and its underlying TLD file. |
| TagLibraryValidator | javax.servlet.jsp.tagext | Translation-time validator class for a JSP page. |
| TagSupport | javax.servlet.jsp.tagext | A base class for defining new tag handlers implementing Tag. |
| TagVariableInfo | javax.servlet.jsp.tagext | Variable 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. |
| TopicRequestor | javax.jms | The TopicRequestor helper class simplifies
making service requests. |
| ValidationMessage | javax.servlet.jsp.tagext | A validation message from either TagLibraryValidator or TagExtraInfo. |
| ValueExpression | javax.el | An Expression that can get or set a value. |
| VariableInfo | javax.servlet.jsp.tagext | Information on the scripting variables that are created/modified by a tag (at run-time). |
| VariableMapper | javax.el | The interface to a map between EL variables and the EL expressions they are associated with. |
| WebResourcePermission | javax.security.jacc | Class for Servlet web resource permissions. |
| WebRoleRefPermission | javax.security.jacc | Class for Servlet isUserInRole (String reference)
permissions. |
| WebUserDataPermission | javax.security.jacc | Class for Servlet Web user data permissions. |
| WorkAdapter | javax.resource.spi.work | This class is provided as a convenience for easily creating
WorkListener instances by extending this class
and overriding only those methods of interest. |
| WorkEvent | javax.resource.spi.work | This class models the various events that occur during the processing of
a Work instance. |
| XpathEvent | javax.enterprise.deploy.model | An Event class describing ConfigBeans being added/subtracted from a server configuration. |
| Search |




