BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Class
com.bea.wlw.netui.tags.databinding.invoke.ObjectNotFoundException

Packages that use ObjectNotFoundException
com.bea.wlw.netui.tags.databinding.invoke   
com.bea.wlw.netui.tags.databinding.repeater.choice   
 

Uses of ObjectNotFoundException in com.bea.wlw.netui.tags.databinding.invoke
 

Methods in com.bea.wlw.netui.tags.databinding.invoke that throw ObjectNotFoundException
protected  Object CallPageFlow.resolveObject()
          Get the PageFlow for the using JSP's directory.
protected  Object CallMethod.resolveObject()
           
protected  Object CallControl.resolveObject()
          Get the Control whose method to invoke.
protected abstract  Object AbstractCallMethod.resolveObject()
           Resolve the object on which the method should be invoked.
 

Uses of ObjectNotFoundException in com.bea.wlw.netui.tags.databinding.repeater.choice
 

Methods in com.bea.wlw.netui.tags.databinding.repeater.choice that throw ObjectNotFoundException
protected  Object ChoiceMethod.resolveObject()
          Get the object on which an expression the choice method should be executed.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.