|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.component.MemberSupport
railo.runtime.type.UDFImpl
railo.runtime.type.UDFGSProperty
public abstract class UDFGSProperty
Field Summary |
---|
Fields inherited from interface railo.runtime.type.UDF |
---|
RETURN_FORMAT_JSON, RETURN_FORMAT_PLAIN, RETURN_FORMAT_SERIALIZE, RETURN_FORMAT_WDDX |
Constructor Summary | |
---|---|
UDFGSProperty(ComponentImpl component,
String name,
FunctionArgument[] arguments,
short rtnType,
String rtnFormat)
|
Method Summary | |
---|---|
int |
getAccess()
return the access modifier of this member |
String |
getDescription()
|
String |
getDisplayName()
|
FunctionArgument[] |
getFunctionArguments()
return all function arguments of this UDF |
String |
getFunctionName()
|
String |
getHint()
|
Struct |
getMetaData(PageContext pc)
|
boolean |
getOutput()
|
Component |
getOwnerComponent()
it is the component in whitch this udf is constructed, must not be the same as active udf |
Page |
getPage()
|
int |
getReturnFormat()
|
int |
getReturnType()
|
Boolean |
getSecureJson()
returns null when not defined |
Object |
getValue()
return the value itself |
Boolean |
getVerifyClient()
returns null when not defined |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties)
method to print out information to a object as HTML |
Methods inherited from class railo.runtime.type.UDFImpl |
---|
argumentCollection, argumentCollection, call, callWithNamedValues, clone, duplicate, duplicate, duplicate, getDefaultValue, getMeta, getPageSource, getReturnFormatAsString, getReturnTypeAsString, implementation, readExternal, setOwnerComponent, sizeOf, toDumpData, toKey, toReturnFormat, toReturnFormat, toReturnFormat, toString, writeExternal |
Methods inherited from class railo.runtime.component.MemberSupport |
---|
setAccess, setAccess |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UDFGSProperty(ComponentImpl component, String name, FunctionArgument[] arguments, short rtnType, String rtnFormat)
Method Detail |
---|
public FunctionArgument[] getFunctionArguments()
UDF
getFunctionArguments
in interface UDF
getFunctionArguments
in class UDFImpl
UDF.getFunctionArguments()
public String getFunctionName()
getFunctionName
in interface UDF
getFunctionName
in class UDFImpl
UDF.getFunctionName()
public Component getOwnerComponent()
UDF
getOwnerComponent
in interface UDF
getOwnerComponent
in class UDFImpl
UDF.getOwnerComponent()
public Page getPage()
getPage
in interface UDF
getPage
in class UDFImpl
UDF.getPage()
public boolean getOutput()
getOutput
in interface UDF
getOutput
in class UDFImpl
UDF.getOutput()
public int getAccess()
Member
getAccess
in interface Member
getAccess
in class MemberSupport
Member.getAccess()
public String getDisplayName()
getDisplayName
in interface UDF
getDisplayName
in class UDFImpl
UDF.getDisplayName()
public String getDescription()
getDescription
in interface UDF
getDescription
in class UDFImpl
UDF.getDescription()
public String getHint()
getHint
in interface UDF
getHint
in class UDFImpl
UDF.getHint()
public int getReturnFormat()
getReturnFormat
in interface UDF
getReturnFormat
in class UDFImpl
UDF.getReturnFormat()
public int getReturnType()
getReturnType
in interface UDF
getReturnType
in class UDFImpl
UDF.getReturnType()
public Object getValue()
Member
getValue
in interface Member
getValue
in class UDFImpl
Member.getValue()
public Boolean getSecureJson()
UDF
getSecureJson
in interface UDF
getSecureJson
in class UDFImpl
UDF.getSecureJson()
public Boolean getVerifyClient()
UDF
getVerifyClient
in interface UDF
getVerifyClient
in class UDFImpl
UDF.getVerifyClient()
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
Dumpable
toDumpData
in interface Dumpable
toDumpData
in class UDFImpl
Dumpable.toDumpData(railo.runtime.PageContext, int, railo.runtime.dump.DumpProperties)
public Struct getMetaData(PageContext pc) throws PageException
getMetaData
in interface UDF
getMetaData
in class UDFImpl
PageException
UDF.getMetaData(railo.runtime.PageContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |