|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TldDeferredValueType
Defines information about how to provide the value for a tag handler attribute that accepts a javax.el.ValueExpression. The deferred-value element has one optional subelement: type the expected type of the attribute
Java class for tld-deferred-valueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tld-deferred-valueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
FullyQualifiedClassType |
getType()
Gets the value of the type property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setType(FullyQualifiedClassType value)
Sets the value of the type property. |
| Method Detail |
|---|
FullyQualifiedClassType getType()
FullyQualifiedClassTypevoid setType(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||