railo.runtime
Class InterfaceImpl
java.lang.Object
railo.runtime.InterfaceImpl
- All Implemented Interfaces:
- Serializable, Dumpable
public class InterfaceImpl
- extends Object
- implements Dumpable
MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
- See Also:
- Serialized Form
Constructor Summary |
InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs)
Constructor of the Component |
InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs,
Map meta)
|
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs)
|
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs,
Map meta)
|
InterfaceImpl
public InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs)
- Constructor of the Component
- Parameters:
output
- extend
- hint
- dspName
-
InterfaceImpl
public InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs,
Map meta)
InterfaceImpl
public InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs)
InterfaceImpl
public InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs,
Map meta)
loadImplements
public static InterfaceImpl[] loadImplements(PageContext pc,
String lstExtend,
Map interfaceUdfs)
throws PageException
- Throws:
PageException
instanceOf
public boolean instanceOf(String type)
getCallPath
public String getCallPath()
- Returns:
- the callPath
registerUDF
public void registerUDF(String key,
UDF udf)
registerUDF
public void registerUDF(Collection.Key key,
UDF udf)
registerUDF
public void registerUDF(String key,
UDFProperties props)
registerUDF
public void registerUDF(Collection.Key key,
UDFProperties props)
toDumpData
public DumpData toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp)
- Description copied from interface:
Dumpable
- method to print out information to a object as HTML
- Specified by:
toDumpData
in interface Dumpable
- Returns:
- HTML print out
- See Also:
railo.runtime.dump.Dumpable#toDumpData(railo.runtime.PageContext, int)
getPageSource
public PageSource getPageSource()
getMetaData
public Struct getMetaData(PageContext pc)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo