org.apache.openejb.jee
Class TldDeferredMethod

java.lang.Object
  extended by 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.


Field Summary
protected  String id
           
protected  String methodSignature
           
 
Constructor Summary
TldDeferredMethod()
           
 
Method Summary
 String getId()
           
 String getMethodSignature()
           
 void setId(String value)
           
 void setMethodSignature(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodSignature

protected String methodSignature

id

protected String id
Constructor Detail

TldDeferredMethod

public TldDeferredMethod()
Method Detail

getMethodSignature

public String getMethodSignature()

setMethodSignature

public void setMethodSignature(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.