Weaver 3.1.0a1-D1

com.oldlight.weaver.interpreter.components
Class WeaverApplicationComponentForward

java.lang.Object
  extended bycom.oldlight.weaver.interpreter.components.WeaverApplicationComponentForward
All Implemented Interfaces:
WeaverApplicationComponent

public class WeaverApplicationComponentForward
extends Object
implements WeaverApplicationComponent


Field Summary
private  WeaverELParameter absolutePath
           
private  Logger l
           
private  WeaverFileLocation location
           
 
Constructor Summary
WeaverApplicationComponentForward(String absolutePath, FunctionMapper functionMapper, WeaverFileLocation location)
           
 
Method Summary
 void attemptToHandle(WeaverExecutionContextImpl context, WeaverPrivateExecutionContext privateExecutionContext, WeaverInterpreter interpreter, WeaverInterpreterResult interpreterResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

private Logger l

location

private WeaverFileLocation location

absolutePath

private WeaverELParameter absolutePath
Constructor Detail

WeaverApplicationComponentForward

public WeaverApplicationComponentForward(String absolutePath,
                                         FunctionMapper functionMapper,
                                         WeaverFileLocation location)
                                  throws WeaverException
Method Detail

attemptToHandle

public void attemptToHandle(WeaverExecutionContextImpl context,
                            WeaverPrivateExecutionContext privateExecutionContext,
                            WeaverInterpreter interpreter,
                            WeaverInterpreterResult interpreterResult)
                     throws WeaverExecutionException
Specified by:
attemptToHandle in interface WeaverApplicationComponent
Throws:
WeaverExecutionException

Copyright ©Paul Harvey