intarsys runtime library

Uses of Class
de.intarsys.tools.functor.FunctorInvocationException

Packages that use FunctorInvocationException
de.intarsys.tools.dom   
de.intarsys.tools.functor   
 

Uses of FunctorInvocationException in de.intarsys.tools.dom
 

Methods in de.intarsys.tools.dom that throw FunctorInvocationException
static void ElementTools.setProperties(Object object, Element element, ClassLoader classLoader)
          Set properties in object based on the list of property information contained in element.
static void ElementTools.setProperty(Object object, Element element, ClassLoader classLoader)
          Set a property in object based on the property information contained in element.
 

Uses of FunctorInvocationException in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor that throw FunctorInvocationException
 Object IArgumentDeclaration.getDefaultValue()
           
 Object ArgumentDeclaration.getDefaultValue()
           
 Object NullFunctor.perform(IFunctorCall call)
           
 T IFunctor.perform(IFunctorCall call)
          Perform the encapsulated business logic in the context defined in "call".
 Object EchoFunctor.perform(IFunctorCall call)
           
 Object ConstantFunctor.perform(IFunctorCall call)
           
 Object IFunctorHandler.perform(IFunctor functor, IFunctorCall call)
          Perform the encapsulated business logic for functor
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.