railo.runtime.component
Class ComponentLoader
java.lang.Object
railo.runtime.component.ComponentLoader
public class ComponentLoader
- extends Object
Method Summary |
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,
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,
String rawPath,
Map interfaceUDFs)
|
static Page |
loadPage(PageContext pc,
PageSource ps,
boolean forceReload)
|
static Page |
loadPage(PageContext pc,
String rawPath,
Boolean searchLocal,
Boolean searchRoot)
|
ComponentLoader
public ComponentLoader()
loadComponent
public static ComponentImpl loadComponent(PageContext pc,
String rawPath,
Boolean searchLocal,
Boolean searchRoot)
throws PageException
- Throws:
PageException
loadInterface
public static InterfaceImpl loadInterface(PageContext pc,
String rawPath,
Map interfaceUDFs)
throws PageException
- Throws:
PageException
loadPage
public static Page loadPage(PageContext pc,
String rawPath,
Boolean searchLocal,
Boolean searchRoot)
throws PageException
- Throws:
PageException
loadComponent
public static ComponentImpl loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
boolean silent)
throws PageException
- Throws:
PageException
loadPage
public static Page loadPage(PageContext pc,
PageSource ps,
boolean forceReload)
throws PageException
- Throws:
PageException
loadComponent
public static ComponentImpl loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath)
throws PageException
- Throws:
PageException
loadInterface
public static InterfaceImpl loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo