com.oldlight.weaver.interpreter.components
Class WeaverApplicationComponentCall
java.lang.Object
com.oldlight.weaver.interpreter.components.WeaverApplicationComponentCall
- All Implemented Interfaces:
- WeaverApplicationComponent
- public class WeaverApplicationComponentCall
- extends Object
- implements WeaverApplicationComponent
- Author:
- Paul Harvey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l
private Logger l
beanClass
private WeaverBean beanClass
params
private HashMap params
paramLocations
private HashMap paramLocations
functionMapper
private WeaverFunctionMapper functionMapper
location
private WeaverFileLocation location
WeaverApplicationComponentCall
public WeaverApplicationComponentCall(WeaverBean theBeanClass,
WeaverFunctionMapper theMapper,
WeaverFileLocation theLocation)
setParameter
public void setParameter(String name,
String value,
WeaverFileLocation location)
throws WeaverException
- Throws:
WeaverException
attemptToHandle
public void attemptToHandle(WeaverExecutionContextImpl context,
WeaverPrivateExecutionContext privateExecutionContext,
WeaverInterpreter interpreter,
WeaverInterpreterResult interpreterResult)
throws WeaverExecutionException
- Specified by:
attemptToHandle
in interface WeaverApplicationComponent
- Throws:
WeaverExecutionException