railo.runtime
Interface Interface

All Superinterfaces:
CFObject, Dumpable, Serializable
All Known Implementing Classes:
InterfaceImpl

public interface Interface
extends Dumpable, CFObject


Method Summary
 String getCallPath()
           
 Struct getMetaData(PageContext pc)
           
 PageSource getPageSource()
           
 boolean instanceOf(String type)
           
 void registerUDF(Collection.Key key, UDF udf)
           
 void registerUDF(Collection.Key key, UDFProperties props)
           
 void registerUDF(String key, UDF udf)
           
 void registerUDF(String key, UDFProperties props)
           
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 

Method Detail

instanceOf

boolean instanceOf(String type)

getCallPath

String getCallPath()

getPageSource

PageSource getPageSource()

getMetaData

Struct getMetaData(PageContext pc)
                   throws PageException
Throws:
PageException

registerUDF

void registerUDF(String key,
                 UDF udf)

registerUDF

void registerUDF(Collection.Key key,
                 UDF udf)

registerUDF

void registerUDF(String key,
                 UDFProperties props)

registerUDF

void registerUDF(Collection.Key key,
                 UDFProperties props)


Copyright © 2012 Railo