railo.runtime.component
Class ComponentLoader

java.lang.Object
  extended by railo.runtime.component.ComponentLoader

public class ComponentLoader
extends Object


Constructor Summary
ComponentLoader()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentLoader

public ComponentLoader()
Method Detail

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