JavaScript is disabled on your browser.
Skip navigation links
javax.annotation

Annotation Type ManagedBean



  • @Target(value=TYPE)
     @Retention(value=RUNTIME)
    public @interface ManagedBean
    The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.A ManagedBean supports a small set of basic services such as resource injection, lifecycle callbacks and interceptors.
    Since:
    Common Annotations 1.1
    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      String value
      The name of the Managed Bean.
    • Element Detail

      • value

        public abstract String value
        The name of the Managed Bean. Managed Bean names must be unique within a Java EE module. For each named Managed Bean, Java EE containers must make available the following entries in JNDI, using the same naming scheme used for EJB components.

        In the application namespace:

        java:app/<module-name>/<bean-name>

        In the module namespace of the module containing the Managed Bean:

        java:module/<bean-name>

        Default:
        ""
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /