public class InterfaceImpl extends Object implements Interface
Constructor and Description |
---|
InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs)
Constructor of the Component
|
InterfaceImpl(InterfacePage page,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs,
Map meta) |
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs) |
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs,
Map meta) |
Modifier and Type | Method and Description |
---|---|
String |
getCallPath() |
InterfaceImpl[] |
getExtends() |
Struct |
getMetaData(PageContext pc) |
Struct |
getMetaData(PageContext pc,
boolean ignoreCache) |
PageSource |
getPageSource() |
boolean |
instanceOf(String type) |
static InterfaceImpl[] |
loadImplements(PageContext pc,
PageSource child,
String lstExtend,
Map interfaceUdfs) |
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) |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp)
method to print out information to a object as HTML
|
public InterfaceImpl(InterfacePage page, String extend, String hint, String dspName, String callPath, boolean relPath, Map interfacesUDFs)
output
- extend
- hint
- dspName
- public InterfaceImpl(InterfacePage page, String extend, String hint, String dspName, String callPath, boolean relPath, Map interfacesUDFs, Map meta)
public InterfaceImpl(PageSource pageSource, String extend, String hint, String dspName, String callPath, boolean relPath, Map interfacesUDFs)
public InterfaceImpl(PageSource pageSource, String extend, String hint, String dspName, String callPath, boolean relPath, Map interfacesUDFs, Map meta)
public static InterfaceImpl[] loadImplements(PageContext pc, PageSource child, String lstExtend, Map interfaceUdfs) throws PageException
PageException
public boolean instanceOf(String type)
instanceOf
in interface Interface
public String getCallPath()
getCallPath
in interface Interface
public void registerUDF(String key, UDF udf)
registerUDF
in interface Interface
public void registerUDF(Collection.Key key, UDF udf)
registerUDF
in interface Interface
public void registerUDF(String key, UDFProperties props)
registerUDF
in interface Interface
public void registerUDF(Collection.Key key, UDFProperties props)
registerUDF
in interface Interface
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
Dumpable
toDumpData
in interface Dumpable
public PageSource getPageSource()
getPageSource
in interface Interface
public InterfaceImpl[] getExtends()
public Struct getMetaData(PageContext pc) throws PageException
getMetaData
in interface Interface
PageException
public Struct getMetaData(PageContext pc, boolean ignoreCache) throws PageException
PageException
Copyright © 2015 Lucee