railo.runtime.type
Interface UDFPlus

All Superinterfaces:
Cloneable, Dumpable, Function, Member, Serializable, UDF
All Known Implementing Classes:
Closure, TOUDF, UDFAddProperty, UDFGetterProperty, UDFGSProperty, UDFHasProperty, UDFImpl, UDFRemoveProperty, UDFSetterProperty

public interface UDFPlus
extends UDF


Field Summary
 
Fields inherited from interface railo.runtime.type.UDF
RETURN_FORMAT_JSON, RETURN_FORMAT_PLAIN, RETURN_FORMAT_SERIALIZE, RETURN_FORMAT_WDDX, RETURN_FORMAT_XML
 
Method Summary
 Object getDefaultValue(PageContext pc, int index, Object defaultValue)
           
 int getIndex()
           
 
Methods inherited from interface railo.runtime.type.UDF
call, callWithNamedValues, duplicate, getDefaultValue, getDescription, getDisplayName, getFunctionArguments, getFunctionName, getHint, getMetaData, getOutput, getOwnerComponent, getPageSource, getReturnFormat, getReturnType, getReturnTypeAsString, getSecureJson, getVerifyClient, implementation
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 
Methods inherited from interface railo.runtime.component.Member
getAccess, getValue
 

Method Detail

getDefaultValue

Object getDefaultValue(PageContext pc,
                       int index,
                       Object defaultValue)
                       throws PageException
Throws:
PageException

getIndex

int getIndex()


Copyright © 2012 Railo