element useBean

element {http://java.sun.com/JSP/Page}useBean

Type Heirarchy
{http://java.sun.com/JSP/Page}Body (by extension)
 {http://java.sun.com/JSP/Page}useBean
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://java.sun.com/JSP/Page
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:jsp=http://java.sun.com/JSP/Page
xmlns=http://java.sun.com/JSP/Page


Source

<xsd:element name="useBean">
    <
xsd:annotation>
        <
xsd:documentation>
useBean instantiates or accesses a bean in the specified scope.

Constraint: The allowed combinations of attributes are:

class [type] | type [( class | beanName)]
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:complexContent>
            <
xsd:extension base="Body">
                <
xsd:attribute ref="jsp:id"/>
                <
xsd:attribute name="id" use="required" type="Identifier"/>
                <
xsd:attribute name="class" type="TypeName"/>
                <
xsd:attribute name="type" type="TypeName"/>
                <
xsd:attribute name="beanName" type="TypeName"/>
                <
xsd:attribute name="scope" default="page" type="Scope"/>
            </
xsd:extension>
        </
xsd:complexContent>
    </
xsd:complexType>
</
xsd:element>


Documentation

useBean instantiates or accesses a bean in the specified scope.
Constraint: The allowed combinations of attributes are:
  class [type] | type [( class | beanName)]


element useBean


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.