Add Managed Bean Dialog Box
See Also
A managed bean is a JavaBeans component, a particular Java class that is dynamically
instantiated at runtime if it is referenced as the first element of a value reference
expression, and no corresponding bean can be identified in any scope. In addition to
the creation of the managed bean, and the optional storing of it into the specified
scope, the nested managed-property elements can be used to initialize the contents of
settable JavaBeans properties of the created instance.
- Bean Name. Specifies the attribute name under which a managed bean will be
searched for and stored (unless the "managed-bean-scope" value is "none").
- Bean Class. Specifies the fully qualified class name of the Java class
that will be used to instantiate a new instance, if creation of the specified
managed bean is requested. The specified class must conform to standard JavaBeans
conventions. In particular, it must have a public, no-argument constructor, and
zero or more public property setters.
- Scope. Specifies the scope into which a newly created instance of the specified
managed bean will be stored (unless the value is "none").
- Bean Description. Specifies a textual description of the element it is nested
in, optionally flagged with a language code using the xml:lang attribute.
- See Also
- About Web Application Frameworks
- Creating a New Application with JSF Support
- Adding JSF Support to an Existing Application
Legal Notices