org.apache.openejb.jee
Class TldDeferredMethod
java.lang.Object
org.apache.openejb.jee.TldDeferredMethod
public class TldDeferredMethod
- extends Object
Defines information about how to provide the value for a
tag handler attribute that accepts a javax.el.MethodExpression.
The deferred-method element has one optional subelement:
method-signature Provides the signature, as in the Java
Language Specifies, that is expected for
the method being identified by the
expression.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodSignature
protected String methodSignature
id
protected String id
TldDeferredMethod
public TldDeferredMethod()
getMethodSignature
public String getMethodSignature()
setMethodSignature
public void setMethodSignature(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.