jdk/src/share/classes/com/sun/beans/decoder/JavaElementHandler.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    30  * This class is intended to handle <java> element.
    30  * This class is intended to handle <java> element.
    31  * Each element that appears in the body of this element
    31  * Each element that appears in the body of this element
    32  * is evaluated in the context of the decoder itself.
    32  * is evaluated in the context of the decoder itself.
    33  * Typically this outer context is used to retrieve the owner of the decoder,
    33  * Typically this outer context is used to retrieve the owner of the decoder,
    34  * which can be set before reading the archive.
    34  * which can be set before reading the archive.
    35  * <p>The following atributes are supported:
    35  * <p>The following attributes are supported:
    36  * <dl>
    36  * <dl>
    37  * <dt>version
    37  * <dt>version
    38  * <dd>the Java version (not supported)
    38  * <dd>the Java version (not supported)
    39  * <dt>class
    39  * <dt>class
    40  * <dd>the type of preferable parser (not supported)
    40  * <dd>the type of preferable parser (not supported)
    52     private Class<?> type;
    52     private Class<?> type;
    53     private ValueObject value;
    53     private ValueObject value;
    54 
    54 
    55     /**
    55     /**
    56      * Parses attributes of the element.
    56      * Parses attributes of the element.
    57      * The following atributes are supported:
    57      * The following attributes are supported:
    58      * <dl>
    58      * <dl>
    59      * <dt>version
    59      * <dt>version
    60      * <dd>the Java version (not supported)
    60      * <dd>the Java version (not supported)
    61      * <dt>class
    61      * <dt>class
    62      * <dd>the type of preferable parser (not supported)
    62      * <dd>the type of preferable parser (not supported)