public class ComponentLoader extends Object
Constructor and Description |
---|
ComponentLoader() |
Modifier and Type | Method and Description |
---|---|
static ComponentImpl |
loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath) |
static ComponentImpl |
loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
boolean silent) |
static ComponentImpl |
loadComponent(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
static InterfaceImpl |
loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs) |
static InterfaceImpl |
loadInterface(PageContext pc,
PageSource child,
String rawPath,
Map interfaceUDFs) |
static Page |
loadPage(PageContext pc,
PageSource ps,
boolean forceReload) |
static Page |
loadPage(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
public ComponentLoader()
public static ComponentImpl loadComponent(PageContext pc, PageSource child, String rawPath, Boolean searchLocal, Boolean searchRoot) throws PageException
PageException
public static InterfaceImpl loadInterface(PageContext pc, PageSource child, String rawPath, Map interfaceUDFs) throws PageException
PageException
public static Page loadPage(PageContext pc, PageSource child, String rawPath, Boolean searchLocal, Boolean searchRoot) throws PageException
PageException
public static ComponentImpl loadComponent(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath, boolean silent) throws PageException
PageException
public static Page loadPage(PageContext pc, PageSource ps, boolean forceReload) throws PageException
PageException
public static ComponentImpl loadComponent(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath) throws PageException
PageException
public static InterfaceImpl loadInterface(PageContext pc, Page page, PageSource ps, String callPath, boolean isRealPath, Map interfaceUDFs) throws PageException
PageException
Copyright © 2015 Lucee