org.apache.openejb.jee
Class TldDeferredValue
java.lang.Object
org.apache.openejb.jee.TldDeferredValue
public class TldDeferredValue
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
id
protected String id
TldDeferredValue
public TldDeferredValue()
getType
public String getType()
setType
public void setType(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.