railo.runtime.concurrency
Class UDFCaller

java.lang.Object
  extended by railo.runtime.concurrency.Caller
      extended by railo.runtime.concurrency.UDFCaller
All Implemented Interfaces:
Callable<String>

public class UDFCaller
extends Caller


Constructor Summary
UDFCaller(PageContext parent, UDF udf, Object[] arguments, boolean doIncludePath)
           
UDFCaller(PageContext parent, UDF udf, Struct namedArguments, boolean doIncludePath)
           
 
Method Summary
 void _call(PageContext parent, PageContext pc)
           
 
Methods inherited from class railo.runtime.concurrency.Caller
call
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFCaller

public UDFCaller(PageContext parent,
                 UDF udf,
                 Object[] arguments,
                 boolean doIncludePath)

UDFCaller

public UDFCaller(PageContext parent,
                 UDF udf,
                 Struct namedArguments,
                 boolean doIncludePath)
Method Detail

_call

public void _call(PageContext parent,
                  PageContext pc)
           throws PageException
Specified by:
_call in class Caller
Throws:
PageException


Copyright © 2012 Railo